Home
last modified time | relevance | path

Searched defs:shouldInstrument (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/instrumentor/
H A DInstrumentor.kt32 fun shouldInstrument(access: Int): Boolean { in instrument() method
37 fun shouldInstrument(method: MethodNode): Boolean { in shouldInstrument() method
/aosp_15_r20/build/soong/cc/
H A Dorderfile.go76 func (props *OrderfileProperties) shouldInstrument() bool { func
/aosp_15_r20/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
H A DInstrumentationConfiguration.java96 public boolean shouldInstrument(ClassDetails classDetails) { in shouldInstrument() method in InstrumentationConfiguration
/aosp_15_r20/build/soong/java/
H A Dbase.go748 func (j *Module) shouldInstrument(ctx android.BaseModuleContext) bool { func