Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DContextManager.h36 static size_t const ContextSlotCount = BCC_CONTEXT_SLOT_COUNT_; variable
52 bool mContextSlotOccupied[ContextSlotCount];
DContextManager.cpp43 for (size_t i = 0; i < ContextSlotCount; ++i) { in ContextManager()
54 for (size_t i = 0; i < ContextSlotCount; ++i) { in allocateContext()
187 if (slot < ContextSlotCount) { in getSlotIndexFromAddress()