Searched refs:skip_fixup (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp577 Label& skip_fixup) {
585 __ bind(skip_fixup);
949 Label skip_fixup; local
970 __ jcc(Assembler::equal, skip_fixup);
978 gen_c2i_adapter(masm, total_args_passed, comp_args_on_stack, sig_bt, regs, skip_fixup);
572 gen_c2i_adapter(MacroAssembler *masm, int total_args_passed, int comp_args_on_stack, const BasicType *sig_bt, const VMRegPair *regs, Label& skip_fixup) argument
H A DsharedRuntime_x86_64.cpp501 Label& skip_fixup) {
509 __ bind(skip_fixup);
862 Label skip_fixup; local
884 __ jcc(Assembler::equal, skip_fixup);
890 gen_c2i_adapter(masm, total_args_passed, comp_args_on_stack, sig_bt, regs, skip_fixup);
496 gen_c2i_adapter(MacroAssembler *masm, int total_args_passed, int comp_args_on_stack, const BasicType *sig_bt, const VMRegPair *regs, Label& skip_fixup) argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp515 Label& skip_fixup);

Completed in 62 milliseconds