Searched refs:current_obj (Results 1 – 4 of 4) sorted by relevance
531 for (HeapObject current_obj = heap_iterator.Next(); in CollectAndMaybeResetCounts() local532 !current_obj.is_null(); current_obj = heap_iterator.Next()) { in CollectAndMaybeResetCounts()533 if (!current_obj.IsJSFunction()) continue; in CollectAndMaybeResetCounts()534 JSFunction func = JSFunction::cast(current_obj); in CollectAndMaybeResetCounts()
461 Handle<JSObject> current_obj = Handle<JSObject>::cast(current); in GetMethodName() local462 if (current_obj->IsAccessCheckNeeded()) break; in GetMethodName()464 KeyAccumulator::GetOwnEnumPropertyKeys(isolate_, current_obj); in GetMethodName()469 if (!CheckMethodName(isolate_, current_obj, name_key, function_, in GetMethodName()
3896 for (HeapObject current_obj = heap_iterator.Next(); !current_obj.is_null(); in ThrowInternal() local3897 current_obj = heap_iterator.Next()) { in ThrowInternal()3898 if (!current_obj.IsFeedbackVector()) continue; in ThrowInternal()3900 FeedbackVector vector = FeedbackVector::cast(current_obj); in ThrowInternal()
4391 Handle<JSObject> current_obj = Handle<JSObject>::cast(current); in MakePrototypesFast() local4392 Map current_map = current_obj->map(); in MakePrototypesFast()4399 JSObject::OptimizeAsPrototype(current_obj); in MakePrototypesFast()