Home
last modified time | relevance | path

Searched refs:getGlobals (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.cpp129 LockedPtr<VariableDeclarationList> Instrumentation::getGlobals() { in getGlobals() function in Ice::Instrumentation
132 return Ctx->getGlobals(); in getGlobals()
DIceInstrumentation.h53 LockedPtr<VariableDeclarationList> getGlobals();
DIceGlobalContext.h414 LockedPtr<VariableDeclarationList> getGlobals() { in getGlobals() function
DIceASanInstrumentation.cpp481 instrumentGlobals(*getGlobals()); in instrumentStart()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1048 ::context->getGlobals()->merge(globals.get()); in acquireRoutine()