Searched refs:counter_offset (Results 1 - 10 of 10) sorted by relevance

/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);
/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/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp2081 InvocationCounter::counter_offset());
2083 InvocationCounter::counter_offset());
2086 InvocationCounter::counter_offset());
2088 InvocationCounter::counter_offset());
2117 InvocationCounter::counter_offset());
2119 InvocationCounter::counter_offset());
2122 InvocationCounter::counter_offset());
2124 InvocationCounter::counter_offset());
H A DtemplateInterpreter_sparc.cpp306 in_bytes(InvocationCounter::counter_offset()));
317 in_bytes(InvocationCounter::counter_offset()));
H A DtemplateTable_sparc.cpp1660 in_bytes(InvocationCounter::counter_offset()));
1669 in_bytes(InvocationCounter::counter_offset()));
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp347 in_bytes(InvocationCounter::counter_offset()));
360 in_bytes(InvocationCounter::counter_offset()));
370 InvocationCounter::counter_offset());
873 const Address invocation_counter(rbx, methodOopDesc::invocation_counter_offset() + InvocationCounter::counter_offset());
1292 const Address invocation_counter(rbx, methodOopDesc::invocation_counter_offset() + InvocationCounter::counter_offset());
H A DtemplateInterpreter_x86_64.cpp303 in_bytes(InvocationCounter::counter_offset()));
316 in_bytes(InvocationCounter::counter_offset()));
327 InvocationCounter::counter_offset());
851 InvocationCounter::counter_offset());
1306 InvocationCounter::counter_offset());
H A DcppInterpreter_x86.cpp573 const Address invocation_counter(rbx, methodOopDesc::invocation_counter_offset() + InvocationCounter::counter_offset());
574 const Address backedge_counter (rbx, methodOopDesc::backedge_counter_offset() + InvocationCounter::counter_offset());
982 const Address invocation_counter(rbx, methodOopDesc::invocation_counter_offset() + InvocationCounter::counter_offset());
H A DtemplateTable_x86_32.cpp1579 const ByteSize be_offset = methodOopDesc::backedge_counter_offset() + InvocationCounter::counter_offset();
1580 const ByteSize inv_offset = methodOopDesc::invocation_counter_offset() + InvocationCounter::counter_offset();
1640 in_bytes(InvocationCounter::counter_offset()));
H A DtemplateTable_x86_64.cpp1605 InvocationCounter::counter_offset();
1607 InvocationCounter::counter_offset();
1669 in_bytes(InvocationCounter::counter_offset()));

Completed in 82 milliseconds