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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp87 void set_oop_at (int offset, oop o) { *(oop*) addr_at(offset) = o; wrote(offset); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp337 void set_oop_at(int index, oop value) {
697 set_oop_at(receiver_cell_index(row), p);

Completed in 73 milliseconds