Searched refs:clone (Results 1 – 10 of 10) sorted by relevance
33 Object* clone = dvmCloneObject(thisPtr, ALLOC_DONT_TRACK); in Dalvik_java_lang_Object_internalClone() local35 RETURN_PTR(clone); in Dalvik_java_lang_Object_internalClone()
61 public SsaInsn clone() { in clone() method in SsaInsn63 return (SsaInsn)super.clone(); in clone()
206 BitSet preds = (BitSet)block.getPredecessors().clone(); in edgeSplitMoveExceptionsAndResults()217 zNode.getInsns().add(0, block.getInsns().get(0).clone()); in edgeSplitMoveExceptionsAndResults()243 BitSet successors = (BitSet)block.getSuccessors().clone(); in edgeSplitSuccessors()349 worklist = (BitSet) (defsites[reg].clone()); in placePhiFunctions()
99 public NormalSsaInsn clone() { in clone() method in NormalSsaInsn100 return (NormalSsaInsn) super.clone(); in clone()
137 EnumSet<OptionalStep> newSteps = steps.clone(); in optimizeMinimizeRegisters()
77 public PhiInsn clone() { in clone() method in PhiInsn
123 short[] types = typeList.getTypes().clone(); in adjustTypeList()209 int[] names = annotation.getNames().clone(); in adjust()210 EncodedValue[] values = annotation.getValues().clone(); in adjust()
127 EnumSet<ElementType> set = eTypes.clone(); in parse()
133 (ArrayList<SsaBasicBlock>) blocks.clone(); in endParsingMember()
148 BitSet preds = (BitSet) b.getPredecessors().clone(); in removeEmptyGotos()