Home
last modified time | relevance | path

Searched refs:kThrow (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/compiler/
Dschedule.cc115 case BasicBlock::kThrow: in operator <<()
263 block->set_control(BasicBlock::kThrow); in AddThrow()
Dschedule.h42 kThrow // Throw an exception. enumerator
Djs-inlining.cc205 case IrOpcode::kThrow: in InlineCall()
Dinstruction-selector.cc766 case BasicBlock::kThrow: in VisitControl()
767 DCHECK_EQ(IrOpcode::kThrow, input->opcode()); in VisitControl()
Dverifier.cc280 case IrOpcode::kThrow: in Check()
Dscheduler.cc363 case IrOpcode::kThrow: in ConnectBlocks()
Dwasm-compiler.cc202 Runtime::FunctionId f = Runtime::kThrow; in BuildTrapCode()
Dast-graph-builder.cc3761 const Operator* op = javascript()->CallRuntime(Runtime::kThrow, 1); in BuildThrowError()
/external/v8/src/interpreter/
Dbytecode-array-builder.cc970 Output(Bytecode::kThrow); in Throw()
Dinterpreter.cc1698 __ CallRuntime(Runtime::kThrow, exception); in DoThrow()
/external/v8/src/full-codegen/
Dfull-codegen.cc1383 __ CallRuntime(Runtime::kThrow); in VisitThrow()
/external/v8/src/crankshaft/
Dhydrogen.cc7189 Add<HCallRuntime>(Runtime::FunctionForId(Runtime::kThrow), 1); in VisitThrow()