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

  /external/webkit/PerformanceTests/Parser/resources/
runner.js 14 var runFunction = function() {};
73 window.runFunction();
89 function start(runCount, runFunction) {
91 window.runFunction = runFunction;
  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 90 GenericValue gv1 = EE1->runFunction(FooF1, noargs);
91 GenericValue gv2 = EE2->runFunction(FooF2, noargs);
120 GenericValue gv1 = EE1->runFunction(FooF1, noargs);
121 GenericValue gv2 = EE2->runFunction(FooF2, noargs);
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 125 GenericValue gv = EE->runFunction(FooF, noargs);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 75 Interpreter::runFunction(Function *F,
Interpreter.h 115 virtual GenericValue runFunction(Function *F,
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 57 virtual GenericValue runFunction(Function *F,
MCJIT.cpp 184 GenericValue MCJIT::runFunction(Function *F,
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 146 GenericValue gv = ee->runFunction(brainf_func, args);
  /external/llvm/examples/Fibonacci/
fibonacci.cpp 131 GenericValue GV = EE->runFunction(FibF, Args);
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 115 /// runFunction - Start execution with the specified function and arguments.
117 virtual GenericValue runFunction(Function *F,
JIT.cpp 389 GenericValue JIT::runFunction(Function *F,
553 GenericValue Result = runFunction(Stub, std::vector<GenericValue>());
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 233 GenericValue gv = p->EE->runFunction(p->F, Args);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 195 *Result = unwrap(EE)->runFunction(unwrap<Function>(F), ArgVec);
ExecutionEngine.cpp 328 runFunction(F, std::vector<GenericValue>());
397 return runFunction(Fn, GVArgs).IntVal.getZExtValue();
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 227 /// runFunction - Execute the specified function with the specified arguments,
229 virtual GenericValue runFunction(Function *F,
272 /// runFunctionAsMain - This is a helper function which wraps runFunction to

Completed in 107 milliseconds