Searched refs:DexReference (Results 1 – 3 of 3) sorted by relevance
89 struct DexReference { struct90 DexReference() : dex_checksum(0), num_method_ids(0) {} in DexReference() argument92 DexReference(const std::string& key, uint32_t checksum, uint32_t num_methods) in DexReference() argument95 bool operator==(const DexReference& other) const {295 std::vector<DexReference> dex_references;702 void DexFileToProfileIndex(/*out*/std::vector<DexReference>* dex_references) const;1052 const ProfileCompilationInfo::DexReference& dex_ref);
1922 const DexReference& dex_ref = dex_references[class_ref.dex_profile_index]; in operator ==()1923 const DexReference& other_dex_ref = other.dex_references[other_class_ref.dex_profile_index]; in operator ==()1985 const DexReference& dex_ref = dex_references[class_ref.dex_profile_index]; in operator ==()2242 const ProfileCompilationInfo::DexReference& dex_ref) { in operator <<()
351 ProfileCompilationInfo::DexReference dex_ref = in AssertInlineCaches()