Searched refs:ReserveSpaceForFastApiCall (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/v8/src/arm/ |
D | stub-cache-arm.cc | 786 static void ReserveSpaceForFastApiCall(MacroAssembler* masm, in ReserveSpaceForFastApiCall() function 998 ReserveSpaceForFastApiCall(masm, scratch1); in CompileCacheable() 2315 ReserveSpaceForFastApiCall(masm(), r0); in CompileFastApiCall()
|
/external/chromium_org/v8/src/mips/ |
D | stub-cache-mips.cc | 774 static void ReserveSpaceForFastApiCall(MacroAssembler* masm, in ReserveSpaceForFastApiCall() function 986 ReserveSpaceForFastApiCall(masm, scratch1); in CompileCacheable() 2313 ReserveSpaceForFastApiCall(masm(), a0); in CompileFastApiCall()
|
/external/chromium_org/v8/src/x64/ |
D | stub-cache-x64.cc | 399 static void ReserveSpaceForFastApiCall(MacroAssembler* masm, Register scratch) { in ReserveSpaceForFastApiCall() function 710 ReserveSpaceForFastApiCall(masm, scratch1); in CompileCacheable()
|
/external/chromium_org/v8/src/ia32/ |
D | stub-cache-ia32.cc | 425 static void ReserveSpaceForFastApiCall(MacroAssembler* masm, Register scratch) { in ReserveSpaceForFastApiCall() function 717 ReserveSpaceForFastApiCall(masm, scratch1); in CompileCacheable()
|
/external/v8/src/mips/ |
D | stub-cache-mips.cc | 597 static void ReserveSpaceForFastApiCall(MacroAssembler* masm, in ReserveSpaceForFastApiCall() function 755 ReserveSpaceForFastApiCall(masm, scratch1); in CompileCacheable() 2279 ReserveSpaceForFastApiCall(masm(), a0); in CompileFastApiCall()
|
/external/v8/src/arm/ |
D | stub-cache-arm.cc | 613 static void ReserveSpaceForFastApiCall(MacroAssembler* masm, in ReserveSpaceForFastApiCall() function 765 ReserveSpaceForFastApiCall(masm, scratch1); in CompileCacheable() 2287 ReserveSpaceForFastApiCall(masm(), r0); in CompileFastApiCall()
|
/external/v8/src/x64/ |
D | stub-cache-x64.cc | 412 static void ReserveSpaceForFastApiCall(MacroAssembler* masm, Register scratch) { in ReserveSpaceForFastApiCall() function 582 ReserveSpaceForFastApiCall(masm, scratch1); in CompileCacheable()
|
/external/v8/src/ia32/ |
D | stub-cache-ia32.cc | 434 static void ReserveSpaceForFastApiCall(MacroAssembler* masm, Register scratch) { in ReserveSpaceForFastApiCall() function 598 ReserveSpaceForFastApiCall(masm, scratch1); in CompileCacheable()
|