Home
last modified time | relevance | path

Searched refs:current_section_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm/
Dassembler-arm.cc3633 : 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()
Dassembler-arm.h661 return current_section_; in current_section()
691 ConstantPoolArray::LayoutSection current_section_; variable
/external/v8/src/
Dobjects-inl.h2348 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()
Dobjects.h2663 current_section_(SMALL_SECTION), in Iterator()
2672 current_section_(section), in Iterator()
2686 LayoutSection current_section_; variable