Searched defs:context_restore_operand (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc4597 Operand context_restore_operand = args_from_rbp.GetArgumentOperand( local
4608 &context_restore_operand);
H A Dmacro-assembler-x64.cc714 Operand* context_restore_operand) {
837 bool restore_context = context_restore_operand != NULL;
839 movp(rsi, *context_restore_operand);
708 CallApiFunctionAndReturn( Register function_address, ExternalReference thunk_ref, Register thunk_last_arg, int stack_space, Operand return_value_operand, Operand* context_restore_operand) argument
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2099 Operand* context_restore_operand) {
2214 bool restore_context = context_restore_operand != NULL;
2216 mov(esi, *context_restore_operand);
2093 CallApiFunctionAndReturn( Register function_address, ExternalReference thunk_ref, Operand thunk_last_arg, int stack_space, Operand return_value_operand, Operand* context_restore_operand) argument
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc2061 Operand* context_restore_operand) {
2176 bool restore_context = context_restore_operand != NULL;
2178 mov(esi, *context_restore_operand);
2055 CallApiFunctionAndReturn( Register function_address, ExternalReference thunk_ref, Operand thunk_last_arg, int stack_space, Operand return_value_operand, Operand* context_restore_operand) argument
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.cc1762 MemOperand* context_restore_operand) {
1869 bool restore_context = context_restore_operand != NULL;
1871 Ldr(cp, *context_restore_operand);
1756 CallApiFunctionAndReturn( Register function_address, ExternalReference thunk_ref, int stack_space, int spill_offset, MemOperand return_value_operand, MemOperand* context_restore_operand) argument
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc4299 MemOperand* context_restore_operand) {
4388 bool restore_context = context_restore_operand != NULL;
4390 lw(cp, *context_restore_operand);
4294 CallApiFunctionAndReturn( Register function_address, ExternalReference thunk_ref, int stack_space, MemOperand return_value_operand, MemOperand* context_restore_operand) argument

Completed in 614 milliseconds