Searched refs:IsMethodInModuleScope (Results 1 – 4 of 4) sorted by relevance
46 bool IsMethodInModuleScope([[maybe_unused]] MethodPtr method) const override;
198 bool EtsRuntimeInterface::IsMethodInModuleScope(MethodPtr method) const in IsMethodInModuleScope() function in ark::ets::EtsRuntimeInterface
62 if (runtime->IsMethodInModuleScope(callInst->GetCallMethod())) { in VisitCallStatic()
345 virtual bool IsMethodInModuleScope([[maybe_unused]] MethodPtr method) const in IsMethodInModuleScope() function