Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h107 std::queue<uint32_t> methodCompiledOrder; in Run() local
108 methodCompiledOrder.push(compileQueue_.front()); in Run()
110 while (!methodCompiledOrder.empty()) { in Run()
111 auto compilingMethod = methodCompiledOrder.front(); in Run()
112 methodCompiledOrder.pop(); in Run()
132 methodCompiledOrder.push(it); in Run()