Searched defs:ptr_at (Results 1 - 5 of 5) sorted by relevance

/openjdk9/hotspot/src/cpu/arm/vm/
H A Dframe_arm.hpp70 intptr_t ptr_at(int offset) const { function
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dframe_x86.hpp101 intptr_t ptr_at(int offset) const { function
H A DnativeInst_x86.hpp81 intptr_t ptr_at(int offset) const { return *(intptr_t*) addr_at(offset); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dframe_aarch64.hpp105 intptr_t ptr_at(int offset) const { function
H A DnativeInst_aarch64.hpp88 address ptr_at(int offset) const { return *(address*) addr_at(offset); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 103 milliseconds