Home
last modified time | relevance | path

Searched full:throwable (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/compiler/docs/
Dtry_catch_blocks_ir.md66 …locks, since program flow can be jumped to the catch-handler after each throwable instruction, pla…
125 … virtual registers in the points where throwable instructions are placed. `CatchPhi` contains vect…
127 In the next example `CatchPhi` has 3 inputs: `a0`, `a1`, `a2` and contains vector of 3 throwable in…
149 - map from each throwable instruction the corresponding catch-handlers;
156 - Before each throwable instruction RegAlloc adds move from related catch-phi's input to the reserv…
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp147 // Copy current defs for assigning them to catch-phi if current inst is throwable in BuildInstructionsForBB()
159 …// this group, and then mark all instructions as throwable; All instructions should be marked, sin… in BuildInstructionsForBB()
188 COMPILER_LOG(DEBUG, IR_BUILDER) << "Throwable inst, Id = " << throwable_inst->GetId(); in ProcessThrowableInstructions()
540 …* Nested try doesn't contain throwable instructions and related catch-handler will not be connecte…
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp395 // This is the case when all throwable instructions were removed from the try-block, in ResolveCatchPhis()
412 …* If the input's corresponding throwable instruction dominates other throwable inst, we can remove…
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp264 …ch-begin is pseudo successor, its live set will be processed for blocks with throwable instructions in GetInitInstLiveSet()
275 …// if basic block contains throwable instruction, all instucrions live in the catch-handlers shoul… in GetInitInstLiveSet()
442 * some action at CatchPhi's definition copy instruction are added before throwable instructions.
443 …* Instead of extending input life interval until CatchPhi it is extended until throwable instructi…
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dmove_constants.cpp128 // do not move catch-phi's input over throwable instruction in GetDominators()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dthrow.yaml21 .record panda.Throwable <external>
23 .record E1 <panda.extends=panda.Throwable> {}
200 description: "Check that VM thread fails when register contains not a Throwable"
253 description: "Check that VM thread fails when register contains not a Throwable"
Dcall.virt.yaml1694 .record panda.Throwable <external>
1695 .record E1 <panda.extends=panda.Throwable> {}
Dcall.yaml1488 .record panda.Throwable <external>
1489 .record E1 <panda.extends=panda.Throwable> {}
Dcall.acc.yaml2441 .record panda.Throwable <external>
2442 .record E1 <panda.extends=panda.Throwable> {}
Dcall.virt.acc.yaml2734 .record panda.Throwable <external>
2735 .record E1 <panda.extends=panda.Throwable> {}
Dinitobj.yaml3536 .record panda.Throwable <external>
3537 .record E1 <panda.extends=panda.Throwable> {}
/arkcompiler/runtime_core/verification/absint/
Dabsint.cpp232 exception_type = verifCtx.Types().Throwable(lang); in ComputeRegContext()
Dpanda_types.h281 const Type &Throwable(panda::panda_file::SourceLang lang) const in Throwable() function
/arkcompiler/runtime_core/isa/
Disa.yaml213 …First operand contains a reference to an instance of class Throwable or of a subclass of Throwable.
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp689 (*out) << "Throwable Inst"; in DumpThrowableInsts()
/arkcompiler/runtime_core/compiler/tests/
Dmove_constants_test.cpp761 // CONSTANT(0, nullptr) should dominate throwable INST(3, Opcode::CallStatic) in TEST_F()