Searched defs:thunk_last_arg (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc2993 Operand thunk_last_arg, int stack_space,
3031 __ mov(thunk_last_arg, function_address);
3328 Operand thunk_last_arg = ApiParameterOperand(2); local
3340 CallApiFunctionAndReturn(masm, function_address, thunk_ref, thunk_last_arg,
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/x64/
H A Dcode-stubs-x64.cc2966 Register thunk_last_arg, int stack_space,
3015 __ Move(thunk_last_arg, function_address);
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.cc3548 Operand thunk_last_arg, int stack_space,
3586 __ mov(thunk_last_arg, function_address);
3883 Operand thunk_last_arg = ApiParameterOperand(2); local
3895 CallApiFunctionAndReturn(masm, function_address, thunk_ref, thunk_last_arg,
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 157 milliseconds