OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runFunction
(Results
1 - 16
of
16
) 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/lib/ExecutionEngine/MCJIT/
MCJIT.h
58
virtual GenericValue
runFunction
(Function *F,
MCJIT.cpp
122
GenericValue MCJIT::
runFunction
(Function *F,
/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/examples/BrainF/
BrainFDriver.cpp
147
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
387
GenericValue JIT::
runFunction
(Function *F,
546
GenericValue Result =
runFunction
(Stub, std::vector<GenericValue>());
/external/llvm/examples/ParallelJIT/
ParallelJIT.cpp
232
GenericValue gv = p->EE->
runFunction
(p->F, Args);
/external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
197
*Result = unwrap(EE)->
runFunction
(unwrap<Function>(F), ArgVec);
ExecutionEngine.cpp
330
runFunction
(F, std::vector<GenericValue>());
399
return
runFunction
(Fn, GVArgs).IntVal.getZExtValue();
[
all
...]
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
226
///
runFunction
- Execute the specified function with the specified arguments,
228
virtual GenericValue
runFunction
(Function *F,
244
/// runFunctionAsMain - This is a helper function which wraps
runFunction
to
/frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp
509
void
runFunction
(const char *tag) {
510
INFO("
runFunction
: %s", tag);
893
runFunction
(argv[1]);
Completed in 1589 milliseconds