Searched refs:ALL_NATIVES (Results 1 – 3 of 3) sorted by relevance
39 public static final String ALL_NATIVES = "<<all_natives>>"; field in DelegateClassAdapter93 boolean useDelegate = (isNative && mDelegateMethods.contains(ALL_NATIVES)) || in visitMethod()
137 methods.add(DelegateClassAdapter.ALL_NATIVES); in AsmGenerator()414 delegateMethods.contains(DelegateClassAdapter.ALL_NATIVES))) {
321 delegateMethods.add(DelegateClassAdapter.ALL_NATIVES); in testDelegateNative()