HomeSort by relevance Sort by last modified time
    Searched refs:getPendingFunctions (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 622 while (!jitstate->getPendingFunctions(locked).empty()) {
623 Function *PF = jitstate->getPendingFunctions(locked).back();
624 jitstate->getPendingFunctions(locked).pop_back();
817 jitstate->getPendingFunctions(locked).push_back(F);
JIT.h 47 std::vector<AssertingVH<Function> > &getPendingFunctions(const MutexGuard &L){

Completed in 355 milliseconds