Searched refs:GetSlotAboveSPBeforeTailCall (Results 1 – 2 of 2) sorted by relevance
232 bool GetSlotAboveSPBeforeTailCall(Instruction* instr, int* slot);
711 GetSlotAboveSPBeforeTailCall(instr, &first_unused_stack_slot); in AssembleInstruction()832 bool CodeGenerator::GetSlotAboveSPBeforeTailCall(Instruction* instr, in GetSlotAboveSPBeforeTailCall() function in v8::internal::compiler::CodeGenerator