Searched refs:get_Java_u2 (Results 1 - 21 of 21) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileStream.cpp58 return Bytes::get_Java_u2(tmp);
H A DclassFileStream.hpp93 u2 res = Bytes::get_Java_u2(_current);
H A DstackMapTableFormat.hpp94 return Bytes::get_Java_u2(cpool_index_addr());
103 return Bytes::get_Java_u2(bci_addr());
294 return Bytes::get_Java_u2(offset_delta_addr()) + 1;
421 return Bytes::get_Java_u2(offset_delta_addr()) + 1;
487 return Bytes::get_Java_u2(offset_delta_addr()) + 1;
573 return Bytes::get_Java_u2(offset_delta_addr()) + 1;
701 return Bytes::get_Java_u2(offset_delta_addr()) + 1;
703 int num_locals() const { return Bytes::get_Java_u2(num_locals_addr()); }
715 return Bytes::get_Java_u2(stack_slots_addr(end_of_locals));
880 return Bytes::get_Java_u2(number_of_entries_add
[all...]
H A DstackMapTable.hpp118 u2 res = Bytes::get_Java_u2((u1*)_data->byte_at_addr(_index));
H A DclassFileParser.cpp1292 *dest++ = Bytes::get_Java_u2((u1*) (src++));
1459 lvt->start_bci = Bytes::get_Java_u2((u1*) &src->start_bci);
1460 lvt->length = Bytes::get_Java_u2((u1*) &src->length);
1461 lvt->name_cp_index = Bytes::get_Java_u2((u1*) &src->name_cp_index);
1462 lvt->descriptor_cp_index = Bytes::get_Java_u2((u1*) &src->descriptor_cp_index);
1464 lvt->slot = Bytes::get_Java_u2((u1*) &src->slot);
1653 int nmem = Bytes::get_Java_u2(buffer+index-2);
1684 int nval = Bytes::get_Java_u2(buffer+index-2);
1708 int nann = Bytes::get_Java_u2(buffer+index-2);
1727 int atype = Bytes::get_Java_u2(abas
[all...]
H A Dverifier.cpp2254 u2 new_class_index = Bytes::get_Java_u2(new_bcp + 1);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dbytes_x86.hpp58 static inline u2 get_Java_u2(address p) { return swap_u2(get_native_u2(p)); } function in class:Bytes
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkRuntime.hpp81 return Bytes::get_Java_u2(bcp(thread, bci) + 1);
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dbytes_zero.hpp85 static inline u2 get_Java_u2(address p) { function in class:Bytes
138 static inline u2 get_Java_u2(address p) { function in class:Bytes
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp65 int get_Java_u2_at (int offset) const { return Bytes::get_Java_u2(addr_at(offset)); }
95 else return Bytes::get_Java_u2(p);
116 return (jshort) Bytes::get_Java_u2(addr_at(1));
129 return (jshort) Bytes::get_Java_u2(addr_at(offset));
H A Drewriter.cpp137 int cp_index = Bytes::get_Java_u2(p);
199 int cp_index = Bytes::get_Java_u2(p);
236 int cp_index = is_wide ? Bytes::get_Java_u2(p) : (u1)(*p);
H A DbytecodeStream.hpp173 return Bytes::get_Java_u2(p);
H A DbytecodeInterpreter.cpp959 SET_STACK_INT((int16_t)Bytes::get_Java_u2(pc + 1), 0);
1026 uint16_t reg = Bytes::get_Java_u2(pc + 2);
1066 int16_t offset = (int16_t)Bytes::get_Java_u2(pc+4);
1382 ? (int16_t)Bytes::get_Java_u2(pc + 1) : 3; \
1390 ? (int16_t)Bytes::get_Java_u2(pc + 1) : 3; \
1401 ? (int16_t)Bytes::get_Java_u2(pc + 1) : 3; \
1411 ? (int16_t)Bytes::get_Java_u2(pc + 1) : 3; \
1421 ? (int16_t)Bytes::get_Java_u2(pc + 1) : 3; \
1942 u2 index = Bytes::get_Java_u2(pc+1);
2001 u2 index = Bytes::get_Java_u2(p
[all...]
H A DbytecodeTracer.cpp56 short get_short() { short i=Bytes::get_Java_u2(_next_pc); _next_pc+=2; return i; }
60 int get_index_u2() { int i=Bytes::get_Java_u2(_next_pc); _next_pc+=2; return i; }
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.hpp109 inline short short_at(int bci) const { return (short)Bytes::get_Java_u2(&code_array()[bci]); }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dbytes_sparc.hpp146 static inline u2 get_Java_u2(address p) { return get_native_u2(p); } function in class:Bytes
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp1386 u2 len = Bytes::get_Java_u2(bytes);
1424 idx1 = Bytes::get_Java_u2(bytes);
1430 idx1 = Bytes::get_Java_u2(bytes);
1436 idx1 = Bytes::get_Java_u2(bytes);
1437 idx2 = Bytes::get_Java_u2(bytes+2);
1443 idx1 = Bytes::get_Java_u2(bytes);
1444 idx2 = Bytes::get_Java_u2(bytes+2);
1450 idx1 = Bytes::get_Java_u2(bytes);
1451 idx2 = Bytes::get_Java_u2(bytes+2);
1457 idx1 = Bytes::get_Java_u2(byte
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp296 if (Bytes::get_Java_u2(_s_old->bcp() + 1) != Bytes::get_Java_u2(_s_new->bcp() + 1))
H A DjvmtiRedefineClasses.cpp1555 int cp_index = Bytes::get_Java_u2(p);
1615 u2 num_annotations = Bytes::get_Java_u2((address)
1663 u2 num_element_value_pairs = Bytes::get_Java_u2((address)
1715 u2 old_cp_index = Bytes::get_Java_u2(cp_index_addr);
1859 u2 num_values = Bytes::get_Java_u2((address)
2101 u2 number_of_entries = Bytes::get_Java_u2(stackmap_p);
2209 u2 number_of_locals = Bytes::get_Java_u2(stackmap_p);
2219 u2 number_of_stack_items = Bytes::get_Java_u2(stackmap_p);
2307 u2 cpool_index = Bytes::get_Java_u2(stackmap_p_ref);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp411 offset = (int16_t)Bytes::get_Java_u2(pc + 1);
H A Dc1_GraphBuilder.cpp1156 int delta = stream()->is_wide() ? (signed short)Bytes::get_Java_u2(stream()->cur_bcp() + 4) : (signed char)(stream()->cur_bcp()[2]);
2507 case Bytecodes::_sipush : ipush(append(new Constant(new IntConstant((short)Bytes::get_Java_u2(s.cur_bcp()+1))))); break;

Completed in 116 milliseconds