Searched refs:ScratchFile (Results 1 - 18 of 18) sorted by relevance

/art/runtime/
H A Dcommon_runtime_test.h39 class ScratchFile { class in namespace:art
41 ScratchFile();
43 explicit ScratchFile(const std::string& filename);
45 ScratchFile(const ScratchFile& other, const char* suffix);
47 explicit ScratchFile(ScratchFile&& other);
49 ScratchFile& operator=(ScratchFile&& other);
51 explicit ScratchFile(Fil
[all...]
H A Dcommon_runtime_test.cc68 ScratchFile::ScratchFile() { function in class:art::ScratchFile
79 ScratchFile::ScratchFile(const ScratchFile& other, const char* suffix) function in class:art::ScratchFile
80 : ScratchFile(other.GetFilename() + suffix) {}
82 ScratchFile::ScratchFile(const std::string& filename) : filename_(filename) { function in class:art::ScratchFile
88 ScratchFile::ScratchFile(Fil function in class:art::ScratchFile
94 ScratchFile::ScratchFile(ScratchFile&& other) { function in class:art::ScratchFile
[all...]
H A Dzip_archive_test.cc42 ScratchFile tmp;
H A Ddex_file_test.cc169 ScratchFile tmp;
371 ScratchFile file;
H A Ddex_file_verifier_test.cc209 ScratchFile tmp;
1376 ScratchFile tmp;
1398 ScratchFile tmp;
1482 ScratchFile tmp;
H A Dmem_map_test.cc198 ScratchFile scratch_file;
/art/runtime/base/
H A Dscoped_flock_test.cc26 ScratchFile scratch_file;
/art/profman/
H A Dprofile_assistant_test.cc33 const ScratchFile& profile,
53 int GetFd(const ScratchFile& file) const {
57 void CheckProfileInfo(ScratchFile& file, const ProfileCompilationInfo& info) {
86 ScratchFile profile1;
87 ScratchFile profile2;
88 ScratchFile reference_profile;
121 ScratchFile profile1;
122 ScratchFile reference_profile;
149 ScratchFile profile1;
150 ScratchFile profile
[all...]
/art/runtime/jit/
H A Dprofile_compilation_info_test.cc67 uint32_t GetFd(const ScratchFile& file) {
94 ScratchFile profile;
141 ScratchFile profile;
176 ScratchFile profile;
185 ScratchFile profile;
197 ScratchFile profile;
222 ScratchFile profile;
236 ScratchFile profile;
247 ScratchFile profile;
256 ScratchFile profil
[all...]
/art/compiler/
H A Dimage_test.cc46 std::vector<ScratchFile> image_locations;
48 std::vector<ScratchFile> image_files;
49 std::vector<ScratchFile> oat_files;
83 for (ScratchFile& image_file : image_files) {
86 for (ScratchFile& oat_file : oat_files) {
95 for (ScratchFile& image_file : image_files) {
130 ScratchFile location;
133 image_locations.push_back(ScratchFile(cur_location));
137 for (ScratchFile& file : image_locations) {
147 image_files.push_back(ScratchFile(O
[all...]
H A Doat_test.cc368 ScratchFile tmp;
499 ScratchFile tmp;
530 ScratchFile dex_file1;
545 ScratchFile dex_file2;
560 ScratchFile oat_file;
621 ScratchFile zip_file;
624 ScratchFile dex_file1;
642 ScratchFile dex_file2;
669 ScratchFile oat_file;
714 ScratchFile oat_fil
[all...]
/art/runtime/base/unix_file/
H A Dfd_file_test.cc19 #include "common_runtime_test.h" // For ScratchFile
70 art::ScratchFile tmp;
86 art::ScratchFile tmp;
115 art::ScratchFile tmp;
142 art::ScratchFile src_tmp;
153 art::ScratchFile dest_tmp;
/art/compiler/utils/
H A Dswap_space_test.cc35 ScratchFile scratch;
H A Dassembler_test_base.h26 #include "common_runtime_test.h" // For ScratchFile
58 // Fake a runtime test for ScratchFile
574 ScratchFile tmp;
H A Dassembler_thumb_test.cc95 ScratchFile file;
/art/compiler/linker/
H A Doutput_stream_test.cc67 ScratchFile tmp;
80 ScratchFile tmp;
/art/compiler/debug/dwarf/
H A Ddwarf_test.h63 ScratchFile file;
/art/dex2oat/
H A Ddex2oat_test.cc203 std::unique_ptr<ScratchFile> sf;
205 sf.reset(new ScratchFile());

Completed in 343 milliseconds