Home
last modified time | relevance | path

Searched refs:Instrumentor (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.h372 Instrumentor = std::move(Instr); in setInstrumentation()
376 if (!BuildDefs::minimal() && Instrumentor) in instrumentFunc()
377 Instrumentor->instrumentFunc(Func); in instrumentFunc()
502 std::unique_ptr<Instrumentation> Instrumentor = nullptr; variable
544 if (!BuildDefs::minimal() && Instrumentor != nullptr) in accumulateGlobals()
545 Instrumentor->setHasSeenGlobals(); in accumulateGlobals()
DIceGlobalContext.cpp500 if (!BuildDefs::minimal() && Instrumentor) in lowerGlobals()
501 Instrumentor->instrumentGlobals(Globals); in lowerGlobals()