Home
last modified time | relevance | path

Searched refs:inStackCount (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Ddeoptimization.cpp79 size_t &inStackCount) NO_THREAD_SAFETY_ANALYSIS
99 inStackCount++;
114 size_t inStackCount = 0; variable
115 vm->GetThreadManager()->EnumerateThreads([method, &inStackCount, isCha](ManagedThread *thread) {
116 return InvalidateCompiledMethod(thread, method, isCha, inStackCount);
123 EVENT_CHA_DEOPTIMIZE(std::string(method->GetFullName()), inStackCount);

Completed in 2 milliseconds