Searched refs:set_ptr_at (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp86 void set_ptr_at (int offset, intptr_t ptr) { *(intptr_t*) addr_at(offset) = ptr; wrote(offset); } function in class:VALUE_OBJ_CLASS_SPEC
207 void set_data(intptr_t x) { set_ptr_at(data_offset, x); }

Completed in 97 milliseconds