Searched refs:isStaticConstructor (Results 1 – 3 of 3) sorted by relevance
106 if (method.isStaticConstructor()) { in doTestKillswitchMechanism()
60 public boolean isStaticConstructor() { in isStaticConstructor() method in DexMethod
213 } else if (!dexMethod.isStaticConstructor()) { in hasMatchingMethod_Reflection()