Home
last modified time | relevance | path

Searched defs:isInstrumentable (Results 1 – 3 of 3) sorted by relevance

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