Home
last modified time | relevance | path

Searched refs:GetMethods (Results 1 - 25 of 31) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/
H A Dimtable_builder.cpp30 auto methods = entry.GetMethods(); in Build()
53 auto methods = entry.GetMethods(); in Build()
82 auto impMethods = entry.GetMethods(); in UpdateClass()
H A Dclass_initializer.cpp400 for (auto &method : klass->GetMethods()) {
409 for (auto &method : klass->GetMethods()) {
H A Dclass_linker.cpp81 Span<Method> methods = classPtr->GetMethods(); in FreeClassData()
104 Span<Method> originalMethods = method.GetClass()->GetMethods(); in FreeClassData()
122 Span<Method *> imethods = itable[i].GetMethods(); in FreeClassData()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_class.cpp117 return GetMethods().size(); in GetMethodsNum()
123 auto methods = GetMethods(); in GetMethodByIndex()
164 PandaVector<EtsMethod *> EtsClass::GetMethods() in GetMethods() function in EtsClass
169 auto directMethods = c->GetRuntimeClass()->GetMethods(); in GetMethods()
186 auto directMethods = c->GetRuntimeClass()->GetMethods(); in GetMethods()
209 auto methods = GetRuntimeClass()->GetMethods(); in GetConstructors()
H A Dets_class.h120 PandaVector<EtsMethod *> GetMethods();
259 for (auto &method : GetRuntimeClass()->GetMethods()) { in EnumerateMethods()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_itable_builder.cpp155 entry.GetMethods()[j] = res.value(); in Resolve()
178 auto methods = entry.GetMethods(); in DumpITable()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Dllvm_aot_builder.h28 const std::vector<CompiledMethod> &GetMethods() in GetMethods() function in ark::compiler::LLVMAotBuilder
/arkcompiler/runtime_core/static_core/runtime/dprofiler/
H A Ddprofiler.cpp76 for (const auto &method : klass->GetMethods()) { in AddClass()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Ditable.h45 Span<Method *> GetMethods() const in GetMethods() function in ark::ITable::Entry
H A Dclass.h184 Span<Method> GetMethods() const in GetMethods() function in ark::Class
196 return GetMethods().SubSpan(numVmethods_); in GetStaticMethods()
851 for (auto &m : GetMethods()) { in LookupGetterByName()
891 for (auto &m : GetMethods()) { in LookupSetterByName()
946 Span<Method> GetMethods() const;
H A Dclass-inl.h261 inline Span<Method> Class::GetMethods() const in GetMethods() function in ark::Class
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()];
/arkcompiler/runtime_core/static_core/verification/verifier/
H A Dverifier.cpp102 for (auto &method : klass.GetMethods()) { in EnqueueClass()
212 for (auto &method : klass->GetMethods()) { in VeifyMethod()
284 const std::vector<std::string> &methodNames = cliOptions.GetMethods(); in RunVerifier()
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_aot_compiler.cpp553 const auto &methodPtrs = aotBuilder_->GetMethods(); in CollectAotBuilderOffsets()
633 const auto &methodPtrs = aotBuilder_->GetMethods(); in LinkModule()
636 if (wrappedModule->GetMethods().empty()) { in LinkModule()
639 auto methodsIt = wrappedModule->GetMethods().begin(); in LinkModule()
642 if (methodsIt == wrappedModule->GetMethods().end()) { in LinkModule()
849 for (auto method : module.GetMethods()) { in CompileModule()
862 for (auto method : module.GetMethods()) { in CompileModule()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dwrapped_module.h71 const std::vector<ark::compiler::RuntimeInterface::MethodPtr> &GetMethods();
H A Dwrapped_module.cpp103 const std::vector<ark::compiler::RuntimeInterface::MethodPtr> &WrappedModule::GetMethods() in GetMethods() function in ark::llvmbackend::WrappedModule
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dgetmethod_test.cpp98 auto methods = klass->GetMethods(); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dets_class_wrapper.h133 Span<LazyEtsMethodWrapperLink> GetMethods() in GetMethods() function in ark::ark::ets::interop::js::ets_proxy::EtsClassWrapper
H A Dets_class_wrapper.cpp316 for (auto &m : method->GetClass()->GetMethods()) { in CollectClassMethods()
326 for (auto &m : klass->GetMethods()) { in CollectClassMethods()
379 for (auto &link : wclass->GetMethods()) { in UpdatePropsWithBaseClasses()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_class_file_test.cpp572 TEST_F(EtsClassTest, GetMethods) in TEST_F()
599 etsMethodsA = klassA->GetMethods(); in TEST_F()
608 etsMethodsB = klassB->GetMethods(); in TEST_F()
618 etsMethodsC = klassN->GetMethods(); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/hotreload/
H A 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/disassembler/
H A Ddisassembler.h106 void GetMethods(const panda_file::File::EntityId &recordId);
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Dobject_repository.cpp67 auto methods = klass->GetMethods(); in SetUpTestSuite()
H A Ddebug_info_cache.cpp69 auto methods = klass->GetMethods(); in SetUpTestSuite()
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
H A Dprofile_saver.cpp195 Span<Method> tmpMethods = klass->GetMethods(); in CallBackTranverseResolvedClassAndMethods()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.h98 void GetMethods(const panda_file::File::EntityId &record_id);

Completed in 21 milliseconds

12