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

/frameworks/compile/libbcc/lib/
H A DBCCContext.cpp27 static BCCContext *GlobalContext = nullptr; variable
30 if (GlobalContext == nullptr) {
31 GlobalContext = new (std::nothrow) BCCContext();
32 if (GlobalContext == nullptr) {
36 return GlobalContext;
40 delete GlobalContext;
41 GlobalContext = nullptr;
48 if (this == GlobalContext) {
50 // Reset the GlobalContext.
51 GlobalContext
[all...]

Completed in 526 milliseconds