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

  /frameworks/compile/linkloader/tests/stubs/
stub-layout-test.cpp 33 void (*func1)() = (void (*)())stubs.allocateStub((void *)&function1);
34 void (*func2)() = (void (*)())stubs.allocateStub((void *)&function2);
  /frameworks/compile/linkloader/include/
StubLayout.h 35 void *allocateStub(void *addr = 0);
  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 95 /// allocateStub - This method is called by the JIT to allocate space for a
103 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
  /external/llvm/tools/lli/
RecordingMemoryManager.h 62 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
RecordingMemoryManager.cpp 53 uint8_t *RecordingMemoryManager::allocateStub(const GlobalValue* F, unsigned StubSize,
lli.cpp 250 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
  /frameworks/compile/linkloader/lib/
StubLayout.cpp 35 void *StubLayout::allocateStub(void *addr) {
  /frameworks/compile/linkloader/include/impl/
ELFObject.hxx 238 void *stub = stub_layout->allocateStub(callee_addr);
523 void *stub = text->getStubLayout()->allocateStub((void *)A);
534 void *stub = text->getStubLayout()->allocateStub((void *)S);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 271 MemMgr->allocateStub(NULL, Size, 8);
276 MemMgr->allocateStub(NULL, Size, 8);
JITTest.cpp 98 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
101 return Base->allocateStub(F, StubSize, Alignment);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
JITMemoryManager.cpp 450 /// allocateStub - Allocate memory for a function stub.
451 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
    [all...]

Completed in 465 milliseconds