Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info_test.cc121 return info.Save(filename, nullptr); in SaveProfilingInfo()
173 return info.Save(filename, nullptr); in SaveProfilingInfoWithFakeInlineCaches()
343 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TEST_F()
359 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TEST_F()
405 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TEST_F()
419 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TEST_F()
508 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TEST_F()
536 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TEST_F()
567 ASSERT_TRUE(saved_info.Save(GetFd(profile))); in TEST_F()
579 ASSERT_TRUE(saved_info_extra.Save(GetFd(profile))); in TEST_F()
[all …]
Dprofile_compilation_info.h309 bool Save(int fd);
312 bool Save(const std::string& filename, uint64_t* bytes_written);
Dprofile_compilation_info.cc216 bool ProfileCompilationInfo::Save(const std::string& filename, uint64_t* bytes_written) { in Save() function in art::ProfileCompilationInfo
240 bool result = Save(fd); in Save()
310 bool ProfileCompilationInfo::Save(int fd) { in Save() function in art::ProfileCompilationInfo
1540 return info.Save(fd); in GenerateTestProfile()
1569 return info.Save(fd); in GenerateTestProfile()
Dprofile_saver.cc538 if (info.Save(filename, &bytes_written)) { in ProcessProfilingInfo()
/art/profman/
Dprofile_assistant.cc79 if (!info.Save(reference_profile_file->Fd())) { in ProcessProfilesInternal()
Dprofman.cc954 CHECK(info.Save(fd)); in CreateProfile()
1007 out_profile.Save(reference_fd); in CreateBootProfile()
Dprofile_assistant_test.cc75 ASSERT_TRUE(info->Save(GetFd(profile))); in SetupProfile()
103 ASSERT_TRUE(info->Save(GetFd(profile))); in SetupBasicProfile()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S600 move $s8, $sp # Save the stack pointer
601 move $s7, $a1 # Save size of stack
602 move $s6, $a2 # Save the pc to call
603 lw rSELF, 48+20($sp) # Save managed thread pointer into rSELF
608 sw $s8, 4($sp) # Save old stack pointer
609 sw $a3, 8($sp) # Save JValue* result
1889 SETUP_SAVE_REFS_ONLY_FRAME # Save callee saves in case of GC.
1978 SETUP_SAVE_EVERYTHING_FRAME # Save everything in case of GC.
/art/dex2oat/
Ddex2oat_image_test.cc324 profile.Save(profile_file.GetFile()->Fd()); in TEST_F()
Ddex2oat_test.cc646 bool result = info.Save(profile_test_fd); in GenerateProfile()
1266 ASSERT_TRUE(info.Save(profile_file.GetFd())); in TEST_F()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S648 move rSELF, $a5 # Save managed thread pointer into rSELF
1841 SETUP_SAVE_REFS_ONLY_FRAME # Save callee saves in case of GC.
1906 SETUP_SAVE_EVERYTHING_FRAME # Save everything in case of GC.
2144 sd $a0, 8($sp) # Save arg0.
2354 move $a4, $a0 # Save a copy in $a4 to later compute result.
/art/dexlayout/
Ddexlayout_test.cc372 pfi.Save(file->Fd()); in CreateProfile()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S2287 .ifc \reg, r0 @ Save result to the stack slot or destination register.