HomeSort by relevance Sort by last modified time
    Searched refs:GetVdexFile (Results 1 - 5 of 5) sorted by null

  /art/runtime/openjdkjvmti/
fixed_up_dex_file.cc 58 const art::VdexFile* vdex = oat_file->GetVdexFile();
  /art/runtime/
oat_file.h 307 VdexFile* GetVdexFile() const {
art_method.cc 592 return oat_dex_file->GetOatFile()->GetVdexFile()->GetQuickenedInfoOf(
    [all...]
oat_file_assistant.cc 466 VdexFile* vdex = file.GetVdexFile();
    [all...]
  /art/oatdump/
oatdump.cc 516 VdexFile::Header vdex_header = oat_file_.GetVdexFile()->GetHeader();
528 verifier::VerifierDeps deps(dex_files, oat_file_.GetVdexFile()->GetVerifierDepsData());
    [all...]

Completed in 352 milliseconds