HomeSort by relevance Sort by last modified time
    Searched full:startfunction (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /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/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.h 40 unsigned char* StartFunction,
50 unsigned char* StartFunction,
60 unsigned char* StartFunction,
JITDwarfEmitter.cpp 39 unsigned char* StartFunction,
51 unsigned char* ExceptionTable = EmitExceptionTable(&F, StartFunction,
60 StartFunction, EndFunction, ExceptionTable);
198 unsigned char* StartFunction,
413 BeginLabelPtr = (intptr_t)StartFunction;
417 JCE->emitInt32(BeginLabelPtr - (intptr_t)StartFunction);
434 JCE->emitInt32(PadLabelPtr - (intptr_t)StartFunction);
541 unsigned char* StartFunction,
552 JCE->emitInt32(StartFunction - (unsigned char*)JCE->getCurrentPCValue());
553 JCE->emitInt32(EndFunction - StartFunction);
    [all...]
  /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/google-breakpad/src/common/
stabs_to_module_unittest.cc 51 EXPECT_TRUE(h.StartFunction("function", 0xfde4abbed390c394LL));
113 EXPECT_TRUE(h.StartFunction("funcfoo",
116 EXPECT_TRUE(h.StartFunction("funcfoo",
146 EXPECT_TRUE(h.StartFunction("function", 0xb4513962eff94e92LL));
196 EXPECT_TRUE(h.StartFunction("_ZNSt6vectorIySaIyEE9push_backERKy",
236 EXPECT_TRUE(h.StartFunction("function", 0x2a133596));
stabs_reader_unittest.cc 222 MOCK_METHOD2(StartFunction, bool(const string &, uint64_t));
297 EXPECT_CALL(mock_handler, StartFunction(StrEq("fun1"), 0xa049f4b1U))
307 EXPECT_CALL(mock_handler, StartFunction(StrEq("fun2"), 0xbf27cf93U))
360 EXPECT_CALL(mock_handler, StartFunction(StrEq("fun3_1"), 0xbbd4a145U))
378 EXPECT_CALL(mock_handler, StartFunction(_, _))
432 EXPECT_CALL(mock_handler, StartFunction(Eq("arsenic"), 0x7fbcccaeU))
441 EXPECT_CALL(mock_handler, StartFunction(Eq("selenium"), 0xa8e120b0U))
500 StartFunction(Eq("function 1"), 0xbb5ab70ecdd23bfeULL))
505 StartFunction(Eq("function 2"), 0xc954de9b8fb3e5e2ULL))
510 StartFunction(Eq("function 3"), 0xdff98c9a35386e1fULL)
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTest.cpp 103 Function *ReturnGlobal = startFunction<int32_t(void)>(M.get(),
130 Function *IncrementGlobal = startFunction<int32_t(void)>(M.get(), "IncrementGlobal");
165 Function *Inner = startFunction<int32_t(void)>(M.get(), "Inner");
172 Outer = startFunction<int32_t(void)>(M.get(), funcName.str());
210 startFunction<int32_t(void)>(M.get(), "Parent");
249 startFunction<int32_t(void)>(M.get(), "Parent");
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);
  /frameworks/compile/slang/
slang_rs_reflection.cpp 609 startFunction(AM_Public, false, nullptr, getClassName(), 1, "RenderScript",
634 startFunction(AM_Public, false, nullptr, getClassName(), 3, "RenderScript",
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 85 uint32_t startFunction() const { return StartFunction; }
182 uint32_t StartFunction;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
Wasm.h 99 uint32_t startFunction() const { return StartFunction; }
196 uint32_t StartFunction = -1;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
Wasm.h 99 uint32_t startFunction() const { return StartFunction; }
196 uint32_t StartFunction = -1;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 85 uint32_t startFunction() const { return StartFunction; }
182 uint32_t StartFunction;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
Wasm.h 99 uint32_t startFunction() const { return StartFunction; }
196 uint32_t StartFunction = -1;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
Wasm.h 99 uint32_t startFunction() const { return StartFunction; }
196 uint32_t StartFunction = -1;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.h 56 void startFunction(MachineFunction &F);
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java 103 handler.startFunction(token);
213 void startFunction(String token);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;

Completed in 843 milliseconds

1 2 3 4