Searched refs:methodCompiledOrder (Results 1 – 1 of 1) sorted by relevance
108 std::queue<uint32_t> methodCompiledOrder; in Run() local109 methodCompiledOrder.push(compileQueue_.front()); in Run()111 while (!methodCompiledOrder.empty()) { in Run()112 auto compilingMethod = methodCompiledOrder.front(); in Run()113 methodCompiledOrder.pop(); in Run()133 methodCompiledOrder.push(it); in Run()