OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocateStub
(Results
1 - 11
of
11
) sorted by null
/frameworks/compile/linkloader/tests/
stub-test.cpp
33
void (*func1)() = (void (*)())stubs.
allocateStub
((void *)&function1);
34
void (*func2)() = (void (*)())stubs.
allocateStub
((void *)&function2);
/frameworks/compile/linkloader/include/
StubLayout.h
31
void *
allocateStub
(void *addr = 0);
/frameworks/compile/linkloader/lib/
StubLayout.cpp
38
void *StubLayout::
allocateStub
(void *addr) {
/external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h
84
///
allocateStub
- This method is called by the JIT to allocate space for a
92
virtual uint8_t *
allocateStub
(const GlobalValue* F, unsigned StubSize,
/frameworks/compile/libbcc/lib/CodeGen/
CodeMemoryManager.h
169
virtual uint8_t *
allocateStub
(const llvm::GlobalValue *F,
CodeEmitter.cpp
[
all
...]
/external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp
271
MemMgr->
allocateStub
(NULL, Size, 8);
276
MemMgr->
allocateStub
(NULL, Size, 8);
JITTest.cpp
94
virtual uint8_t *
allocateStub
(const GlobalValue* F, unsigned StubSize,
97
return Base->
allocateStub
(F, StubSize, Alignment);
/frameworks/compile/linkloader/include/impl/
ELFObject.hxx
194
void *stub = text->getStubLayout()->
allocateStub
(ext_func);
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
JITMemoryManager.cpp
433
///
allocateStub
- Allocate memory for a function stub.
434
uint8_t *
allocateStub
(const GlobalValue* F, unsigned StubSize,
Completed in 137 milliseconds