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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.hpp148 intptr_t ptr_at(int offset) const { function
H A DnativeInst_x86.hpp79 intptr_t ptr_at(int offset) const { return *(intptr_t*) addr_at(offset); } function in class:VALUE_OBJ_CLASS_SPEC
206 intptr_t data() const { return ptr_at(data_offset); }

Completed in 52 milliseconds