Searched refs:u2 (Results 51 - 75 of 101) sorted by relevance

12345

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp191 void get_cache_and_index_at_bcp(Register cache, Register tmp, int bcp_offset, size_t index_size = sizeof(u2));
192 void get_cache_and_index_and_bytecode_at_bcp(Register cache, Register temp, Register bytecode, int byte_no, int bcp_offset, size_t index_size = sizeof(u2));
193 void get_cache_entry_pointer_at_bcp(Register cache, Register tmp, int bcp_offset, size_t index_size = sizeof(u2));
194 void get_cache_index_at_bcp(Register cache, Register tmp, int bcp_offset, size_t index_size = sizeof(u2));
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp138 u2 cpi_old = _s_old->get_index_u2();
139 u2 cpi_new = _s_new->get_index_u2();
207 u2 cpi_old = _s_old->get_index_u2();
208 u2 cpi_new = _s_new->get_index_u2();
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp298 typedef jushort u2; typedef
1097 inline u2 build_u2_from( u1 c1, u1 c2 ) {
1098 return u2((( u2(c1) << 8 ) & 0xff00)
1099 | (( u2(c2) << 0 ) & 0x00ff));
1103 inline u2 build_u2_from( u1* p ) {
1151 inline void explode_short_to( u2 x, u1& c1, u1& c2 ) {
1156 inline void explode_short_to( u2 x, u1* p ) {
H A DglobalDefinitions.cpp86 assert( 2 == sizeof( u2), "wrong size for basic type");
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java167 MemoryUsage u2 = memory.getNonHeapMemoryUsage();
171 u2.getCommitted() <= 0 ||
H A DValidateOpenTypes.java183 Object u2 = server.getAttribute(memory, "NonHeapMemoryUsage");
187 getCommitted(u2) <= 0 ||
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp367 assert((int)(u2)cpc_index == cpc_index, "clean u2");
1117 int old_off = old_oplen * sizeof(u2);
1118 int from_off = from_oplen * sizeof(u2);
1124 (len = old_off) * sizeof(u2));
1129 (len = from_off) * sizeof(u2));
1134 (len = old_len - old_off) * sizeof(u2));
1139 (len = from_len - from_off) * sizeof(u2));
1147 offset += old_len; // every new tuple is preceded by old_len extra u2's
1368 u2 idx
[all...]
H A DconstantPoolOop.hpp565 _indy_argc_offset = 1, // u2 argc
566 _indy_argv_offset = 2 // u2 argv[argc]
789 u2 _value; // 2-nd part of the mapping: symbol => value
801 u2 value() const { return _value; }
802 void set_value(u2 value) { _value = value; }
804 SymbolHashMapEntry(unsigned int hash, Symbol* symbol, u2 value)
863 void add_entry(Symbol* sym, u2 value);
866 u2 symbol_to_value(Symbol* sym) {
H A DfieldStreams.hpp133 void set_access_flags(u2 flags) const {
H A DmethodDataOop.hpp86 u2 _bci;
150 void initialize(u1 tag, u2 bci, int cell_count);
179 u2 bci() {
371 u2 bci() {
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp306 nonstatic_field(instanceKlass, _java_fields_count, u2) \
316 nonstatic_field(instanceKlass, _static_oop_field_count, u2) \
319 nonstatic_field(instanceKlass, _minor_version, u2) \
320 nonstatic_field(instanceKlass, _major_version, u2) \
333 volatile_nonstatic_field(instanceKlass, _idnum_allocated_count, u2) \
375 nonstatic_field(methodOopDesc, _method_size, u2) \
376 nonstatic_field(methodOopDesc, _max_stack, u2) \
377 nonstatic_field(methodOopDesc, _max_locals, u2) \
378 nonstatic_field(methodOopDesc, _size_of_parameters, u2) \
379 nonstatic_field(methodOopDesc, _interpreter_throwout_count, u2) \
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec.c883 mp_int c, u1, u2, v; /* intermediate values used in verification */ local
904 MP_DIGITS(&u2) = 0;
933 CHECK_MPI_OK( mp_init(&u2, kmflag) );
994 ** u2 = ((r') * c) mod n
996 CHECK_MPI_OK( mp_mulmod(&r_, &c, &n, &u2) );
1001 ** Compute u1*G + u2*Q
1002 ** Here, A = u1.G B = u2.Q and C = A + B
1005 if (ec_points_mul(ecParams, &u1, &u2, &key->publicValue, &pointC, kmflag)
1047 mp_todecimal(&u2, mpstr);
1048 printf("u2
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp64 guarantee((int)_cp_cache_map.length()-1 <= (int)((u2)-1),
65 "all cp cache indexes fit in a u2");
211 // This means we must use a larger index size than u2 to address
242 assert(cache_index == (u2)cache_index, "index overflow");
259 assert(pool_index == (u2)pool_index, "index overflow");
H A DbytecodeInterpreter.cpp1734 u2 index;
1835 u2 index = Bytes::get_native_u2(pc+1);
1942 u2 index = Bytes::get_Java_u2(pc+1);
2001 u2 index = Bytes::get_Java_u2(pc+1);
2026 u2 index = Bytes::get_Java_u2(pc+1);
2065 u2 index = Bytes::get_Java_u2(pc+1);
2088 u2 index;
2134 u2 index = Bytes::get_Java_u2(pc+1);
2162 u2 index;
2235 u2 inde
[all...]
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_lgamma_r.c138 u2 = 1.45492250137234768737e+00, /* 0x3FF7475C, 0xD119BD6F */ variable
283 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
/openjdk7/hotspot/test/compiler/8005956/
H A DPolynomialRoot.java243 final double u1=u[(jmin+1)%3],u2=u[(jmin+2)%3];
244 mod_w1w2_squared=Math.abs(u1*u2);
255 if(u2>=0)
257 w2_re=Math.sqrt(u2);
263 w2_im=Math.sqrt(-u2);
265 if(PRINT_DEBUG) System.err.println("u1="+u1+" u2="+u2+" jmin="+jmin);
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp116 * u2 flags 0x0001: incremental vs. complete
229 * u2 size of constant pool
230 * [u2, constant pool index,
243 * u2 number of static fields
248 * u2 number of inst. fields (not inc. super)
296 * u2 stack trace depth
425 void write_u2(u2 x);
506 // Should optimize this for u1/u2/u4/u8 sizes.
546 void DumpWriter::write_u2(u2 x) {
547 u2
[all...]
/openjdk7/jdk/test/java/net/URI/
H A DTest.java429 URI u2 = new URI(uri.getScheme(), uri.getUserInfo(),
432 if (!uri.equals(u2))
446 URI u2 = new URI(uri.getScheme(), uri.getAuthority(),
448 if (!uri.equals(u2))
459 URI u2 = new URI(uri.getScheme(),
462 if (!uri.equals(u2))
1146 URI u2 = u1.normalize();
1147 eq(u1, u2);
1148 eqeq(u1, u2);
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapFrame.cpp34 StackMapFrame::StackMapFrame(u2 max_locals, u2 max_stack, ClassVerifier* v) :
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSA.java389 BigInteger u2 = (r.multiply(w)).remainder(q);
392 BigInteger t2 = y.modPow(u2,p);
/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp3604 Node* u2 = u1->raw_out(j); local
3605 if (u2 != u1 && u2 != n && u2->is_CFG()) {
3606 tty->print("n->out(%d)->out(%d): ", i, j); u2->dump();
3617 Node* u2 = u1->raw_out(j); local
3618 if (u2 == n || u2 == u1)
3620 tty->print("n->out(%d)->out(%d): ", i, j); u2->dump();
3621 if (!u2
[all...]
H A Dsuperword.cpp825 Node* u2 = NULL; local
839 u2 = t2;
847 pair->push(u2);
849 set_alignment(u1, u2, align);
856 // Is the use of d1 in u1 at the same operand position as d2 in u2?
857 bool SuperWord::opnd_positions_match(Node* d1, Node* u1, Node* d2, Node* u2) { argument
859 if (ct != u2->req()) return false;
864 for (i2++; i2 < ct; i2++) if (u2->in(i2) == d2) break;
866 if ((i1 == (3-i2)) && (u2->is_Add() || u2
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp646 float u1, float v1, float u2, float v2)
660 u1, v1, u2, v1, u1, v2,
663 u1, v2, u2, v1, u2, v2,
645 DrawTexture(float x1, float y1, float x2, float y2, float u1, float v1, float u2, float v2) argument
/openjdk7/jdk/test/com/sun/jdi/
H A DAccessSpecifierTest.java103 U u0=new U(), u1[]={u0}, u2[][]={u1}; field in class:AccessSpecifierTarg
/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java841 BigInteger u = ONE; BigInteger u2;
845 u2 = u.multiply(v).mod(n);
853 u = u2; v = v2;
855 u2 = u.add(v).mod(n);
856 if (u2.testBit(0))
857 u2 = u2.subtract(n);
859 u2 = u2.shiftRight(1);
865 u = u2;
[all...]

Completed in 139 milliseconds

12345