Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp505 uint32_t numSmethods = newMethods.size() - numVmethods - numCmethods; 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.cpp485 uint32_t numSmethods = numMethods - numVmethods; in LoadMethods() local
1153 size_t numSmethods = methods.size() - klass->GetNumVirtualMethods(); in BuildClass() local