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

  /art/compiler/
oat_test.cc 639 ASSERT_EQ(2u, opened_oat_file->GetOatDexFiles().size());
641 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg);
643 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg);
744 ASSERT_EQ(2u, opened_oat_file->GetOatDexFiles().size());
746 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg);
748 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg);
    [all...]
  /art/runtime/
oat_file.h 249 const std::vector<const OatDexFile*>& GetOatDexFiles() const {
oat_file_manager.cc 86 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles();
247 for (const OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) {
runtime.cc     [all...]
  /art/dex2oat/
dex2oat_test.cc 534 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) {
800 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) {
    [all...]
  /art/oatdump/
oatdump.cc 205 std::vector<const OatFile::OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles();
362 oat_dex_files_(oat_file.GetOatDexFiles()),
    [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]

Completed in 166 milliseconds