Searched refs:getPendingFunctions (Results 1 – 2 of 2) sorted by relevance
628 while (!jitstate->getPendingFunctions(locked).empty()) { in runJITOnFunctionUnlocked()629 Function *PF = jitstate->getPendingFunctions(locked).back(); in runJITOnFunctionUnlocked()630 jitstate->getPendingFunctions(locked).pop_back(); in runJITOnFunctionUnlocked()843 jitstate->getPendingFunctions(locked).push_back(F); in addPendingFunction()
47 std::vector<AssertingVH<Function> > &getPendingFunctions(const MutexGuard &L){ in getPendingFunctions() function