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

/art/runtime/
H A Dclass_reference.h28 typedef std::pair<const DexFile*, uint32_t> ClassReference; typedef in namespace:art
30 inline bool operator<(const ClassReference& lhs, const ClassReference& rhs) {
/art/runtime/jit/
H A Dprofile_compilation_info.h119 struct ClassReference : public ValueObject { struct in class:art::ProfileCompilationInfo
120 ClassReference(uint8_t dex_profile_idx, const dex::TypeIndex type_idx) : function in struct:art::ProfileCompilationInfo::ClassReference
123 bool operator==(const ClassReference& other) const {
126 bool operator<(const ClassReference& other) const {
137 using ClassSet = ArenaSet<ClassReference>;
146 classes(std::less<ClassReference>(), arena->Adapter(kArenaAllocProfile)) {}
179 // The dex_references vector is indexed according to the ClassReference::dex_profile_index.
180 // i.e. the dex file of any ClassReference present in the inline caches can be found at
181 // dex_references[ClassReference::dex_profile_index].
318 // The profile index of this dex file (matches ClassReference#dex_profile_inde
[all...]

Completed in 246 milliseconds