Searched refs:old_target (Results 1 – 8 of 8) sorted by relevance
166 old_target = self.target167 if old_target is new_target:168 if old_target:169 old_target.dnd_motion(source, event)171 if old_target:173 old_target.dnd_leave(source, event)
298 Code* old_target = Code::GetCodeFromTargetAddress(rinfo->target_address()); in UpdateCodeTarget() local299 Object* new_target = old_target; in UpdateCodeTarget()303 if (new_target != old_target) { in UpdateCodeTarget()316 HeapObject* old_target = rinfo->target_object(); in UpdateEmbeddedPointer() local317 Object* new_target = old_target; in UpdateEmbeddedPointer()321 if (new_target != old_target) { in UpdateEmbeddedPointer()
1155 …public void redirectBranches(final InstructionHandle old_target, final InstructionHandle new_targe… in redirectBranches() argument1161 if (target == old_target) { in redirectBranches()1167 if (targets[j] == old_target) { in redirectBranches()1187 …ectLocalVariables(final LocalVariableGen[] lg, final InstructionHandle old_target, final Instructi… in redirectLocalVariables() argument1191 if (start == old_target) { in redirectLocalVariables()1194 if (end == old_target) { in redirectLocalVariables()1211 …nHandlers(final CodeExceptionGen[] exceptions, final InstructionHandle old_target, final Instructi… in redirectExceptionHandlers() argument1213 if (exception.getStartPC() == old_target) { in redirectExceptionHandlers()1216 if (exception.getEndPC() == old_target) { in redirectExceptionHandlers()1219 if (exception.getHandlerPC() == old_target) { in redirectExceptionHandlers()
200 - struct dm_setup_target *old_target = NULL;204 - old_target = target;206 - kfree(old_target);214 + struct dm_setup_target *old_target = target;218 + kfree(old_target);
29 Address old_target = in apply() local31 Address new_target = old_target - delta; in apply()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
770 struct vrend_so_target *old_target = *ptr; in vrend_so_target_reference() local773 vrend_destroy_so_target(old_target); in vrend_so_target_reference()