Home
last modified time | relevance | path

Searched refs:ICE_TLS_SET_FIELD (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceMemory.cpp38 ICE_TLS_SET_FIELD(CfgAllocator, Allocator); in set_current()
42 ICE_TLS_SET_FIELD(CfgAllocator, nullptr); in set_current()
55 ICE_TLS_SET_FIELD(LivenessAllocator, Allocator); in set_current()
DIceTLS.h92 #define ICE_TLS_SET_FIELD(FieldName, Value) \ macro
110 #define ICE_TLS_SET_FIELD(FieldName, Value) (FieldName = (Value)) macro
DIceASanInstrumentation.cpp220 ICE_TLS_SET_FIELD(LocalDtors, new std::vector<InstStore *>()); in instrumentFuncStart()
221 ICE_TLS_SET_FIELD(LocalVars, new VarSizeMap()); in instrumentFuncStart()
417 ICE_TLS_SET_FIELD(CurNode, Context.getNode()); in instrumentAccess()
420 ICE_TLS_SET_FIELD(CheckedVars, Checked); in instrumentAccess()
DIceGlobalContext.cpp329 ICE_TLS_SET_FIELD(TLS, MyTLS); in GlobalContext()
375 ICE_TLS_SET_FIELD(TLS, MyTLS); in translateFunctionsWrapper()
512 ICE_TLS_SET_FIELD(TLS, MyTLS); in emitterWrapper()
915 ICE_TLS_SET_FIELD(TLS, Tls); in initParserThread()