Home
last modified time | relevance | path

Searched refs:allocateContext (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DContextManager.h61 char *allocateContext();
62 char *allocateContext(char *addr, int imageFd, off_t imageOffset);
DContextManager.cpp48 char *ContextManager::allocateContext() { in allocateContext() function in bcc::ContextManager
94 char *ContextManager::allocateContext(char *addr, in allocateContext() function in bcc::ContextManager
DCacheReader.cpp407 ContextManager::get().allocateContext(mpHeader->context_cached_addr, in readContext()
/frameworks/compile/libbcc/lib/CodeGen/
DCodeMemoryManager.cpp47 mpCodeMem = ContextManager::get().allocateContext(); in CodeMemoryManager()