Searched defs:regular_invoke (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/ia32/
H A Dstub-cache-ia32.cc611 // branch to |regular_invoke|.
612 Label regular_invoke; local
614 &regular_invoke);
653 __ bind(&regular_invoke);
/external/v8/src/x64/
H A Dstub-cache-x64.cc595 // branch to |regular_invoke|.
596 Label regular_invoke; local
598 &regular_invoke);
637 __ bind(&regular_invoke);
/external/v8/src/arm/
H A Dstub-cache-arm.cc778 // branch to |regular_invoke|.
779 Label regular_invoke; local
781 &regular_invoke);
820 __ bind(&regular_invoke);
/external/v8/src/mips/
H A Dstub-cache-mips.cc768 // branch to |regular_invoke|.
769 Label regular_invoke; local
771 &regular_invoke);
810 __ bind(&regular_invoke);

Completed in 48 milliseconds