Searched defs:profile_call (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp468 //---------------------------------profile_call--------------------------------
469 void Parse::profile_call(Node* receiver) { function in class:Parse
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp1028 void InterpreterMacroAssembler::profile_call(Register mdp) { function in class:InterpreterMacroAssembler
H A Dinterp_masm_x86_64.cpp1049 void InterpreterMacroAssembler::profile_call(Register mdp) { function in class:InterpreterMacroAssembler
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp1573 void InterpreterMacroAssembler::profile_call(Register scratch) { function in class:InterpreterMacroAssembler
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1932 profile_call(target, recv, target_klass);
3471 profile_call(callee, recv, NULL);
3725 profile_call(callee, recv, holder_known ? callee->holder() : NULL);
4211 void GraphBuilder::profile_call(ciMethod* callee, Value recv, ciKlass* known_holder) { function in class:GraphBuilder
H A Dc1_LIR.hpp2155 void profile_call(ciMethod* method, int bci, ciMethod* callee, LIR_Opr mdo, LIR_Opr recv, LIR_Opr t1, ciKlass* cha_klass) { function in class:LIR_List

Completed in 73 milliseconds