Lines Matching defs:entry
52 ConstantPoolEntry* entry, ConstantPoolEntry::Type type) {
58 if (entry->sharing_ok()) {
64 ? entry->value() == it->value()
65 : entry->value64() == it->value64()) {
66 // Merge with found entry.
67 entry->set_merged_index(i);
75 DCHECK(!merged || entry->merged_index() < info.regular_count);
81 if (entry->sharing_ok() && !merged && access == ConstantPoolEntry::REGULAR) {
82 info.shared_entries.push_back(*entry);
84 info.entries.push_back(*entry);
156 // Update constant pool if necessary and get the entry's offset.
160 // Emit new entry
169 // Retrieve offset from shared entry.
366 // accessing a 32bit/64bit entry in the constant pool to any of the
369 // is possible that the entry with the earliest reference is emitted last.
427 // and over-estimates the last entry's address with the pool's end.
615 // accessing a 32bit/64bit entry in the constant pool to any of the
618 // is possible that the entry with the earliest reference is emitted last.
676 // and over-estimates the last entry's address with the pool's end.