Home
last modified time | relevance | path

Searched refs:final_section_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dobjects-inl.h2343 return next_index_ > array_->last_index(type_, final_section_); in is_finished()
2349 current_section_ != final_section_) { in update_section()
2350 DCHECK(final_section_ == EXTENDED_SECTION); in update_section()
Dobjects.h2662 final_section_(array->final_section()), in Iterator()
2671 final_section_(section), in Iterator()
2684 const LayoutSection final_section_; variable