Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h302 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct
303 DexFileData(ArenaAllocator* arena, in DexFileData() function
328 bool operator==(const DexFileData& other) const { argument
/art/oatdump/
Doatdump.cc791 class DexFileData { class in art::OatDumper
793 DexFileData() {} in DexFileData() function in art::OatDumper::DexFileData
795 explicit DexFileData(const DexFile& dex_file) in DexFileData() function in art::OatDumper::DexFileData