Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h359 bool IsPcBindType(int32_t pc) const override in IsPcBindType() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml226 …tecodeOptimizer() && GetGraph()->IsDynamicMethod() && GetGraph()->GetRuntime()->IsPcBindType(pc)) {
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h926 virtual bool IsPcBindType([[maybe_unused]] int32_t pc) const in IsPcBindType() function