Home
last modified time | relevance | path

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

/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/instrumentor/
DInstrumentor.kt32 fun shouldInstrument(access: Int): Boolean { in instrument() method
37 fun shouldInstrument(method: MethodNode): Boolean { in shouldInstrument() method
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentationConfiguration.java97 public boolean shouldInstrument(ClassDetails classDetails) { in shouldInstrument() method in InstrumentationConfiguration