Home
last modified time | relevance | path

Searched refs:GetMethods (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/
Dimtable_builder.cpp30 auto methods = entry.GetMethods(); in Build()
53 auto methods = entry.GetMethods(); in Build()
82 auto impMethods = entry.GetMethods(); in UpdateClass()
Dclass_initializer.cpp400 for (auto &method : klass->GetMethods()) { in VerifyClass()
409 for (auto &method : klass->GetMethods()) { in VerifyClass()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp138 return GetMethods().size(); in GetMethodsNum()
144 auto methods = GetMethods(); in GetMethodByIndex()
185 PandaVector<EtsMethod *> EtsClass::GetMethods() in GetMethods() function in panda::ets::EtsClass
190 auto directMethods = c->GetRuntimeClass()->GetMethods(); in GetMethods()
207 auto directMethods = c->GetRuntimeClass()->GetMethods(); in GetMethods()
230 auto methods = GetRuntimeClass()->GetMethods(); in GetConstructors()
Dets_class.h117 PandaVector<EtsMethod *> GetMethods();
235 for (auto &method : GetRuntimeClass()->GetMethods()) { in EnumerateMethods()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_itable_builder.cpp138 entry.GetMethods()[j] = res; in Resolve()
160 auto methods = entry.GetMethods(); in DumpITable()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Dllvm_aot_builder.h28 const std::vector<CompiledMethod> &GetMethods() in GetMethods() function
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp99 const std::vector<std::string> &methodNames = cliOptions.GetMethods(); in RunVerifier()
120 for (auto &method : klass.GetMethods()) { in RunVerifier()
225 for (auto &method : klass->GetMethods()) { in RunVerifier()
/arkcompiler/runtime_core/static_core/runtime/dprofiler/
Ddprofiler.cpp76 for (const auto &method : klass->GetMethods()) { in AddClass()
/arkcompiler/runtime_core/static_core/runtime/include/
Ditable.h45 Span<Method *> GetMethods() const in GetMethods() function
Dclass.h184 Span<Method> GetMethods() const in GetMethods() function
196 return GetMethods().SubSpan(numVmethods_); in GetStaticMethods()
846 for (auto &m : GetMethods()) { in LookupGetterByName()
886 for (auto &m : GetMethods()) { in LookupSetterByName()
941 Span<Method> GetMethods() const;
Dclass-inl.h261 inline Span<Method> Class::GetMethods() const in GetMethods() function
269 return GetMethods(); in GetMethods()
282 auto methods = GetMethods<FindFilter::STATIC>(); in FindDirectMethod()
291 auto methods = GetMethods<FindFilter::INSTANCE>(); in FindDirectMethod()
302 auto methods = GetMethods<FindFilter::COPIED>(); in FindDirectMethod()
545 resolved = entry.GetMethods()[method->GetVTableIndex()]; in ResolveVirtualMethod()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dgetmethod_test.cpp98 auto methods = klass->GetMethods(); in TEST_F()
Dinterpreter_test.cpp1223 Method *ctor = objectClass->GetMethods().data(); in TEST_F()
1317 Method *ctor = objectClass->GetMethods().data(); in TEST_F()
1423 Method *ctor = objectClass->GetMethods().data(); in TEST_F()
2419 auto *callee = classA->GetMethods().data(); in TEST_F()
2473 auto *callee = classA->GetMethods().data(); in TEST_F()
2530 auto *callee = classA->GetMethods().data(); in TEST_F()
2586 auto *callee = classA->GetMethods().data(); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.h115 Span<LazyEtsMethodWrapperLink> GetMethods() in GetMethods() function
Dets_class_wrapper.cpp244 for (auto &m : method->GetClass()->GetMethods()) { in CalculateProperties()
292 for (auto &m : klass->GetMethods()) { in CalculateProperties()
324 for (auto &link : wclass->GetMethods()) { in CalculateProperties()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp483 for (auto &func : implInterface->GetMethods()) { in NeedClinitCheckRecursively()
631 for (const auto &methodPair : klass->GetMIRStructType()->GetMethods()) { in AddKlassRelationAndMethods()
818 for (auto &method : klass->GetMethods()) { in MarkClassFlags()
826 for (auto &method : klass->GetMethods()) { in MarkClassFlags()
857 for (MIRFunction *func : klass->GetMethods()) { in DumpDevirtualList()
Dcall_graph.cpp259 for (; j < mirStructType->GetMethods().size(); ++j) { in DelNode()
261 … mirStructType->GetMethods().erase(mirStructType->GetMethods().begin() + static_cast<ssize_t>(j)); in DelNode()
442 auto &klassMethods = klass->GetMethods(); in GetOrGenCGNode()
1117 for (MIRFunction *const &method : klass.GetMethods()) { in SearchDefInMemberMethods()
1239 for (auto &func : klass.GetMethods()) { in DoDevirtual()
1305 for (MIRFunction *const &method : tmpKlass->GetMethods()) { in DoDevirtual()
1362 for (MIRFunction *const &method : iKlass->GetMethods()) { in DoDevirtual()
1428 for (MIRFunction *const &method : currKlass->GetMethods()) { in DoDevirtual()
Dclone.cpp128 classType->GetMethods().push_back(MethodPair( in CloneFunction()
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp386 auto oldMethods = runtimeClass->GetMethods(); in MethodChangesCheck()
387 auto newMethods = tmpClass->GetMethods(); in MethodChangesCheck()
441 auto methods = cls->GetMethods(); in VerifyClassConsistency()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dobject_repository.cpp67 auto methods = klass->GetMethods(); in SetUpTestSuite()
Ddebug_info_cache.cpp69 auto methods = klass->GetMethods(); in SetUpTestSuite()
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_saver.cpp199 Span<Method> tmpMethods = klass->GetMethods(); in TranverseAndCacheResolvedClassAndMethods()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dclass_hierarchy.h87 const MapleList<MIRFunction *> &GetMethods() const in GetMethods() function
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.h105 void GetMethods(const panda_file::File::EntityId &recordId);
/arkcompiler/runtime_core/disassembler/
Ddisassembler.h92 void GetMethods(const panda_file::File::EntityId &record_id);

12