Home
last modified time | relevance | path

Searched refs:runJITOnFunctionUnlocked (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp609 runJITOnFunctionUnlocked(F, locked); in runJITOnFunction()
615 void JIT::runJITOnFunctionUnlocked(Function *F, const MutexGuard &locked) { in runJITOnFunctionUnlocked() function in JIT
675 runJITOnFunctionUnlocked(F, locked); in getPointerToFunction()
DJIT.h214 void runJITOnFunctionUnlocked(Function *F, const MutexGuard &locked);