Home
last modified time | relevance | path

Searched refs:SetMethods (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_itable_builder.cpp59 entry.SetMethods({nullptr, nullptr}); in LinearizeITable()
129 entry.SetMethods(methodsArray); in Build()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Ditable.h40 void SetMethods(Span<Method *> methods) in SetMethods() function in ark::ITable::Entry
H A Dclass.h171 void SetMethods(Span<Method> methods, uint32_t numVmethods, uint32_t numSmethods) in SetMethods() function in ark::Class
/arkcompiler/runtime_core/static_core/runtime/hotreload/
H A Dhotreload.cpp508 runtimeClass->SetMethods(newMethods, numVmethods, numSmethods); in UpdateMethods()
509 tmpClass->SetMethods(oldMethods, numVmethods, numSmethods); in UpdateMethods()
/arkcompiler/runtime_core/static_core/runtime/
H A Dclass_linker.cpp116 classPtr->SetMethods(Span<Method>(), 0, 0); in FreeClassData()
503 klass->SetMethods(methods, numVmethods, numSmethods); in LoadMethods()
1123 klass->SetMethods(methods, klass->GetNumVirtualMethods(), numSmethods); in BuildClass()

Completed in 7 milliseconds