Searched refs:GlobalContext (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Core/
H A DBCCContext.cpp28 static BCCContext *GlobalContext = NULL; variable
31 if (GlobalContext == NULL) {
32 GlobalContext = new (std::nothrow) BCCContext();
33 if (GlobalContext == NULL) {
37 return GlobalContext;
41 delete GlobalContext;
42 GlobalContext = NULL;
49 if (this == GlobalContext) {
51 // Reset the GlobalContext.
52 GlobalContext
[all...]

Completed in 106 milliseconds