Home
last modified time | relevance | path

Searched refs:FillInstIdTypePairByPc (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h163 virtual bool FillInstIdTypePairByPc([[maybe_unused]] size_t id, [[maybe_unused]] int32_t pc) in FillInstIdTypePairByPc() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.h128 GetGraph()->GetRuntime()->FillInstIdTypePairByPc(id, pc); in TryFillInstIdTypePair()
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h162 bool FillInstIdTypePairByPc(size_t id, int32_t pc) override in FillInstIdTypePairByPc() function
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcodegen_test.cpp535 graph->GetRuntime()->FillInstIdTypePairByPc(id, pc); in __anon0774c0120802()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp1004 EXPECT_FALSE(interface.FillInstIdTypePairByPc(0, 0)); in __anon7b7a1abf1602()