Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h82 struct DexReference { struct
83 DexReference() : dex_checksum(0), num_method_ids(0) {} in DexReference() function
85 DexReference(const std::string& location, uint32_t checksum, uint32_t num_methods) in DexReference() function
94 bool MatchesDex(const DexFile* dex_file) const { in MatchesDex()
99 std::string dex_location;
100 uint32_t dex_checksum;
101 uint32_t num_method_ids;