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

  /external/v8/src/ppc/
code-stubs-ppc.cc 310 __ StorePU(r0, MemOperand(sp, -kNumRequiredStackFrameSlots * kPointerSize));
314 __ addi(sp, sp, Operand(kNumRequiredStackFrameSlots * kPointerSize));
assembler-ppc.h 218 // defined by the ABI. Note that kNumRequiredStackFrameSlots must
230 const int kNumRequiredStackFrameSlots = 12;
246 const int kNumRequiredStackFrameSlots = 14;
248 const int kNumRequiredStackFrameSlots = 16;
257 const int kNumRequiredStackFrameSlots = 4;
    [all...]
macro-assembler-ppc.cc     [all...]
simulator-ppc.cc     [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 338 kNumRequiredStackFrameSlots * kPointerSize));
355 kNumRequiredStackFrameSlots * kPointerSize));
assembler-s390.h 211 const int kNumRequiredStackFrameSlots = 20;
226 const int kNumRequiredStackFrameSlots = 24;
    [all...]
macro-assembler-s390.cc     [all...]
  /external/v8/src/regexp/s390/
regexp-macro-assembler-s390.cc     [all...]
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.cc     [all...]

Completed in 400 milliseconds