Home
last modified time | relevance | path

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

/art/runtime/jit/
Doffline_profiling_info.h98 struct DexFileData { struct
99 explicit DexFileData(uint32_t location_checksum) : checksum(location_checksum) {} in DexFileData() function
104 bool operator==(const DexFileData& other) const { argument