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