OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runJITOnFunctionUnlocked
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.h
214
void
runJITOnFunctionUnlocked
(Function *F, const MutexGuard &locked);
JIT.cpp
609
runJITOnFunctionUnlocked
(F, locked);
615
void JIT::
runJITOnFunctionUnlocked
(Function *F, const MutexGuard &locked) {
675
runJITOnFunctionUnlocked
(F, locked);
Completed in 144 milliseconds