Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp464 uint32_t totalNumMethods = numMethods + copiedMethods.size(); in LoadMethods() local
465 if (totalNumMethods == 0) { in LoadMethods()
469 Span<Method> methods {allocator_->AllocArray<Method>(totalNumMethods), totalNumMethods}; in LoadMethods()