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

  /art/dex2oat/linker/
image_test.h 67 std::vector<ScratchFile> oat_files; member in struct:art::linker::CompilationHelper
127 for (ScratchFile& oat_file : oat_files) {
200 out_helper.oat_files.push_back(ScratchFile(OS::CreateEmptyFile(oat_filename.c_str())));
234 for (ScratchFile& oat_file : out_helper.oat_files) {
285 DCHECK_EQ(out_helper.vdex_files.size(), out_helper.oat_files.size());
286 for (size_t i = 0, size = out_helper.oat_files.size(); i != size; ++i) {
  /art/runtime/
oat_file_manager.cc 131 std::vector<const OatFile*> oat_files; local
132 oat_files.reserve(image_spaces.size());
134 oat_files.push_back(image_space->GetOatFile());
136 return oat_files;
164 std::vector<const OatFile*> oat_files; local
165 oat_files.reserve(spaces.size());
167 oat_files.push_back(RegisterOatFile(space->ReleaseOatFile()));
169 return oat_files;
    [all...]
oat_file_assistant_test.cc 1263 std::set<const OatFile*> oat_files; local
    [all...]
class_linker.cc 995 std::vector<const OatFile*> oat_files = local
    [all...]

Completed in 108 milliseconds