OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextCodeSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
ContextManager.h
39
static size_t const
ContextCodeSize
= BCC_CONTEXT_CODE_SIZE_;
41
static size_t const ContextSize =
ContextCodeSize
+ ContextDataSize;
/frameworks/compile/libbcc/lib/CodeGen/
CodeMemoryManager.cpp
36
const unsigned int MaxCodeSize = ContextManager::
ContextCodeSize
;
Completed in 53 milliseconds