Home
last modified time | relevance | path

Searched defs:copiedMethods (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp458 static void SetupCopiedMethods(Span<Method> methods, Span<const CopiedMethod> copiedMethods) in SetupCopiedMethods()
487 auto copiedMethods = classInfo->vtableBuilder->GetCopiedMethods(); in LoadMethods() local