Searched refs:slot_offset_in_data (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)); } argument
H A DciMethodData.cpp340 ByteSize ciMethodData::offset_of_slot(ciProfileData* data, ByteSize slot_offset_in_data) { argument
348 int offset = in_bytes(data_offset) + cell_offset + in_bytes(slot_offset_in_data);

Completed in 31 milliseconds