Home
last modified time | relevance | path

Searched defs:DexReference (Results 1 – 1 of 1) 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() function
101 bool MatchesDex(const DexFile* dex_file) const { in MatchesDex()
106 std::string profile_key;
107 uint32_t dex_checksum;
108 uint32_t num_method_ids;