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

  /external/swiftshader/src/Common/
Thread.cpp 25 handle = CreateThread(NULL, 1024 * 1024, startFunction, &entry, 0, NULL);
27 pthread_create(&handle, NULL, startFunction, &entry);
54 unsigned long __stdcall Thread::startFunction(void *parameters)
62 void *Thread::startFunction(void *parameters)
  /external/swiftshader/src/Reactor/
Thread.cpp 25 handle = CreateThread(NULL, 1024 * 1024, startFunction, &entry, 0, NULL);
27 pthread_create(&handle, NULL, startFunction, &entry);
54 unsigned long __stdcall Thread::startFunction(void *parameters)
62 void *Thread::startFunction(void *parameters)
  /external/swiftshader/src/System/
Thread.cpp 25 handle = CreateThread(NULL, 1024 * 1024, startFunction, &entry, 0, NULL);
27 pthread_create(&handle, NULL, startFunction, &entry);
54 unsigned long __stdcall Thread::startFunction(void *parameters)
62 void *Thread::startFunction(void *parameters)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86AsmPrinter.h 47 void startFunction(MachineFunction &MF) {
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 44 void startFunction(MachineFunction &MF) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.cpp 37 /// startFunction - This callback is invoked when a new machine function is
39 void ELFCodeEmitter::startFunction(MachineFunction &MF) {
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 49 Function *startFunction(Module *M, StringRef Name) {
68 Function *Result = startFunction<Signature>(M, "caller");
84 Function *Result = startFunction<int32_t(void)>(M, "main");
96 Function *Result = startFunction<int32_t(int32_t, int32_t)>(M, Name);
163 Function *Result = startFunction<int32_t(int32_t)>(M, Name);
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 140 void startFunction(StringRef FuncName, uint64_t Hash) {
218 startFunction("func", 0x1234);
247 startFunction("func", 0x1234);
275 startFunction("func", 0x1234);
296 startFunction("func1", 0x1234);
299 startFunction("func2", 0x2345);
322 startFunction("func", 0x1234);
341 startFunction("func", 0x1234);
361 startFunction("func", 0x1234);
373 startFunction("func", 0x1234)
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java 103 handler.startFunction(token);
213 void startFunction(String token);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 49 Function *startFunction(Module *M, StringRef Name) {
68 Function *Result = startFunction<Signature>(M, "caller");
84 Function *Result = startFunction<int32_t(void)>(M, "main");
96 Function *Result = startFunction<int32_t(int32_t, int32_t)>(M, Name);
163 Function *Result = startFunction<int32_t(int32_t)>(M, Name);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
Wasm.h 140 uint32_t startFunction() const { return StartFunction; }
255 uint32_t StartFunction = -1;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 172 void startFunction(StringRef FuncName, uint64_t Hash) {
260 startFunction("func", 0x1234);
288 startFunction("func", 0x1234);
317 startFunction("func", 0x1234);
334 startFunction("", 0x1234);
343 startFunction("func1", 0x1234);
346 startFunction("func2", 0x2345);
370 startFunction("func1", 0x1234);
391 startFunction("func1", 0x1234);
410 startFunction("func1", 0x1234)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 342 /// JITEventListeners. This is reset in startFunction and used in
393 virtual void startFunction(MachineFunction &F);
780 void JITEmitter::startFunction(MachineFunction &F) {
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /external/antlr/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 1188 milliseconds