Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h79 struct DexReference { struct
80 DexReference() : dex_checksum(0), num_method_ids(0) {} in DexReference() argument
82 DexReference(const std::string& location, uint32_t checksum, uint32_t num_methods) in DexReference() function
85 bool operator==(const DexReference& other) const {
231 std::vector<DexReference> dex_references;
514 void DexFileToProfileIndex(/*out*/std::vector<DexReference>* dex_references) const;
Dprofile_compilation_info.cc637 const DexReference& dex_ref = pmi.dex_references[class_ref.dex_profile_index]; in AddMethod()
1597 const DexReference& dex_ref = dex_references[class_ref.dex_profile_index]; in operator ==()
1598 const DexReference& other_dex_ref = other.dex_references[other_class_ref.dex_profile_index]; in operator ==()
/art/profman/
Dprofile_assistant_test.cc326 ProfileCompilationInfo::DexReference dex_ref = in AssertInlineCaches()