Searched refs:BytecodeHistogram (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeHistogram.hpp55 // BytecodeHistogram collects number of executions of bytecodes
57 class BytecodeHistogram: AllStatic { class in inherits:AllStatic
H A DbytecodeHistogram.cpp107 // Implementation of BytecodeHistogram
109 int BytecodeHistogram::_counters[Bytecodes::number_of_codes];
112 void BytecodeHistogram::reset() {
118 void BytecodeHistogram::print(float cutoff) {
H A Dinterpreter.cpp90 if (PrintBytecodeHistogram) BytecodeHistogram::reset();
H A DbytecodeInterpreter.cpp161 BytecodeHistogram::_counters[(Bytecodes::Code)opcode]++; \
/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp521 BytecodeHistogram::print();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp2019 __ inc_counter(&BytecodeHistogram::_counters[t->bytecode()], G3_scratch, G4_scratch);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1914 __ incrementl(ExternalAddress((address) &BytecodeHistogram::_counters[t->bytecode()]));
H A DtemplateInterpreter_x86_64.cpp1954 __ incrementl(ExternalAddress((address) &BytecodeHistogram::_counters[t->bytecode()]));

Completed in 98 milliseconds