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

  /art/dex2oat/linker/
oat_writer_test.cc 621 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg);
623 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg);
747 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg);
749 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg);
    [all...]
  /art/libartbase/base/
common_art_test.h 210 std::unique_ptr<const DexFile> OpenDexFile(const char* filename);
common_art_test.cc 458 std::unique_ptr<const DexFile> CommonArtTestImpl::OpenDexFile(const char* filename) {
470 return OpenDexFile(GetTestDexFileName(name).c_str());
  /art/dex2oat/
dex2oat_test.cc 535 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg);
807 std::unique_ptr<const DexFile> new_dex_file = oat_dex_file->OpenDexFile(&error_msg);
    [all...]
  /art/runtime/
oat_file.h 470 std::unique_ptr<const DexFile> OpenDexFile(std::string* error_msg) const;
oat_file_assistant.cc 281 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg);
297 dex_file = oat_dex_file->OpenDexFile(&error_msg);
    [all...]
oat_file_manager.cc 270 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error);
    [all...]
oat_file.cc     [all...]
class_linker.cc     [all...]
  /art/oatdump/
oatdump.cc 123 const DexFile* OpenDexFile(const OatDexFile* oat_dex_file, std::string* error_msg) {
129 const DexFile* ret = oat_dex_file->OpenDexFile(error_msg).release();
247 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
514 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
561 const DexFile* dex_file = OpenDexFile(oat_dex_files_[i], &error_msg);
708 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
843 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
    [all...]

Completed in 972 milliseconds