Searched refs:ContextManager (Results 1 – 9 of 9) sorted by relevance
35 char * const ContextManager::ContextFixedAddr = BCC_CONTEXT_FIXED_ADDR_;38 ContextManager ContextManager::TheContextManager;41 ContextManager::ContextManager() { in ContextManager() function in bcc::ContextManager48 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()
30 class ContextManager {45 static ContextManager TheContextManager;54 ContextManager();57 static ContextManager &get() { in get()
116 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()
370 for (size_t i = 0; i < ContextManager::ContextSize / sizeof(uint32_t); ++i) { in calcContextChecksum()417 size_t context_size = ContextManager::ContextSize; in writeAll()
36 const unsigned int MaxCodeSize = ContextManager::ContextCodeSize;38 const unsigned int MaxGlobalVarSize = ContextManager::ContextDataSize;47 mpCodeMem = ContextManager::get().allocateContext(); in CodeMemoryManager()
36 OldJIT/ContextManager.cpp
37 ContextManager::get().deallocateContext(mContext); in ~ScriptCached()
31 ContextManager::get().deallocateContext(mContext); in ~ScriptCompiled()
385 ContextManager::get().isManagingContext(getContext()) && in internalCompile()