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

  /art/runtime/
common_runtime_test.h 49 class ScratchFile {
51 ScratchFile();
53 explicit ScratchFile(const std::string& filename);
55 ScratchFile(const ScratchFile& other, const char* suffix);
57 ScratchFile(ScratchFile&& other);
59 ScratchFile& operator=(ScratchFile&& other);
61 explicit ScratchFile(File* file)
    [all...]
vdex_file_test.cc 32 ScratchFile tmp;
common_runtime_test.cc 140 ScratchFile::ScratchFile() {
151 ScratchFile::ScratchFile(const ScratchFile& other, const char* suffix)
152 : ScratchFile(other.GetFilename() + suffix) {}
154 ScratchFile::ScratchFile(const std::string& filename) : filename_(filename) {
160 ScratchFile::ScratchFile(File* file)
    [all...]
zip_archive_test.cc 42 ScratchFile tmp;
dex_file_test.cc 303 ScratchFile tmp;
309 ScratchFile tmp;
316 ScratchFile tmp;
325 ScratchFile tmp;
337 ScratchFile tmp;
543 ScratchFile file;
572 ScratchFile tmp;
581 ScratchFile tmp;
590 ScratchFile tmp;
599 ScratchFile tmp
    [all...]
dexopt_test.cc 78 ScratchFile profile_file;
dex_file_verifier_test.cc 145 ScratchFile tmp;
    [all...]
mem_map_test.cc 198 ScratchFile scratch_file;
oat_file_assistant_test.cc 299 ScratchFile vdex_file(vdex_location.c_str());
300 ScratchFile odex_file(odex_location.c_str());
    [all...]
  /art/runtime/base/
scoped_flock_test.cc 26 ScratchFile scratch_file;
  /art/dexlayout/
dexlayout_test.cc 251 ScratchFile dexdump_output;
256 ScratchFile dexlayout_output;
283 ScratchFile tmp_file;
322 ScratchFile tmp_file;
355 ScratchFile tmp_file;
387 bool DexLayoutExec(ScratchFile* dex_file,
389 ScratchFile* profile_file,
455 ScratchFile temp_dex;
468 ScratchFile temp_dex;
481 ScratchFile temp_dex
    [all...]
  /art/profman/
profile_assistant_test.cc 44 const ScratchFile& profile,
120 int GetFd(const ScratchFile& file) const {
124 void CheckProfileInfo(ScratchFile& file, const ProfileCompilationInfo& info) {
179 ScratchFile class_names_file;
197 ScratchFile class_names_file;
220 ScratchFile profile_file;
299 ScratchFile profile1;
300 ScratchFile profile2;
301 ScratchFile reference_profile;
334 ScratchFile profile1
    [all...]
  /art/runtime/base/unix_file/
fd_file_test.cc 19 #include "common_runtime_test.h" // For ScratchFile
72 art::ScratchFile tmp;
88 art::ScratchFile tmp;
117 art::ScratchFile tmp;
144 art::ScratchFile src_tmp;
154 art::ScratchFile dest_tmp;
173 art::ScratchFile tmp;
191 art::ScratchFile tmp;
  /art/runtime/jit/
profile_compilation_info_test.cc 81 uint32_t GetFd(const ScratchFile& file) {
272 ScratchFile profile;
319 ScratchFile profile;
354 ScratchFile profile;
363 ScratchFile profile;
375 ScratchFile profile;
400 ScratchFile profile;
414 ScratchFile profile;
425 ScratchFile profile;
434 ScratchFile profile
    [all...]
  /art/compiler/
image_test.cc 53 std::vector<ScratchFile> image_locations;
55 std::vector<ScratchFile> image_files;
56 std::vector<ScratchFile> oat_files;
57 std::vector<ScratchFile> vdex_files;
111 for (ScratchFile& image_file : image_files) {
114 for (ScratchFile& oat_file : oat_files) {
117 for (ScratchFile& vdex_file : vdex_files) {
126 for (ScratchFile& image_file : image_files) {
160 ScratchFile location;
164 image_locations.push_back(ScratchFile(cur_location))
    [all...]
oat_test.cc 405 ScratchFile tmp_oat, tmp_vdex(tmp_oat, ".vdex");
543 ScratchFile tmp_oat, tmp_vdex(tmp_oat, ".vdex");
575 ScratchFile dex_file1;
590 ScratchFile dex_file2;
605 ScratchFile oat_file, vdex_file(oat_file, ".vdex");
677 ScratchFile zip_file;
680 ScratchFile dex_file1;
698 ScratchFile dex_file2;
725 ScratchFile oat_file, vdex_file(oat_file, ".vdex");
    [all...]
  /art/compiler/utils/
swap_space_test.cc 35 ScratchFile scratch;
assembler_test_base.h 28 #include "common_runtime_test.h" // For ScratchFile
61 // Fake a runtime test for ScratchFile
583 ScratchFile tmp;
assembler_thumb_test.cc 99 ScratchFile file;
    [all...]
  /art/compiler/linker/
output_stream_test.cc 67 ScratchFile tmp;
80 ScratchFile tmp;
  /art/compiler/debug/dwarf/
dwarf_test.h 63 ScratchFile file;
  /art/dex2oat/
dex2oat_test.cc 249 std::unique_ptr<ScratchFile> sf;
251 sf.reset(new ScratchFile());
717 ScratchFile vdex_file2;

Completed in 915 milliseconds