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/
Dets_itable_builder.cpp69 entry.SetMethods({nullptr, nullptr}); in Build()
116 entry.SetMethods(methodsArray); in Build()
/arkcompiler/runtime_core/static_core/runtime/include/
Ditable.h40 void SetMethods(Span<Method *> methods) in SetMethods() function
Dclass.h171 void SetMethods(Span<Method> methods, uint32_t numVmethods, uint32_t numSmethods) in SetMethods() function
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp508 runtimeClass->SetMethods(newMethods, numVmethods, numSmethods); in UpdateMethods()
509 tmpClass->SetMethods(oldMethods, numVmethods, numSmethods); in UpdateMethods()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp91 classPtr->SetMethods(Span<Method>(), 0, 0); in FreeClassData()
462 klass->SetMethods(methods, numVmethods, numSmethods); in LoadMethods()
1022 klass->SetMethods(methods, klass->GetNumVirtualMethods(), numSmethods); in BuildClass()