Searched defs:stack_space (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 882 void MacroAssembler::EnterExitFrame(bool save_doubles, int stack_space) { in EnterExitFrame() 3015 int stack_space = kNumRequiredStackFrameSlots; in PrepareCallCFunction() local 3110 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCFunctionHelper() local
|
D | code-stubs-ppc.cc | 5315 int stack_space, in CallApiFunctionAndReturn() 5572 int stack_space = 0; in CallApiFunctionStubHelper() local
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 1088 int stack_space = kNumRequiredStackFrameSlots; in CallCheckStackGuardState() local
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 1096 void MacroAssembler::EnterExitFrame(bool save_doubles, int stack_space) { in EnterExitFrame()
|
D | code-stubs-arm.cc | 5084 int stack_space, in CallApiFunctionAndReturn() 5326 int stack_space = 0; in CallApiFunctionStubHelper() local
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 5514 ExternalReference thunk_ref, int stack_space, in CallApiFunctionAndReturn() 5767 int stack_space = 0; in CallApiFunctionStubHelper() local
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 5049 Register thunk_last_arg, int stack_space, in CallApiFunctionAndReturn() 5334 int stack_space = 0; in CallApiFunctionStubHelper() local
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 5303 ExternalReference thunk_ref, int stack_space, int32_t stack_space_offset, in CallApiFunctionAndReturn() 5534 int stack_space = 0; in CallApiFunctionStubHelper() local
|
D | macro-assembler-mips.cc | 4843 int stack_space) { in EnterExitFrame()
|
/external/v8/src/x87/ |
D | code-stubs-x87.cc | 4996 Operand thunk_last_arg, int stack_space, in CallApiFunctionAndReturn() 5287 int stack_space = 0; in CallApiFunctionStubHelper() local
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 5331 ExternalReference thunk_ref, int stack_space, int32_t stack_space_offset, in CallApiFunctionAndReturn() 5565 int stack_space = 0; in CallApiFunctionStubHelper() local
|
D | macro-assembler-mips64.cc | 5496 int stack_space) { in EnterExitFrame()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 5316 Operand thunk_last_arg, int stack_space, in CallApiFunctionAndReturn() 5607 int stack_space = 0; in CallApiFunctionStubHelper() local
|