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

  /art/runtime/
oat_file_manager.cc 424 const OatFile* source_oat_file,
428 if (kEnableAppImage && (!runtime->IsJavaDebuggable() || source_oat_file->IsDebuggable())) {
440 load_image = !CheckClassCollision(source_oat_file, context, error_msg);
485 const OatFile* source_oat_file = nullptr; local
530 source_oat_file = RegisterOatFile(std::move(oat_file));
531 *out_oat_file = source_oat_file;
538 if (source_oat_file != nullptr) {
540 if (source_oat_file->IsExecutable()) {
547 source_oat_file,
550 image_space = oat_file_assistant.OpenImageSpace(source_oat_file);
    [all...]
oat_file_manager.h 181 const OatFile* source_oat_file,

Completed in 138 milliseconds