Searched defs:stack_space (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 1132 void MacroAssembler::EnterExitFrame(bool save_doubles, int stack_space, in EnterExitFrame() 2976 int stack_space = kNumRequiredStackFrameSlots; in PrepareCallCFunction() local 3072 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCFunctionHelper() local
|
D | code-stubs-ppc.cc | 3184 int stack_space, in CallApiFunctionAndReturn() 3424 int stack_space = 0; in Generate() local
|
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 1046 void MacroAssembler::EnterExitFrame(bool save_doubles, int stack_space, in EnterExitFrame() 2751 int stack_space = kNumRequiredStackFrameSlots; in PrepareCallCFunction() local 2826 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCFunctionHelper() local
|
D | code-stubs-s390.cc | 3140 int stack_space, in CallApiFunctionAndReturn() 3373 int stack_space = 0; in Generate() local
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 1097 int stack_space = kNumRequiredStackFrameSlots; in CallCheckStackGuardState() local
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 3025 int stack_space, in CallApiFunctionAndReturn() 3249 int stack_space = 0; in Generate() local
|
D | macro-assembler-arm.cc | 1486 void MacroAssembler::EnterExitFrame(bool save_doubles, int stack_space, in EnterExitFrame()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 3236 ExternalReference thunk_ref, int stack_space, int32_t stack_space_offset, in CallApiFunctionAndReturn() 3451 int stack_space = 0; in Generate() local
|
D | macro-assembler-mips64.cc | 5722 void MacroAssembler::EnterExitFrame(bool save_doubles, int stack_space, in EnterExitFrame()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 3226 ExternalReference thunk_ref, int stack_space, int32_t stack_space_offset, in CallApiFunctionAndReturn() 3439 int stack_space = 0; in Generate() local
|
D | macro-assembler-mips.cc | 5378 void MacroAssembler::EnterExitFrame(bool save_doubles, int stack_space, in EnterExitFrame()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 3284 ExternalReference thunk_ref, int stack_space, in CallApiFunctionAndReturn() 3524 int stack_space = 0; in Generate() local
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 2966 Register thunk_last_arg, int stack_space, in CallApiFunctionAndReturn() 3236 int stack_space = 0; in Generate() local
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 2993 Operand thunk_last_arg, int stack_space, in CallApiFunctionAndReturn() 3262 int stack_space = 0; in Generate() local
|
/external/v8/src/x87/ |
D | code-stubs-x87.cc | 3548 Operand thunk_last_arg, int stack_space, in CallApiFunctionAndReturn() 3817 int stack_space = 0; in Generate() local
|