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

  /frameworks/compile/linkloader/lib/
StubLayout.cpp 35 void *StubLayout::allocateStub(void *addr) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 450 /// allocateStub - Allocate memory for a function stub.
451 uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 98 virtual uint8_t *allocateStub(const GlobalValue* F, unsigned StubSize,
101 return Base->allocateStub(F, StubSize, Alignment);

Completed in 1383 milliseconds