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

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 75 Interpreter::runFunction(Function *F,
  /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/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 152 GenericValue MCJIT::runFunction(Function *F,
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 389 GenericValue JIT::runFunction(Function *F,
552 GenericValue Result = runFunction(Stub, std::vector<GenericValue>());
  /frameworks/av/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 508 void runFunction(const char *tag) {
509 INFO("runFunction: %s", tag);
892 runFunction(argv[1]);

Completed in 98 milliseconds