Searched defs:ContextManager (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
H A DContextManager.cpp17 #include "ContextManager.h"
35 char * const ContextManager::ContextFixedAddr = BCC_CONTEXT_FIXED_ADDR_;
37 // ContextManager singleton object
38 ContextManager ContextManager::TheContextManager;
41 ContextManager::ContextManager() { function in class:bcc::ContextManager
48 char *ContextManager::allocateContext() {
94 char *ContextManager::allocateContext(char *addr,
145 void ContextManager
[all...]
H A DContextManager.h30 class ContextManager { class in namespace:bcc
45 static ContextManager TheContextManager;
54 ContextManager();
57 static ContextManager &get() {

Completed in 43 milliseconds