Searched defs:profile_typecheck_failed (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp295 profile_typecheck_failed(rcx); // blows rcx
1241 void InterpreterMacroAssembler::profile_typecheck_failed(Register mdp) { function in class:InterpreterMacroAssembler
H A Dinterp_masm_x86_64.cpp309 profile_typecheck_failed(rcx); // blows rcx
1303 void InterpreterMacroAssembler::profile_typecheck_failed(Register mdp) { function in class:InterpreterMacroAssembler
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp821 profile_typecheck_failed(Rtmp1);
1812 void InterpreterMacroAssembler::profile_typecheck_failed(Register scratch) { function in class:InterpreterMacroAssembler

Completed in 61 milliseconds