Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.h49 bool isInstrumentable(Cfg *Func) override;
DIceInstrumentation.h56 virtual bool isInstrumentable(Cfg *) { return true; } in isInstrumentable() function
DIceInstrumentation.cpp32 if (!isInstrumentable(Func)) in instrumentFunc()
DIceASanInstrumentation.cpp76 bool ASanInstrumentation::isInstrumentable(Cfg *Func) { in isInstrumentable() function in Ice::ASanInstrumentation
/external/dagger2/java/dagger/hilt/android/plugin/src/main/kotlin/dagger/hilt/android/plugin/
DAndroidEntryPointClassVisitor.kt49 override fun isInstrumentable(classData: ClassData) = in isInstrumentable() method in dagger.hilt.android.plugin.Factory