Lines Matching defs:entries
16 info_[ConstantPoolEntry::INTPTR].entries.reserve(64);
59 // Try to merge entries
74 // By definition, merged entries have regular access.
80 // unique sharable entries which fit in the regular section.
84 info.entries.push_back(*entry);
94 info.overflow_start = static_cast<int>(info.entries.size()) - 1;
111 shared_it->set_offset(offset); // Save offset for merged entries.
130 std::vector<ConstantPoolEntry>& entries = info.entries;
139 // Emit any shared entries first
145 end = overflow ? info.overflow_start : static_cast<int>(entries.size());
150 end = static_cast<int>(entries.size());
153 std::vector<ConstantPoolEntry>::iterator it = entries.begin();
283 // 3) align the 64bit pool entries to 64-bit.
367 // 32bit/64bit constant pool entries, respectively. This is required because
368 // we do not guarantee that entries are emitted in order of reference, i.e. it
425 // Check that all entries are in range if the pool is emitted at {pc_offset}.
531 // 3) align the 64bit pool entries to 64-bit.
616 // 32bit/64bit constant pool entries, respectively. This is required because
617 // we do not guarantee that entries are emitted in order of reference, i.e. it
674 // Check that all entries are in range if the pool is emitted at {pc_offset}.