Home
last modified time | relevance | path

Searched refs:targetMH (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
DInvokeCustom.java140 final MethodHandle targetMH = lookup.findStatic(lookup.lookupClass(), name, type); in bsmLookupStatic() local
141 return new ConstantCallSite(targetMH.asType(type)); in bsmLookupStatic()
149 final MethodHandle targetMH = lookup.findStatic(lookup.lookupClass(), name, type); in bsmLookupStaticWithExtraArgs() local
150 return new ConstantCallSite(targetMH.asType(type)); in bsmLookupStaticWithExtraArgs()
182 final MethodHandle targetMH = lookup.findStatic(lookup.lookupClass(), name, type); in bsmLookupTest9() local
183 return new ConstantCallSite(targetMH.asType(type)); in bsmLookupTest9()
/dalvik/dx/tests/135-invoke-custom/src/invokecustom/
DInvokeCustom.java144 final MethodHandle targetMH = lookup.findStatic(lookup.lookupClass(), name, type); in bsmLookupStatic() local
145 return new ConstantCallSite(targetMH.asType(type)); in bsmLookupStatic()
153 final MethodHandle targetMH = lookup.findStatic(lookup.lookupClass(), name, type); in bsmLookupStaticWithExtraArgs() local
154 return new ConstantCallSite(targetMH.asType(type)); in bsmLookupStaticWithExtraArgs()
191 final MethodHandle targetMH = lookup.findStatic(lookup.lookupClass(), name, type); in bsmLookupTest9() local
192 return new ConstantCallSite(targetMH.asType(type)); in bsmLookupTest9()