Home | History | Annotate | Download | only in src

Lines Matching refs:info_

1790   info_[ConstantPoolEntry::INTPTR].entries.reserve(64);
1791 info_[ConstantPoolEntry::INTPTR].regular_reach_bits = ptr_reach_bits;
1792 info_[ConstantPoolEntry::DOUBLE].regular_reach_bits = double_reach_bits;
1798 const PerTypeEntryInfo& info = info_[type];
1802 int dbl_count = info_[ConstantPoolEntry::DOUBLE].regular_count;
1804 int ptr_count = info_[ConstantPoolEntry::INTPTR].regular_count;
1809 int ptr_reach_bits = info_[ConstantPoolEntry::INTPTR].regular_reach_bits;
1829 PerTypeEntryInfo& info = info_[type];
1877 PerTypeEntryInfo& info = info_[type];
1904 PerTypeEntryInfo& info = info_[type];
1974 if (info_[ConstantPoolEntry::DOUBLE].overflow()) {
1979 if (info_[ConstantPoolEntry::INTPTR].overflow()) {