Home | History | Annotate | Download | only in profile

Lines Matching defs:ClassReference

120   struct ClassReference : public ValueObject {
121 ClassReference(uint8_t dex_profile_idx, const dex::TypeIndex type_idx) :
124 bool operator==(const ClassReference& other) const {
127 bool operator<(const ClassReference& other) const {
138 using ClassSet = ArenaSet<ClassReference>;
147 classes(std::less<ClassReference>(), allocator->Adapter(kArenaAllocProfile)) {}
229 // The dex_references vector is indexed according to the ClassReference::dex_profile_index.
230 // i.e. the dex file of any ClassReference present in the inline caches can be found at
231 // dex_references[ClassReference::dex_profile_index].
563 // The profile index of this dex file (matches ClassReference#dex_profile_index).