Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp503 uint32_t numVmethods = tmpClass->GetNumVirtualMethods(); in UpdateMethods() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h171 void SetMethods(Span<Method> methods, uint32_t numVmethods, uint32_t numSmethods) in SetMethods()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp460 uint32_t numVmethods = klass->GetNumVirtualMethods(); in LoadMethods() local