HomeSort by relevance Sort by last modified time
    Searched refs:ReserveSpaceForFastApiCall (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/v8/src/arm/
stub-cache-arm.cc 828 static void ReserveSpaceForFastApiCall(MacroAssembler* masm,
837 // Undoes the effects of ReserveSpaceForFastApiCall.
    [all...]
  /external/chromium_org/v8/src/mips/
stub-cache-mips.cc 818 static void ReserveSpaceForFastApiCall(MacroAssembler* masm,
827 // Undoes the effects of ReserveSpaceForFastApiCall.
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 613 static void ReserveSpaceForFastApiCall(MacroAssembler* masm,
622 // Undoes the effects of ReserveSpaceForFastApiCall.
765 ReserveSpaceForFastApiCall(masm, scratch1);
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 597 static void ReserveSpaceForFastApiCall(MacroAssembler* masm,
606 // Undoes the effects of ReserveSpaceForFastApiCall.
755 ReserveSpaceForFastApiCall(masm, scratch1);
    [all...]
  /external/chromium_org/v8/src/ia32/
stub-cache-ia32.cc 430 static void ReserveSpaceForFastApiCall(MacroAssembler* masm, Register scratch) {
443 // Undoes the effects of ReserveSpaceForFastApiCall.
623 ReserveSpaceForFastApiCall(masm, scratch1);
    [all...]
  /external/chromium_org/v8/src/x64/
stub-cache-x64.cc 408 static void ReserveSpaceForFastApiCall(MacroAssembler* masm, Register scratch) {
423 // Undoes the effects of ReserveSpaceForFastApiCall.
607 ReserveSpaceForFastApiCall(masm, scratch1);
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 434 static void ReserveSpaceForFastApiCall(MacroAssembler* masm, Register scratch) {
447 // Undoes the effects of ReserveSpaceForFastApiCall.
598 ReserveSpaceForFastApiCall(masm, scratch1);
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 412 static void ReserveSpaceForFastApiCall(MacroAssembler* masm, Register scratch) {
427 // Undoes the effects of ReserveSpaceForFastApiCall.
582 ReserveSpaceForFastApiCall(masm, scratch1);
    [all...]

Completed in 648 milliseconds