Searched defs:call_VM_base (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp96 void InterpreterMacroAssembler::call_VM_base( function in class:InterpreterMacroAssembler
108 stop("InterpreterMacroAssembler::call_VM_base: last_sp != NULL");
121 MacroAssembler::call_VM_base(oop_result, java_thread, last_java_sp, entry_point, number_of_arguments, check_exceptions);
H A Dinterp_masm_x86_64.cpp95 void InterpreterMacroAssembler::call_VM_base(Register oop_result, function in class:InterpreterMacroAssembler
120 MacroAssembler::call_VM_base(oop_result, noreg, last_java_sp,
137 // call_VM_base, so the arg registers are available.
H A Dassembler_x86.cpp6908 call_VM_base(oop_result, thread, last_java_sp, entry_point, number_of_arguments, check_exceptions);
6955 MacroAssembler::call_VM_base(oop_result, thread, last_java_sp, entry_point, number_of_arguments, check_exceptions);
6996 void MacroAssembler::call_VM_base(Register oop_result, function in class:MacroAssembler
7021 LP64_ONLY(if (UseCompressedOops && !TraceBytecodes) verify_heapbase("call_VM_base");)
7053 STOP("MacroAssembler::call_VM_base: rdi not callee saved?");
7093 verify_oop(oop_result, "broken oop in call_VM_base");
7116 call_VM_base(oop_result, noreg, rax, entry_point, number_of_arguments, check_exceptions);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp157 void InterpreterMacroAssembler::call_VM_base( function in class:InterpreterMacroAssembler
172 MacroAssembler::call_VM_base(oop_result, java_thread, last_java_sp, entry_point, number_of_arguments, check_exception);
H A Dassembler_sparc.cpp1047 void MacroAssembler::call_VM_base( function in class:MacroAssembler
1120 call_VM_base(oop_result, noreg, noreg, entry_point, number_of_arguments, check_exceptions);
1156 call_VM_base(oop_result, noreg, last_java_sp, entry_point, number_of_arguments, check_exceptions);

Completed in 125 milliseconds