Home
last modified time | relevance | path

Searched refs:IsMethodInModuleScope (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.h46 bool IsMethodInModuleScope([[maybe_unused]] MethodPtr method) const override;
Dets_runtime_interface.cpp198 bool EtsRuntimeInterface::IsMethodInModuleScope(MethodPtr method) const in IsMethodInModuleScope() function in ark::ets::EtsRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dnative_call_optimization.cpp62 if (runtime->IsMethodInModuleScope(callInst->GetCallMethod())) { in VisitCallStatic()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h345 virtual bool IsMethodInModuleScope([[maybe_unused]] MethodPtr method) const in IsMethodInModuleScope() function