Home
last modified time | relevance | path

Searched refs:ContextFixedAddr (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DContextManager.cpp35 char * const ContextManager::ContextFixedAddr = BCC_CONTEXT_FIXED_ADDR_; member in bcc::ContextManager
59 void *addr = ContextFixedAddr + ContextSize * i; in allocateContext()
183 if (addr >= ContextFixedAddr) { in getSlotIndexFromAddress()
184 size_t offset = (size_t)(addr - ContextFixedAddr); in getSlotIndexFromAddress()
DContextManager.h33 static char * const ContextFixedAddr;