Searched refs:SetMethods (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_itable_builder.cpp | 59 entry.SetMethods({nullptr, nullptr}); in LinearizeITable() 129 entry.SetMethods(methodsArray); in Build()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | itable.h | 40 void SetMethods(Span<Method *> methods) in SetMethods() function in ark::ITable::Entry
|
H A D | class.h | 171 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 D | hotreload.cpp | 508 runtimeClass->SetMethods(newMethods, numVmethods, numSmethods); in UpdateMethods() 509 tmpClass->SetMethods(oldMethods, numVmethods, numSmethods); in UpdateMethods()
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | class_linker.cpp | 116 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