Searched refs:EnsureChildrenAllocated (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/deoptimizer/ |
D | deoptimizer.cc | 3845 return EnsureChildrenAllocated(slot->GetChildrenCount() - 1, frame, in EnsureCapturedObjectAllocatedAt() 3858 return EnsureChildrenAllocated(slot->GetChildrenCount() - 1, frame, in EnsureCapturedObjectAllocatedAt() 3872 return EnsureChildrenAllocated(slot->GetChildrenCount() - 1, frame, in EnsureCapturedObjectAllocatedAt() 3885 EnsureChildrenAllocated(properties_slot->GetChildrenCount(), frame, in EnsureCapturedObjectAllocatedAt() 3890 return EnsureChildrenAllocated(slot->GetChildrenCount() - 2, frame, in EnsureCapturedObjectAllocatedAt() 3896 void TranslatedState::EnsureChildrenAllocated(int count, TranslatedFrame* frame, in EnsureChildrenAllocated() function in v8::internal::TranslatedState
|
D | deoptimizer.h | 382 void EnsureChildrenAllocated(int count, TranslatedFrame* frame,
|