Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_saver.cpp199 Span<Method> tmpMethods = klass->GetMethods(); in TranverseAndCacheResolvedClassAndMethods() local
200 LOG(INFO, RUNTIME) << " methods size = " << tmpMethods.size(); in TranverseAndCacheResolvedClassAndMethods()
201 for (int i = 0; i < static_cast<int>(tmpMethods.Size()); ++i) { in TranverseAndCacheResolvedClassAndMethods()
202 Method &method = tmpMethods[i]; in TranverseAndCacheResolvedClassAndMethods()