Home
last modified time | relevance | path

Searched refs:DexReference (Results 1 – 3 of 3) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.h89 struct DexReference { struct
90 DexReference() : dex_checksum(0), num_method_ids(0) {} in DexReference() argument
92 DexReference(const std::string& key, uint32_t checksum, uint32_t num_methods) in DexReference() argument
95 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);
Dprofile_compilation_info.cc1922 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 <<()
/art/profman/
Dprofile_assistant_test.cc351 ProfileCompilationInfo::DexReference dex_ref = in AssertInlineCaches()