Home
last modified time | relevance | path

Searched refs:GetMethodsWithCopied (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp501 auto newMethods = tmpClass->GetMethodsWithCopied(); in UpdateMethods()
502 auto oldMethods = runtimeClass->GetMethodsWithCopied(); in UpdateMethods()
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h189 Span<Method> GetMethodsWithCopied() const in GetMethodsWithCopied() function