Searched refs:kThrow (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/compiler/ |
D | schedule.h | 37 kThrow // Throw an exception. enumerator 265 block->control_ = BasicBlock::kThrow; in AddThrow()
|
D | schedule.cc | 25 case BasicBlockData::kThrow: in operator <<()
|
D | verifier.cc | 168 case IrOpcode::kThrow: in Pre()
|
D | simplified-lowering.cc | 397 case IrOpcode::kThrow: in VisitNode()
|
D | instruction-selector.cc | 427 case BasicBlockData::kThrow: in VisitControl()
|
D | ast-graph-builder.cc | 1165 const Operator* op = javascript()->Runtime(Runtime::kThrow, 1); in VisitThrow()
|
/external/v8/src/ |
D | full-codegen.cc | 1589 __ CallRuntime(Runtime::kThrow, 1); in VisitThrow()
|
D | hydrogen.cc | 6784 Runtime::FunctionForId(Runtime::kThrow), 1); in VisitThrow()
|
/external/v8/src/arm64/ |
D | full-codegen-arm64.cc | 4694 __ CallRuntime(Runtime::kThrow, 1); in EmitGeneratorResume()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 2189 __ CallRuntime(Runtime::kThrow, 1); in EmitGeneratorResume()
|
/external/v8/src/x87/ |
D | full-codegen-x87.cc | 2176 __ CallRuntime(Runtime::kThrow, 1); in EmitGeneratorResume()
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 2220 __ CallRuntime(Runtime::kThrow, 1); in EmitGeneratorResume()
|
/external/v8/src/mips64/ |
D | full-codegen-mips64.cc | 2246 __ CallRuntime(Runtime::kThrow, 1); in EmitGeneratorResume()
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 2269 __ CallRuntime(Runtime::kThrow, 1); in EmitGeneratorResume()
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 2249 __ CallRuntime(Runtime::kThrow, 1); in EmitGeneratorResume()
|