Searched refs:get0 (Results 1 – 14 of 14) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RegisterSpecList.java | 137 return (RegisterSpec) get0(n); in get() 205 RegisterSpec spec = (RegisterSpec) get0(i); in getRegistersSize() 230 result.set0(i + 1, get0(i)); in withFirst() 258 result.set0(i, get0(i + 1)); in withoutFirst() 285 result.set0(i, get0(i)); in withoutLast() 316 result.set0(newIndex, get0(oldIndex)); in subset() 347 RegisterSpec one = (RegisterSpec) get0(i); in withOffset() 386 RegisterSpec one = (RegisterSpec) get0(i); in withExpandedRegisters()
|
D | InsnList.java | 44 return (Insn) get0(n); in get() 118 Insn one = (Insn) get0(i); in withRegisterOffset()
|
D | BasicBlockList.java | 67 return (BasicBlock) get0(n); in get() 197 BasicBlock one = (BasicBlock) get0(i); in withRegisterOffset()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | DalvInsnList.java | 88 return (DalvInsn) get0(n); in get() 133 DalvInsn insn = (DalvInsn) get0(i); in writeTo() 153 DalvInsn insn = (DalvInsn) get0(i); in writeTo() 192 DalvInsn insn = (DalvInsn) get0(i); in getOutsSize() 231 DalvInsn insn = (DalvInsn) get0(i); in debugPrint()
|
D | PositionList.java | 132 return (Entry) get0(n); in get()
|
D | CatchTable.java | 50 return (Entry) get0(n); in get()
|
D | CatchHandlerList.java | 49 return (Entry) get0(n); in get()
|
D | LocalList.java | 60 return (Entry) get0(n); in get()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
D | CstArray.java | 120 Constant thisItem = (Constant) get0(i); in compareTo() 121 Constant otherItem = (Constant) other.get0(i); in compareTo() 146 return (Constant) get0(n); in get()
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | LabeledList.java | 50 Object one = old.get0(i); in LabeledList() 132 LabeledItem li = (LabeledItem) get0(i); in getLabelsInOrder() 160 LabeledItem li = (LabeledItem) get0(i); in rebuildLabelToIndex()
|
D | FixedSizeList.java | 175 protected final Object get0(int n) { in get0() method in FixedSizeList
|
/external/javassist/src/main/javassist/ |
D | ClassPool.java | 388 CtClass clazz = get0(orgName, false); in getAndRename() 436 clazz = get0(classname, true); in get() 470 clazz = get0(classname, true); in getOrNull() 512 protected synchronized CtClass get0(String classname, boolean useCache) in get0() method in ClassPool 523 clazz = parent.get0(classname, useCache); in get0() 538 clazz = parent.get0(classname, useCache); in get0() 595 clazz = parent.get0(classname, true); in checkNotFrozen() 620 clazz = parent.get0(classname, true); in checkNotExists()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/ |
D | AnnotationsList.java | 77 return (Annotations) get0(n); in get()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
D | StdTypeList.java | 358 result.set0(i, get0(i)); in withAddedType() 375 return (Type) get0(n); in get()
|