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

  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
ContextManager.h 40 static size_t const ContextDataSize = BCC_CONTEXT_DATA_SIZE_;
41 static size_t const ContextSize = ContextCodeSize + ContextDataSize;
  /frameworks/compile/libbcc/lib/CodeGen/
CodeMemoryManager.cpp 38 const unsigned int MaxGlobalVarSize = ContextManager::ContextDataSize;

Completed in 126 milliseconds