Searched refs:kTailCall (Results 1 – 12 of 12) sorted by relevance
111 case BasicBlock::kTailCall: in operator <<()256 block->set_control(BasicBlock::kTailCall); in AddTailCall()
43 kTailCall, // Tail call another method from this method. in NON_EXPORTED_BASE() enumerator
99 op->opcode() == IrOpcode::kTailCall); in CallDescriptorOf()1298 IrOpcode::kTailCall, in TailCall()
299 case IrOpcode::kTailCall: in Run()
935 case BasicBlock::kTailCall: { in VisitControl()936 DCHECK_EQ(IrOpcode::kTailCall, input->opcode()); in VisitControl()
507 case IrOpcode::kTailCall: in Check()
359 case IrOpcode::kTailCall: in ConnectBlocks()
1095 if (op->opcode() == IrOpcode::kCall || op->opcode() == IrOpcode::kTailCall) { in HasFrameStateInput()
449 case BasicBlock::kTailCall: in Run()
193 V(kTailCall, "Tail call") \
624 bytecode == Bytecode::kTailCall || in IsCallOrConstruct()
302 } else if (bytecode == interpreter::Bytecode::kTailCall) { in GetDebugBreakType()