Home
last modified time | relevance | path

Searched full:ispcbindtype (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h158 virtual bool IsPcBindType([[maybe_unused]] int32_t pc) const in IsPcBindType() function
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h157 bool IsPcBindType(int32_t pc) const override in IsPcBindType() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml222 …tecodeOptimizer() && GetGraph()->IsDynamicMethod() && GetGraph()->GetRuntime()->IsPcBindType(pc)) {
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp1003 EXPECT_FALSE(interface.IsPcBindType(0)); in __anon1be7da801602()