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

/openjdk10/hotspot/src/share/vm/runtime/
H A DstackValueCollection.cpp28 jint StackValueCollection::int_at(int slot) const { function in class:StackValueCollection
H A Dframe.hpp184 jint int_at(int offset) const { return *int_at_addr(offset); } function in class:VALUE_OBJ_CLASS_SPEC
H A Drelocator.hpp91 inline int int_at(int bci) const { return Bytes::get_Java_u4(&code_array()[bci]); } function in class:Relocator
/openjdk10/hotspot/src/share/vm/oops/
H A DtypeArrayOop.hpp104 jint int_at(int which) const { return *int_at_addr(which); } function in class:typeArrayOopDesc
H A DconstantPool.hpp420 jint int_at(int which) { function in class:ConstantPool
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DnativeInst_aarch64.hpp85 jint int_at(int offset) const { return *(jint*) addr_at(offset); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp79 jint int_at(int offset) const { return *(jint*) addr_at(offset); } function in class:VALUE_OBJ_CLASS_SPEC
[all...]

Completed in 183 milliseconds