Lines Matching refs:info_
16 info_[ConstantPoolEntry::INTPTR].entries.reserve(64);
17 info_[ConstantPoolEntry::INTPTR].regular_reach_bits = ptr_reach_bits;
18 info_[ConstantPoolEntry::DOUBLE].regular_reach_bits = double_reach_bits;
23 const PerTypeEntryInfo& info = info_[type];
27 int dbl_count = info_[ConstantPoolEntry::DOUBLE].regular_count;
29 int ptr_count = info_[ConstantPoolEntry::INTPTR].regular_count;
34 int ptr_reach_bits = info_[ConstantPoolEntry::INTPTR].regular_reach_bits;
54 PerTypeEntryInfo& info = info_[type];
102 PerTypeEntryInfo& info = info_[type];
128 PerTypeEntryInfo& info = info_[type];
197 if (info_[ConstantPoolEntry::DOUBLE].overflow()) {
202 if (info_[ConstantPoolEntry::INTPTR].overflow()) {