Searched refs:getMethodHandle (Results 1 – 4 of 4) sorted by relevance
132 public DexMethodHandle getMethodHandle(int index) { in getMethodHandle() method in OffsetToObjectMapping
92 public DexMethodHandle getMethodHandle( in getMethodHandle() method in JarApplicationReader
2530 DexMethodHandle bootstrapMethod = getMethodHandle(application, bsmHandle); in build()2572 return new DexValue.DexValueMethodHandle(getMethodHandle(application, (Handle) value)); in decodeBootstrapArgument()2579 private DexMethodHandle getMethodHandle(JarApplicationReader application, Handle handle) { in getMethodHandle() method in JarSourceCode2585 return application.getMethodHandle(methodHandleType, descriptor); in getMethodHandle()
243 DexMethodHandle value = indexedItems.getMethodHandle((int) parseUnsigned(file, size)); in parseEncodedValue()