Home | History | Annotate | Download | only in compiler

Lines Matching refs:oat_dex_file

110     OatDexFile* oat_dex_file = new OatDexFile(offset, *dex_file);
111 oat_dex_files_.push_back(oat_dex_file);
112 offset += oat_dex_file->SizeOf();