Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h82 struct DexReference { struct
83 DexReference() : dex_checksum(0), num_method_ids(0) {} in DexReference() argument
85 DexReference(const std::string& location, uint32_t checksum, uint32_t num_methods) in DexReference() argument
88 bool operator==(const DexReference& other) const {
234 std::vector<DexReference> dex_references;
583 void DexFileToProfileIndex(/*out*/std::vector<DexReference>* dex_references) const;
Dprofile_compilation_info.cc690 const DexReference& dex_ref = pmi.dex_references[class_ref.dex_profile_index]; in AddMethod()
1943 const DexReference& dex_ref = dex_references[class_ref.dex_profile_index]; in operator ==()
1944 const DexReference& other_dex_ref = other.dex_references[other_class_ref.dex_profile_index]; in operator ==()
/art/profman/
Dprofile_assistant_test.cc360 ProfileCompilationInfo::DexReference dex_ref = in AssertInlineCaches()