HomeSort by relevance Sort by last modified time
    Searched refs:ContextSlotCount (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
ContextManager.h 36 static size_t const ContextSlotCount = BCC_CONTEXT_SLOT_COUNT_;
52 bool mContextSlotOccupied[ContextSlotCount];
ContextManager.cpp 43 for (size_t i = 0; i < ContextSlotCount; ++i) {
54 for (size_t i = 0; i < ContextSlotCount; ++i) {
187 if (slot < ContextSlotCount) {

Completed in 227 milliseconds