Searched refs:GenerateFastApiDirectCall (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dstub-cache-arm.cc827 // These arguments are set by CheckPrototypes and GenerateFastApiDirectCall.
843 static void GenerateFastApiDirectCall(MacroAssembler* masm, function in namespace:v8::internal
1048 GenerateFastApiDirectCall(masm, optimization, arguments_.immediate());
2532 GenerateFastApiDirectCall(masm(), optimization, argc);
/external/chromium_org/v8/src/mips/
H A Dstub-cache-mips.cc817 // These arguments are set by CheckPrototypes and GenerateFastApiDirectCall.
833 static void GenerateFastApiDirectCall(MacroAssembler* masm, function in namespace:v8::internal
1051 GenerateFastApiDirectCall(masm, optimization, arguments_.immediate());
2572 GenerateFastApiDirectCall(masm(), optimization, argc);
/external/v8/src/arm/
H A Dstub-cache-arm.cc612 // These arguments are set by CheckPrototypes and GenerateFastApiDirectCall.
628 static void GenerateFastApiDirectCall(MacroAssembler* masm, function in namespace:v8::internal
803 GenerateFastApiDirectCall(masm, optimization, arguments_.immediate());
2293 GenerateFastApiDirectCall(masm(), optimization, argc);
/external/v8/src/mips/
H A Dstub-cache-mips.cc596 // These arguments are set by CheckPrototypes and GenerateFastApiDirectCall.
612 static void GenerateFastApiDirectCall(MacroAssembler* masm, function in namespace:v8::internal
793 GenerateFastApiDirectCall(masm, optimization, arguments_.immediate());
2285 GenerateFastApiDirectCall(masm(), optimization, argc);

Completed in 120 milliseconds