Home
last modified time | relevance | path

Searched refs:get0 (Results 1 – 14 of 14) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpecList.java137 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()
DInsnList.java44 return (Insn) get0(n); in get()
118 Insn one = (Insn) get0(i); in withRegisterOffset()
DBasicBlockList.java67 return (BasicBlock) get0(n); in get()
197 BasicBlock one = (BasicBlock) get0(i); in withRegisterOffset()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDalvInsnList.java88 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()
DPositionList.java132 return (Entry) get0(n); in get()
DCatchTable.java50 return (Entry) get0(n); in get()
DCatchHandlerList.java49 return (Entry) get0(n); in get()
DLocalList.java60 return (Entry) get0(n); in get()
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstArray.java120 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/
DLabeledList.java50 Object one = old.get0(i); in LabeledList()
132 LabeledItem li = (LabeledItem) get0(i); in getLabelsInOrder()
160 LabeledItem li = (LabeledItem) get0(i); in rebuildLabelToIndex()
DFixedSizeList.java175 protected final Object get0(int n) { in get0() method in FixedSizeList
/external/javassist/src/main/javassist/
DClassPool.java388 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/
DAnnotationsList.java77 return (Annotations) get0(n); in get()
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DStdTypeList.java358 result.set0(i, get0(i)); in withAddedType()
375 return (Type) get0(n); in get()