Searched refs:kThrow (Results 1 – 12 of 12) sorted by relevance
115 case BasicBlock::kThrow: in operator <<()263 block->set_control(BasicBlock::kThrow); in AddThrow()
42 kThrow // Throw an exception. enumerator
205 case IrOpcode::kThrow: in InlineCall()
766 case BasicBlock::kThrow: in VisitControl()767 DCHECK_EQ(IrOpcode::kThrow, input->opcode()); in VisitControl()
280 case IrOpcode::kThrow: in Check()
363 case IrOpcode::kThrow: in ConnectBlocks()
202 Runtime::FunctionId f = Runtime::kThrow; in BuildTrapCode()
3761 const Operator* op = javascript()->CallRuntime(Runtime::kThrow, 1); in BuildThrowError()
970 Output(Bytecode::kThrow); in Throw()
1698 __ CallRuntime(Runtime::kThrow, exception); in DoThrow()
1383 __ CallRuntime(Runtime::kThrow); in VisitThrow()
7189 Add<HCallRuntime>(Runtime::FunctionForId(Runtime::kThrow), 1); in VisitThrow()