Home | History | Annotate | Download | only in src

Lines Matching refs:info_

1303     return info_[ConstantPoolEntry::INTPTR].entries.empty() &&
1304 info_[ConstantPoolEntry::INTPTR].shared_entries.empty() &&
1305 info_[ConstantPoolEntry::DOUBLE].entries.empty() &&
1306 info_[ConstantPoolEntry::DOUBLE].shared_entries.empty();
1341 PerTypeEntryInfo info_[ConstantPoolEntry::NUMBER_OF_TYPES];