Searched refs:Save (Results 1 – 13 of 13) sorted by relevance
/art/runtime/jit/ |
D | profile_compilation_info_test.cc | 121 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 …]
|
D | profile_compilation_info.h | 309 bool Save(int fd); 312 bool Save(const std::string& filename, uint64_t* bytes_written);
|
D | profile_compilation_info.cc | 216 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()
|
D | profile_saver.cc | 538 if (info.Save(filename, &bytes_written)) { in ProcessProfilingInfo()
|
/art/profman/ |
D | profile_assistant.cc | 79 if (!info.Save(reference_profile_file->Fd())) { in ProcessProfilesInternal()
|
D | profman.cc | 954 CHECK(info.Save(fd)); in CreateProfile() 1007 out_profile.Save(reference_fd); in CreateBootProfile()
|
D | profile_assistant_test.cc | 75 ASSERT_TRUE(info->Save(GetFd(profile))); in SetupProfile() 103 ASSERT_TRUE(info->Save(GetFd(profile))); in SetupBasicProfile()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 600 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/ |
D | dex2oat_image_test.cc | 324 profile.Save(profile_file.GetFile()->Fd()); in TEST_F()
|
D | dex2oat_test.cc | 646 bool result = info.Save(profile_test_fd); in GenerateProfile() 1266 ASSERT_TRUE(info.Save(profile_file.GetFd())); in TEST_F()
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 648 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/ |
D | dexlayout_test.cc | 372 pfi.Save(file->Fd()); in CreateProfile()
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 2287 .ifc \reg, r0 @ Save result to the stack slot or destination register.
|