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

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp54 set_cell_at(i, (intptr_t)0);
57 set_cell_at(ArrayData::array_len_off_set, cell_count - 1); // -1 for header.
H A DmethodDataOop.hpp192 void set_cell_at(int index, intptr_t value) { function in class:VALUE_OBJ_CLASS_SPEC
306 data()->set_cell_at(index, value);

Completed in 106 milliseconds