Searched refs:old_target (Results 1 – 6 of 6) sorted by relevance
100 Code* old_target = GetTargetAtAddress(address, constant_pool); in SetTargetAtAddress() local104 if (old_target->kind() == Code::STORE_IC || in SetTargetAtAddress()105 old_target->kind() == Code::KEYED_STORE_IC) { in SetTargetAtAddress()106 DCHECK(StoreIC::GetStrictMode(old_target->extra_ic_state()) == in SetTargetAtAddress()117 PostPatching(address, target, old_target); in SetTargetAtAddress()
166 static void PostPatching(Address address, Code* target, Code* old_target);
422 void IC::PostPatching(Address address, Code* target, Code* old_target) { in PostPatching() argument431 if (old_target->is_inline_cache_stub() && target->is_inline_cache_stub()) { in PostPatching()432 old_state = old_target->ic_state(); in PostPatching()
2974 Object* old_target = target; in VisitEmbeddedPointer() local2978 if (target != old_target) { in VisitEmbeddedPointer()2986 Object* old_target = target; in VisitCodeTarget() local2988 if (target != old_target) { in VisitCodeTarget()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
10026 Object* old_target = target; in VisitCodeTarget() local10028 CHECK_EQ(target, old_target); // VisitPointer doesn't change Code* *target. in VisitCodeTarget()10068 Object* old_target = target; in VisitDebugTarget() local10070 CHECK_EQ(target, old_target); // VisitPointer doesn't change Code* *target. in VisitDebugTarget()