Searched refs:EnsureChildrenAllocated (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | deoptimizer.cc | 3568 return EnsureChildrenAllocated(slot->GetChildrenCount() - 1, frame, in EnsureCapturedObjectAllocatedAt() 3582 return EnsureChildrenAllocated(slot->GetChildrenCount() - 1, frame, in EnsureCapturedObjectAllocatedAt() 3595 EnsureChildrenAllocated(properties_slot->GetChildrenCount(), frame, in EnsureCapturedObjectAllocatedAt() 3600 return EnsureChildrenAllocated(slot->GetChildrenCount() - 2, frame, in EnsureCapturedObjectAllocatedAt() 3606 void TranslatedState::EnsureChildrenAllocated(int count, TranslatedFrame* frame, in EnsureChildrenAllocated() function in v8::internal::TranslatedState
|
D | deoptimizer.h | 349 void EnsureChildrenAllocated(int count, TranslatedFrame* frame,
|