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

/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DnativeInst_aarch64.hpp83 u_char ubyte_at(int offset) const { return *(u_char*) addr_at(offset); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp77 u_char ubyte_at(int offset) const { return *(u_char*) addr_at(offset); } function in class:VALUE_OBJ_CLASS_SPEC
[all...]

Completed in 24 milliseconds