Searched defs:int_at (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValueCollection.cpp43 jint StackValueCollection::int_at(int slot) const { function in class:StackValueCollection
H A Dframe.hpp196 jint int_at(int offset) const { return *int_at_addr(offset); } function in class:VALUE_OBJ_CLASS_SPEC
H A Drelocator.hpp105 inline int int_at(int bci) const { return Bytes::get_Java_u4(&code_array()[bci]); } function in class:Relocator
/openjdk7/hotspot/src/share/vm/oops/
H A DtypeArrayOop.hpp133 jint int_at(int which) const { return *int_at_addr(which); } function in class:typeArrayOopDesc
H A DconstantPoolOop.hpp389 jint int_at(int which) { function in class:constantPoolOopDesc
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp77 jint int_at(int offset) const { return *(jint*) addr_at(offset); } function in class:VALUE_OBJ_CLASS_SPEC
127 int displacement() const { return (jint) int_at(displacement_offset); }
393 address dest = (int_at(data_offset)+next_instruction_address());
533 inline bool NativeInstruction::is_illegal() { return (short)int_at(0) == (short)NativeIllegalInstruction::instruction_code; }
539 inline bool NativeInstruction::is_cond_jump() { return (int_at(0) & 0xF0FF) == 0x800F /* long jump */ ||
557 address fault = addr_at(6) + int_at(2);
567 (os::is_poll_address((address)int_at(2)));

Completed in 39 milliseconds