Searched refs:stack_space_operand (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/arm/
H A Dcode-stubs-arm.cc3026 MemOperand* stack_space_operand,
3118 if (stack_space_operand != NULL) {
3119 __ ldr(r4, *stack_space_operand);
3123 __ LeaveExitFrame(false, r4, !restore_context, stack_space_operand != NULL);
3251 MemOperand* stack_space_operand = &length_operand; local
3253 stack_space_operand = NULL;
3256 stack_space_operand, return_value_operand,
3022 CallApiFunctionAndReturn(MacroAssembler* masm, Register function_address, ExternalReference thunk_ref, int stack_space, MemOperand* stack_space_operand, MemOperand return_value_operand, MemOperand* context_restore_operand) argument
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc3285 MemOperand* stack_space_operand, int spill_offset,
3393 if (stack_space_operand != NULL) {
3394 __ Ldr(w2, *stack_space_operand);
3405 if (stack_space_operand != NULL) {
3527 MemOperand* stack_space_operand = &length_operand; local
3529 stack_space_operand = NULL;
3533 stack_space_operand, spill_offset,
3282 CallApiFunctionAndReturn( MacroAssembler* masm, Register function_address, ExternalReference thunk_ref, int stack_space, MemOperand* stack_space_operand, int spill_offset, MemOperand return_value_operand, MemOperand* context_restore_operand) argument
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc2994 Operand* stack_space_operand,
3076 if (stack_space_operand != nullptr) {
3077 __ mov(ebx, *stack_space_operand);
3123 if (stack_space_operand != nullptr) {
3264 Operand* stack_space_operand = &length_operand; local
3266 stack_space_operand = nullptr;
3269 stack_space_operand, return_value_operand,
2990 CallApiFunctionAndReturn(MacroAssembler* masm, Register function_address, ExternalReference thunk_ref, Operand thunk_last_arg, int stack_space, Operand* stack_space_operand, Operand return_value_operand, Operand* context_restore_operand) argument
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc3185 MemOperand* stack_space_operand,
3286 if (stack_space_operand != NULL) {
3287 __ lwz(r14, *stack_space_operand);
3291 __ LeaveExitFrame(false, r14, !restore_context, stack_space_operand != NULL);
3427 MemOperand* stack_space_operand = &length_operand; local
3429 stack_space_operand = NULL;
3431 stack_space_operand, return_value_operand,
3181 CallApiFunctionAndReturn(MacroAssembler* masm, Register function_address, ExternalReference thunk_ref, int stack_space, MemOperand* stack_space_operand, MemOperand return_value_operand, MemOperand* context_restore_operand) argument
/external/v8/src/s390/
H A Dcode-stubs-s390.cc3141 MemOperand* stack_space_operand,
3236 if (stack_space_operand != NULL) {
3237 __ l(r6, *stack_space_operand);
3241 __ LeaveExitFrame(false, r6, !restore_context, stack_space_operand != NULL);
3376 MemOperand* stack_space_operand = &length_operand; local
3378 stack_space_operand = NULL;
3380 stack_space_operand, return_value_operand,
3137 CallApiFunctionAndReturn(MacroAssembler* masm, Register function_address, ExternalReference thunk_ref, int stack_space, MemOperand* stack_space_operand, MemOperand return_value_operand, MemOperand* context_restore_operand) argument
/external/v8/src/x64/
H A Dcode-stubs-x64.cc2967 Operand* stack_space_operand,
3055 if (stack_space_operand != nullptr) {
3056 __ movp(rbx, *stack_space_operand);
3100 if (stack_space_operand != nullptr) {
3237 Operand* stack_space_operand = &length_operand; local
3239 stack_space_operand = nullptr;
3241 stack_space, stack_space_operand,
2963 CallApiFunctionAndReturn(MacroAssembler* masm, Register function_address, ExternalReference thunk_ref, Register thunk_last_arg, int stack_space, Operand* stack_space_operand, Operand return_value_operand, Operand* context_restore_operand) argument
/external/v8/src/x87/
H A Dcode-stubs-x87.cc3549 Operand* stack_space_operand,
3631 if (stack_space_operand != nullptr) {
3632 __ mov(ebx, *stack_space_operand);
3678 if (stack_space_operand != nullptr) {
3819 Operand* stack_space_operand = &length_operand; local
3821 stack_space_operand = nullptr;
3824 stack_space_operand, return_value_operand,
3545 CallApiFunctionAndReturn(MacroAssembler* masm, Register function_address, ExternalReference thunk_ref, Operand thunk_last_arg, int stack_space, Operand* stack_space_operand, Operand return_value_operand, Operand* context_restore_operand) argument

Completed in 438 milliseconds