Home
last modified time | relevance | path

Searched refs:ContextManager (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DContextManager.cpp35 char * const ContextManager::ContextFixedAddr = BCC_CONTEXT_FIXED_ADDR_;
38 ContextManager ContextManager::TheContextManager;
41 ContextManager::ContextManager() { in ContextManager() function in bcc::ContextManager
48 char *ContextManager::allocateContext() { in allocateContext()
94 char *ContextManager::allocateContext(char *addr, in allocateContext()
145 void ContextManager::deallocateContext(char *addr) { in deallocateContext()
170 bool ContextManager::isManagingContext(char *addr) const { in isManagingContext()
182 ssize_t ContextManager::getSlotIndexFromAddress(char *addr) { in getSlotIndexFromAddress()
DContextManager.h30 class ContextManager {
45 static ContextManager TheContextManager;
54 ContextManager();
57 static ContextManager &get() { in get()
DCacheReader.cpp116 if (stfile.st_size < (off_t)ContextManager::ContextSize) { in checkFileSize()
407 ContextManager::get().allocateContext(mpHeader->context_cached_addr, in readContext()
427 for (size_t i = 0; i < ContextManager::ContextSize / sizeof(uint32_t); ++i) { in checkContext()
DCacheWriter.cpp370 for (size_t i = 0; i < ContextManager::ContextSize / sizeof(uint32_t); ++i) { in calcContextChecksum()
417 size_t context_size = ContextManager::ContextSize; in writeAll()
/frameworks/compile/libbcc/lib/CodeGen/
DCodeMemoryManager.cpp36 const unsigned int MaxCodeSize = ContextManager::ContextCodeSize;
38 const unsigned int MaxGlobalVarSize = ContextManager::ContextDataSize;
47 mpCodeMem = ContextManager::get().allocateContext(); in CodeMemoryManager()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DAndroid.mk36 OldJIT/ContextManager.cpp
DScriptCached.cpp37 ContextManager::get().deallocateContext(mContext); in ~ScriptCached()
DScriptCompiled.cpp31 ContextManager::get().deallocateContext(mContext); in ~ScriptCompiled()
DScript.cpp385 ContextManager::get().isManagingContext(getContext()) && in internalCompile()