Searched refs:numSmethods (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/hotreload/ |
H A D | hotreload.cpp | 505 uint32_t numSmethods = newMethods.size() - numVmethods - numCmethods; in UpdateMethods() local 508 runtimeClass->SetMethods(newMethods, numVmethods, numSmethods); in UpdateMethods() 509 tmpClass->SetMethods(oldMethods, numVmethods, numSmethods); in UpdateMethods()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | class.h | 171 void SetMethods(Span<Method> methods, uint32_t numVmethods, uint32_t numSmethods) in SetMethods() argument 174 numMethods_ = numVmethods + numSmethods; in SetMethods()
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | class_linker.cpp | 461 uint32_t numSmethods = numMethods - numVmethods; in LoadMethods() local 503 klass->SetMethods(methods, numVmethods, numSmethods); in LoadMethods() 1122 size_t numSmethods = methods.size() - klass->GetNumVirtualMethods(); in BuildClass() local 1123 klass->SetMethods(methods, klass->GetNumVirtualMethods(), numSmethods); in BuildClass()
|
Completed in 7 milliseconds