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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.hpp318 ByteSize offset_of_slot(ciProfileData* data, ByteSize slot_offset_in_data);
319 int byte_offset_of_slot(ciProfileData* data, ByteSize slot_offset_in_data) { return in_bytes(offset_of_slot(data, slot_offset_in_data)); }
H A DciMethodData.cpp340 ByteSize ciMethodData::offset_of_slot(ciProfileData* data, ByteSize slot_offset_in_data) { function in class:ciMethodData

Completed in 41 milliseconds