Searched defs:counter_offset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinvocationCounter.hpp118 static ByteSize counter_offset() { return byte_offset_of(InvocationCounter, _counter); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp356 Node* Parse::method_data_addressing(ciMethodData* md, ciProfileData* data, ByteSize counter_offset, Node* idx, uint stride) { argument
363 // Add in counter_offset, the # of bytes into the ProfileData of counter or flag
364 int offset = in_bytes(data_offset) + cell_offset + in_bytes(counter_offset);
380 void Parse::increment_md_counter_at(ciMethodData* md, ciProfileData* data, ByteSize counter_offset, Node* idx, uint stride) { argument
381 Node* adr_node = method_data_addressing(md, data, counter_offset, idx, stride);
390 void Parse::test_for_osr_md_counter_at(ciMethodData* md, ciProfileData* data, ByteSize counter_offset, int limit) { argument
391 Node* adr_node = method_data_addressing(md, data, counter_offset);

Completed in 5251 milliseconds