Home
last modified time | relevance | path

Searched refs:Save (Results 1 – 12 of 12) sorted by relevance

/art/runtime/jit/
Dprofile_compilation_info_test.cc126 return info.Save(filename, nullptr); in SaveProfilingInfo()
180 return info.Save(filename, nullptr); in SaveProfilingInfoWithFakeInlineCaches()
289 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TestProfileLoadFromZip()
402 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TEST_F()
418 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TEST_F()
459 ASSERT_TRUE(info1.Save(profile.GetFd())); in TEST_F()
481 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TEST_F()
495 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TEST_F()
584 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TEST_F()
612 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TEST_F()
[all …]
Dprofile_compilation_info.h347 bool Save(int fd);
350 bool Save(const std::string& filename, uint64_t* bytes_written);
Dprofile_compilation_info.cc253 bool ProfileCompilationInfo::Save(const std::string& filename, uint64_t* bytes_written) { in Save() function in art::ProfileCompilationInfo
277 bool result = Save(fd); in Save()
346 bool ProfileCompilationInfo::Save(int fd) { in Save() function in art::ProfileCompilationInfo
1862 return info.Save(fd); in GenerateTestProfile()
1915 return info.Save(fd); in GenerateTestProfile()
Dprofile_saver.cc569 if (info.Save(filename, &bytes_written)) { in ProcessProfilingInfo()
/art/profman/
Dprofile_assistant.cc80 if (!info.Save(reference_profile_file->Fd())) { in ProcessProfilesInternal()
Dprofman.cc1069 CHECK(info.Save(fd)); in CreateProfile()
1120 out_profile.Save(reference_fd); in CreateBootProfile()
1214 ? profile.Save(reference_profile_file_fd_) in CopyAndUpdateProfileKey()
1215 : profile.Save(reference_profile_file_, /*bytes_written*/ nullptr); in CopyAndUpdateProfileKey()
Dprofile_assistant_test.cc109 ASSERT_TRUE(info->Save(GetFd(profile))); in SetupProfile()
136 ASSERT_TRUE(info->Save(GetFd(profile))); in SetupBasicProfile()
/art/dex2oat/
Ddex2oat_image_test.cc336 profile.Save(profile_file.GetFile()->Fd()); in TEST_F()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S643 move $s8, $sp # Save the stack pointer
644 move $s7, $a1 # Save size of stack
645 move $s6, $a2 # Save the pc to call
646 lw rSELF, 48+20($sp) # Save managed thread pointer into rSELF
651 sw $s8, 4($sp) # Save old stack pointer
652 sw $a3, 8($sp) # Save JValue* result
1939 SETUP_SAVE_REFS_ONLY_FRAME # Save callee saves in case of GC.
2028 SETUP_SAVE_EVERYTHING_FRAME \runtime_method_offset # Save everything in case of GC.
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S672 move rSELF, $a5 # Save managed thread pointer into rSELF
1867 SETUP_SAVE_REFS_ONLY_FRAME # Save callee saves in case of GC.
1932 SETUP_SAVE_EVERYTHING_FRAME \runtime_method_offset # Save everything in case of GC.
2202 sd $a0, 8($sp) # Save arg0.
2436 move $a4, $a0 # Save a copy in $a4 to later compute result.
/art/dexlayout/
Ddexlayout_test.cc379 pfi.Save(file->Fd()); in CreateProfile()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S2302 .ifc \reg, r0 @ Save result to the stack slot or destination register.