Searched refs:Save (Results 1 – 12 of 12) sorted by relevance
/art/runtime/jit/ |
D | profile_compilation_info_test.cc | 126 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 …]
|
D | profile_compilation_info.h | 347 bool Save(int fd); 350 bool Save(const std::string& filename, uint64_t* bytes_written);
|
D | profile_compilation_info.cc | 253 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()
|
D | profile_saver.cc | 569 if (info.Save(filename, &bytes_written)) { in ProcessProfilingInfo()
|
/art/profman/ |
D | profile_assistant.cc | 80 if (!info.Save(reference_profile_file->Fd())) { in ProcessProfilesInternal()
|
D | profman.cc | 1069 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()
|
D | profile_assistant_test.cc | 109 ASSERT_TRUE(info->Save(GetFd(profile))); in SetupProfile() 136 ASSERT_TRUE(info->Save(GetFd(profile))); in SetupBasicProfile()
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 336 profile.Save(profile_file.GetFile()->Fd()); in TEST_F()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 643 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/ |
D | quick_entrypoints_mips64.S | 672 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/ |
D | dexlayout_test.cc | 379 pfi.Save(file->Fd()); in CreateProfile()
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 2302 .ifc \reg, r0 @ Save result to the stack slot or destination register.
|