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

/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc3633 : entries_(), current_section_(ConstantPoolArray::SMALL_SECTION) {}
3666 ConstantPoolArray::LayoutSection entry_section = current_section_;
3680 DCHECK(entry_section <= current_section_);
3690 if (current_section_ == ConstantPoolArray::SMALL_SECTION &&
3694 current_section_ = ConstantPoolArray::EXTENDED_SECTION;
3715 DCHECK(current_section_ == ConstantPoolArray::EXTENDED_SECTION);
H A Dassembler-arm.h661 return current_section_;
691 ConstantPoolArray::LayoutSection current_section_; member in class:v8::internal::BASE_EMBEDDED
/external/chromium_org/v8/src/
H A Dobjects-inl.h2348 if (next_index_ > array_->last_index(type_, current_section_) &&
2349 current_section_ != final_section_) {
2351 current_section_ = EXTENDED_SECTION;
H A Dobjects.h2663 current_section_(SMALL_SECTION),
2672 current_section_(section),
2686 LayoutSection current_section_; member in class:v8::internal::ConstantPoolArray::BASE_EMBEDDED

Completed in 1254 milliseconds