Searched refs:increment_counter (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp855 increment_counter(adr2);
859 case Bytecodes::_invokevirtual: increment_counter(SharedRuntime::nof_inlined_calls_addr()); break;
860 case Bytecodes::_invokeinterface: increment_counter(SharedRuntime::nof_inlined_interface_calls_addr()); break;
863 case Bytecodes::_invokespecial: increment_counter(SharedRuntime::nof_inlined_static_calls_addr()); break;
868 case Bytecodes::_invokevirtual: increment_counter(SharedRuntime::nof_normal_calls_addr()); break;
869 case Bytecodes::_invokeinterface: increment_counter(SharedRuntime::nof_interface_calls_addr()); break;
872 case Bytecodes::_invokespecial: increment_counter(SharedRuntime::nof_static_calls_addr()); break;
H A DgraphKit.hpp647 void increment_counter(address counter_addr); // increment a debug counter
648 void increment_counter(Node* counter_addr); // increment a debug counter
H A DgraphKit.cpp1854 //------------------------------increment_counter------------------------------
1857 void GraphKit::increment_counter(address counter_addr) { function in class:GraphKit
1859 increment_counter(adr1);
1862 void GraphKit::increment_counter(Node* counter_addr) { function in class:GraphKit
2908 increment_counter(lock->counter()->addr());
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp299 void increment_counter(address counter, BasicType type, int step = 1);
300 void increment_counter(LIR_Address* addr, int step = 1);
H A Dc1_LIRGenerator.cpp1961 increment_counter(Runtime1::throw_count_address(), T_INT);
2559 increment_counter(new LIR_Address(md_reg, offset,
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp259 void LIRGenerator::increment_counter(address counter, BasicType type, int step) { function in class:LIRGenerator
263 increment_counter(addr, step);
266 void LIRGenerator::increment_counter(LIR_Address* addr, int step) { function in class:LIRGenerator
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp209 void LIRGenerator::increment_counter(address counter, BasicType type, int step) { function in class:LIRGenerator
213 increment_counter(addr, step);
217 void LIRGenerator::increment_counter(LIR_Address* addr, int step) { function in class:LIRGenerator

Completed in 92 milliseconds