Searched refs:methodCompiledOrder (Results 1 – 1 of 1) sorted by relevance
107 std::queue<uint32_t> methodCompiledOrder; in Run() local108 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()