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

  /art/runtime/
oat_file.h 372 std::unique_ptr<const DexFile> OpenDexFile(std::string* error_msg) const;
oat_file_assistant.cc 218 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg);
234 dex_file = oat_dex_file->OpenDexFile(&error_msg);
    [all...]
oat_file.cc 619 std::unique_ptr<const DexFile> OatFile::OatDexFile::OpenDexFile(std::string* error_msg) const {
    [all...]
runtime.cc 744 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg);
    [all...]
class_linker.cc     [all...]
  /art/oatdump/
oatdump.cc 162 std::unique_ptr<const DexFile> dex_file(oat_dex_file->OpenDexFile(&error_msg));
504 std::unique_ptr<const DexFile> dex_file(oat_dex_file->OpenDexFile(&error_msg));
533 std::unique_ptr<const DexFile> dex_file(oat_dex_file->OpenDexFile(&error_msg));
593 std::unique_ptr<const DexFile> dex_file(oat_dex_file.OpenDexFile(&error_msg));
637 std::unique_ptr<const DexFile> dex_file(oat_dex_file.OpenDexFile(&error_msg));
    [all...]

Completed in 448 milliseconds