Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.cc3691 !(is_uint12(ConstantPoolArray::SizeFor(*small_entries())) && in AddEntry()
3693 small_entries()->count_of(ConstantPoolArray::INT64))))) { in AddEntry()
3713 return isolate->factory()->NewConstantPoolArray(*small_entries()); in New()
3717 *small_entries(), *extended_entries()); in New()
3726 DCHECK(small_entries()->equals(ConstantPoolArray::NumberOfEntries( in Populate()
3738 ? small_entries()->total_count() in Populate()
Dassembler-arm.h669 inline ConstantPoolArray::NumberOfEntries* small_entries() { in small_entries() function