Home
last modified time | relevance | path

Searched refs:EXTENDED_SECTION (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dobjects-printer.cc538 i <= last_index(INT32, EXTENDED_SECTION); i++) { in ConstantPoolArrayPrint()
539 if (i < last_index(INT64, EXTENDED_SECTION)) { in ConstantPoolArrayPrint()
541 } else if (i <= last_index(CODE_PTR, EXTENDED_SECTION)) { in ConstantPoolArrayPrint()
544 } else if (i <= last_index(HEAP_PTR, EXTENDED_SECTION)) { in ConstantPoolArrayPrint()
547 } else if (i <= last_index(INT32, EXTENDED_SECTION)) { in ConstantPoolArrayPrint()
Dobjects-inl.h2350 DCHECK(final_section_ == EXTENDED_SECTION); in update_section()
2351 current_section_ = EXTENDED_SECTION; in update_section()
2352 next_index_ = array_->first_index(type_, EXTENDED_SECTION); in update_section()
2364 return is_extended_layout() ? EXTENDED_SECTION : SMALL_SECTION; in final_section()
2396 if (section == EXTENDED_SECTION) { in first_index()
2433 DCHECK(section == EXTENDED_SECTION && is_extended_layout()); in number_of_entries()
2460 offset >= OffsetOfElementAt(first_index(type, EXTENDED_SECTION)) && in offset_is_type()
2461 offset <= OffsetOfElementAt(last_index(type, EXTENDED_SECTION))); in offset_is_type()
2468 section = EXTENDED_SECTION; in get_type()
2641 NumberOfEntries extended(this, EXTENDED_SECTION); in size()
[all …]
Dobjects.h2618 EXTENDED_SECTION, enumerator
2793 section = EXTENDED_SECTION; in OffsetOfElementAt()
/external/v8/test/cctest/
Dtest-constantpool.cc20 ConstantPoolArray::EXTENDED_SECTION;
/external/v8/src/arm/
Dassembler-arm.cc1142 if (section == ConstantPoolArray::EXTENDED_SECTION) { in move_32_bit_immediate()
2513 if (section == ConstantPoolArray::EXTENDED_SECTION) { in vmov()
3694 current_section_ = ConstantPoolArray::EXTENDED_SECTION; in AddEntry()
3715 DCHECK(current_section_ == ConstantPoolArray::EXTENDED_SECTION); in New()
3730 constant_pool, ConstantPoolArray::EXTENDED_SECTION))); in Populate()
3737 int section_start = (section == ConstantPoolArray::EXTENDED_SECTION) in Populate()
3782 if (entry->section_ == ConstantPoolArray::EXTENDED_SECTION) { in Populate()
Dassembler-arm.h674 return number_of_entries(ConstantPoolArray::EXTENDED_SECTION); in extended_entries()
1490 ConstantPoolArray::EXTENDED_SECTION; in use_extended_constant_pool()
/external/v8/src/heap/
Dheap.cc4016 src, ConstantPoolArray::EXTENDED_SECTION); in CopyConstantPoolArrayWithMap()