Searched refs:_counter_value (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeHistogram.hpp35 NOT_PRODUCT(static int _counter_value;)
46 static int counter_value() PRODUCT_RETURN0 NOT_PRODUCT({ return _counter_value; });
H A DbytecodeHistogram.cpp37 int BytecodeCounter::_counter_value = 0; member in class:BytecodeCounter
42 _counter_value = 0;
H A DbytecodeInterpreter.cpp160 BytecodeCounter::_counter_value++; \
162 if (StopInterpreterAt && StopInterpreterAt == BytecodeCounter::_counter_value) os::breakpoint(); \
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp2014 __ inc_counter(&BytecodeCounter::_counter_value, G3_scratch, G4_scratch);
2061 AddressLiteral counter(&BytecodeCounter::_counter_value);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1909 __ incrementl(ExternalAddress((address) &BytecodeCounter::_counter_value));
1940 __ cmp32(ExternalAddress((address) &BytecodeCounter::_counter_value),
H A DtemplateInterpreter_x86_64.cpp1950 __ incrementl(ExternalAddress((address) &BytecodeCounter::_counter_value));
1986 __ cmp32(ExternalAddress((address) &BytecodeCounter::_counter_value),

Completed in 56 milliseconds