Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DContextManager.cpp111 ssize_t slot = getSlotIndexFromAddress(addr); in allocateContext()
162 ssize_t slot = getSlotIndexFromAddress(addr); in deallocateContext()
171 ssize_t slot = getSlotIndexFromAddress(addr); in isManagingContext()
182 ssize_t ContextManager::getSlotIndexFromAddress(char *addr) { in getSlotIndexFromAddress() function in bcc::ContextManager
DContextManager.h68 static ssize_t getSlotIndexFromAddress(char *addr);