Searched defs:ValueNameSet (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dglobal_value_numbering.h170 typedef ScopedArenaSet<uint16_t> ValueNameSet; typedef in class:art::GlobalValueNumbering
173 typedef ScopedArenaSafeMap<ValueNameSet, uint16_t> RefSetIdMap;
175 uint16_t GetRefSetId(const ValueNameSet& ref_set) {
H A Dlocal_value_numbering.h89 typedef GlobalValueNumbering::ValueNameSet ValueNameSet; typedef in class:art::LocalValueNumbering
240 ValueNameSet store_loc_set; // Where was last_stored_value stored.
339 void MergeEscapedRefs(const ValueNameSet::value_type& entry, ValueNameSet::iterator hint);
346 void MergeNullChecked(const ValueNameSet::value_type& entry, ValueNameSet::iterator hint);
375 ValueNameSet non_aliasing_refs_;
377 ValueNameSet escaped_refs_;
384 ValueNameSet null_checked
[all...]

Completed in 34 milliseconds