Searched refs:targetHolder (Results 1 – 2 of 2) sorted by relevance
99 DexType targetHolder = target.method.getHolder(); in hasInliningAccess() local101 return methodHolder == targetHolder; in hasInliningAccess()104 methodHolder.isSubtypeOf(targetHolder, appInfo)) { in hasInliningAccess()107 return methodHolder.isSamePackage(targetHolder); in hasInliningAccess()
207 DexType targetHolder = target.method.getHolder(); in canInlineStaticInvoke() local208 if (method.method.getHolder() == targetHolder) { in canInlineStaticInvoke()211 DexClass clazz = inliner.appInfo.definitionFor(targetHolder); in canInlineStaticInvoke()