Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h531 void SetNumCopiedMethods(uint32_t n) in SetNumCopiedMethods() function
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp893 klass->SetNumCopiedMethods(classInfo.vtableBuilder->GetCopiedMethods().size()); in LoadClass()
1117 klass->SetNumCopiedMethods(classInfo.vtableBuilder->GetCopiedMethods().size()); in BuildClass()