Searched refs:clone (Results 1 – 14 of 14) sorted by relevance
31 public MBranchInsn clone() { in clone() method in MBranchInsn33 newInsn.insn = insn.clone(); in clone()
31 public MInsnWithData clone() { in clone() method in MInsnWithData33 newInsn.insn = insn.clone(); in clone()
46 public MInsn clone() { in clone() method in MInsn48 newInsn.insn = insn.clone(); in clone()
38 public MSwitchInsn clone() { in clone() method in MSwitchInsn40 newInsn.insn = insn.clone(); in clone()
18 public Object clone() { in clone() method in TestImplementation
123 MInsn newInsnThere = originalInsn.clone(); in applyMutation()176 MInsn newInsnBack = originalInsn.clone(); in applyMutation()
96 MInsn newInsn = oldInsn.clone(); in applyMutation()
268 MInsn exitInsn = newInsn.clone(); in applyMutation()273 MInsn enterInsn = newInsn.clone(); in applyMutation()
272 def clone(self): member in TestInterface277 return TestInterface(tuple(map(lambda a: a.clone(), self.ifaces)), self.default)353 return tuple(a.clone() for a in l)
32 invokeinterface Test10Interface.clone()Ljava.lang.Object; 1
108 byte[] dex = DEX_BYTES_BASE.clone(); in createDex()
114 ObjPtr<Object> clone = a1->Clone(soa.Self()); in TEST_F() local115 EXPECT_EQ(s1, clone->SizeOf()); in TEST_F()116 EXPECT_TRUE(clone->GetClass() == a1->GetClass()); in TEST_F()
3065 HInstruction* clone = instr->Clone(instr->GetBlock()->GetGraph()->GetAllocator()); in ReplaceInstrOrPhiByClone() local3071 HPhi* phi_clone = clone->AsPhi(); in ReplaceInstrOrPhiByClone()3074 block->ReplaceAndRemoveInstructionWith(instr, clone); in ReplaceInstrOrPhiByClone()3076 clone->CopyEnvironmentFrom(instr->GetEnvironment()); in ReplaceInstrOrPhiByClone()3079 loop_info->SetSuspendCheck(clone->AsSuspendCheck()); in ReplaceInstrOrPhiByClone()3083 return clone; in ReplaceInstrOrPhiByClone()
88 public Instruction clone() { in clone() method in Instruction