Searched refs:current_section_ (Results 1 – 4 of 4) sorted by relevance
3633 : entries_(), current_section_(ConstantPoolArray::SMALL_SECTION) {} in ConstantPoolBuilder()3666 ConstantPoolArray::LayoutSection entry_section = current_section_; in AddEntry()3680 DCHECK(entry_section <= current_section_); in AddEntry()3690 if (current_section_ == ConstantPoolArray::SMALL_SECTION && in AddEntry()3694 current_section_ = ConstantPoolArray::EXTENDED_SECTION; in AddEntry()3715 DCHECK(current_section_ == ConstantPoolArray::EXTENDED_SECTION); in New()
661 return current_section_; in current_section()691 ConstantPoolArray::LayoutSection current_section_; variable
2348 if (next_index_ > array_->last_index(type_, current_section_) && in update_section()2349 current_section_ != final_section_) { in update_section()2351 current_section_ = EXTENDED_SECTION; in update_section()
2663 current_section_(SMALL_SECTION), in Iterator()2672 current_section_(section), in Iterator()2686 LayoutSection current_section_; variable