Home
last modified time | relevance | path

Searched refs:GetNumCopiedMethods (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp504 uint32_t numCmethods = tmpClass->GetNumCopiedMethods(); in UpdateMethods()
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h526 uint32_t GetNumCopiedMethods() const in GetNumCopiedMethods() function
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp82 size_t n = methods.Size() + classPtr->GetNumCopiedMethods(); in FreeClassData()
1120 ASSERT(klass->GetNumCopiedMethods() == 0); in BuildClass()