Searched defs:methodHandles (Results 1 – 4 of 4) sorted by relevance
25 private final TreeMap<CstMethodHandle, MethodHandleItem> methodHandles = new TreeMap<>(); field in MethodHandlesSection
61 MethodHandlesSection methodHandles = file.getMethodHandles(); in addContents() local
97 private final MethodHandlesSection methodHandles; field in DexFile
40 public final Section methodHandles = new Section(0x0008); field in TableOfContents