Lines Matching refs:child_slot
3636 TranslatedValue* child_slot = frame->ValueAt(children_init_index); in InitializeCapturedObjectAt() local
3637 if (child_slot->kind() == TranslatedValue::kCapturedObject || in InitializeCapturedObjectAt()
3638 child_slot->kind() == TranslatedValue::kDuplicatedObject) { in InitializeCapturedObjectAt()
3639 child_slot = ResolveCapturedObject(child_slot); in InitializeCapturedObjectAt()
3640 if (child_slot->materialization_state() != TranslatedValue::kFinished) { in InitializeCapturedObjectAt()
3642 child_slot->materialization_state()); in InitializeCapturedObjectAt()
3643 worklist->push(child_slot->object_index()); in InitializeCapturedObjectAt()
3644 child_slot->mark_finished(); in InitializeCapturedObjectAt()
3903 TranslatedValue* child_slot = frame->ValueAt(*value_index); in EnsureChildrenAllocated() local
3904 if (child_slot->kind() == TranslatedValue::kCapturedObject || in EnsureChildrenAllocated()
3905 child_slot->kind() == TranslatedValue::kDuplicatedObject) { in EnsureChildrenAllocated()
3906 child_slot = ResolveCapturedObject(child_slot); in EnsureChildrenAllocated()
3907 if (child_slot->materialization_state() == in EnsureChildrenAllocated()
3909 worklist->push(child_slot->object_index()); in EnsureChildrenAllocated()
3910 child_slot->mark_allocated(); in EnsureChildrenAllocated()
3915 child_slot->GetValue(); in EnsureChildrenAllocated()