Searched defs:runFunction (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp75 Interpreter::runFunction(Function *F, function in class:Interpreter
/external/webkit/PerformanceTests/Parser/resources/
H A Drunner.js14 var runFunction = function() {}; function
73 window.runFunction();
89 function start(runCount, runFunction) {
91 window.runFunction = runFunction;
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp152 GenericValue MCJIT::runFunction(Function *F, function in class:MCJIT
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp389 GenericValue JIT::runFunction(Function *F, function in class:JIT
552 GenericValue Result = runFunction(Stub, std::vector<GenericValue>());

Completed in 3641 milliseconds