/art/libprofile/profile/ |
D | profile_boot_info_test.cc | 42 ASSERT_TRUE(loaded_info.Load(profile.GetFd(), dex_files)); in TEST_F() 57 ASSERT_TRUE(loaded_info.Load(profile.GetFd(), dex_files)); in TEST_F() 81 ASSERT_TRUE(loaded_info.Load(profile.GetFd(), dex_files2)); in TEST_F() 110 ASSERT_FALSE(loaded_info.Load(profile.GetFd(), dex_files2)); in TEST_F()
|
D | profile_compilation_info_test.cc | 208 ASSERT_EQ(should_succeed, loaded_info.Load(zip.GetFile()->GetPath(), false)); in TestProfileLoadFromZip() 269 ASSERT_TRUE(loaded_boot.Load(GetFd(boot_file))); in SizeStressTest() 270 ASSERT_TRUE(loaded_reg.Load(GetFd(reg_file))); in SizeStressTest() 314 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F() 330 ASSERT_TRUE(loaded_info2.Load(GetFd(profile))); in TEST_F() 369 ASSERT_FALSE(info2.Load(profile.GetFd())); in TEST_F() 393 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F() 407 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F() 418 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F() 428 ASSERT_FALSE(loaded_info.Load(GetFd(profile))); in TEST_F() [all …]
|
D | profile_boot_info.h | 48 bool Load(int fd, const std::vector<const DexFile*>& dex_files);
|
D | profile_boot_info.cc | 62 bool ProfileBootInfo::Load(int fd, const std::vector<const DexFile*>& dex_files) { in Load() function in art::ProfileBootInfo
|
/art/test/912-classes/ |
D | expected.txt | 62 Load: LB; on ClassEvents 65 Load: LB; on ClassEvents 68 Load: LA; on ClassEvents 70 Load: LC; on ClassEvents 74 Load: LA; on ClassEvents 76 Load: LC; on ClassEvents 80 Load: LA; on ClassEvents 83 Load: LC; on ClassEvents 86 Load: LA; on TestRunner 88 Load: LC; on TestRunner [all …]
|
/art/runtime/arch/arm/ |
D | asm_support_arm.S | 47 ldr \rDest, .Lruntime_instance_\name\()_\num @ Load GOT_PREL offset of Runtime::instance_. 50 ldr \rDest, [\rDest] @ Load address of Runtime::instance_. 51 ldr \rDest, [\rDest] @ Load Runtime::instance_. 242 RUNTIME_CURRENT1 \rTemp @ Load Runtime::Current into rTemp. 243 @ Load kSaveAllCalleeSaves Method* into rTemp.
|
/art/test/2028-MultiBackward/ |
D | info.txt | 1 Tests are written for Load Hoist Store Sink pass
|
/art/test/2025-ChangedArrayValue/ |
D | info.txt | 1 Tests are written for Load Hoist Store Sink pass
|
/art/test/2027-TwiceTheSameMemoryCouple/ |
D | info.txt | 1 Tests are written for Load Hoist Store Sink pass
|
/art/test/2026-DifferentMemoryLSCouples/ |
D | info.txt | 1 Tests are written for Load Hoist Store Sink pass
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 234 __ Load(method_register, FrameOffset(32), 4); in TEST_F() local 235 __ Load(method_register, FrameOffset(124), 4); in TEST_F() local 236 __ Load(method_register, FrameOffset(132), 4); in TEST_F() local 237 __ Load(method_register, FrameOffset(1020), 4); in TEST_F() local 238 __ Load(method_register, FrameOffset(1024), 4); in TEST_F() local 239 __ Load(scratch_register, FrameOffset(4092), 4); in TEST_F() local 240 __ Load(scratch_register, FrameOffset(4096), 4); in TEST_F() local
|
/art/test/302-float-conversion/ |
D | info.txt | 5 The second test checks the Load hoisting optimization for float pointing conversion.
|
/art/profman/ |
D | profile_assistant_test.cc | 180 ASSERT_TRUE(file_info.Load(GetFd(file))); in CheckProfileInfo() 433 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F() 464 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F() 505 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F() 541 ASSERT_TRUE(file_info1.Load(GetFd(profile1))); in TEST_F() 546 ASSERT_TRUE(file_info2.Load(GetFd(profile2))); in TEST_F() 657 ASSERT_TRUE(info.Load(GetFd(profile))); in TEST_F() 668 ASSERT_TRUE(info.Load(GetFd(profile))); in TEST_F() 721 ASSERT_TRUE(info.Load(GetFd(profile_file))); in TEST_F() 836 bootProfile.Load(profile.GetFilename(), /*for_boot_image*/ true); in TEST_F() [all …]
|
D | profile_assistant.cc | 42 if (!info.Load(reference_profile_file->Fd(), /*merge_classes=*/ true, filter_fn)) { in ProcessProfilesInternal() 59 if (!cur_info.Load(profile_files[i]->Fd(), /*merge_classes=*/ true, filter_fn)) { in ProcessProfilesInternal()
|
/art/tools/jvmti-agents/chain-agents/ |
D | chainagents.cc | 65 static jint Load(StartType start, in Load() function 106 jint new_res = Load(start, vm, reserved, lib_and_args, &err); in AgentStart()
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 86 if (!file_profile.Load(filename, false)) { in SaveProfilingInfo() 219 ASSERT_TRUE(info1.Load(GetFd(profile))); in TEST_F() 240 ASSERT_TRUE(info2.Load(GetFd(profile))); in TEST_F() 280 ASSERT_TRUE(info.Load(GetFd(profile))); in TEST_F()
|
/art/runtime/ |
D | plugin.h | 50 bool Load(/*out*/std::string* error_msg);
|
D | plugin.cc | 37 bool Plugin::Load(/*out*/std::string* error_msg) { in Load() function in art::Plugin
|
D | elf_file.h | 57 bool Load(File* file,
|
D | oat_file.cc | 150 virtual bool Load(const std::string& elf_filename, 157 virtual bool Load(int oat_fd, 208 if (!ret->Load(elf_filename, in OpenOatFile() 248 if (!ret->Load(oat_fd, in OpenOatFile() 1002 bool Load(const std::string& elf_filename, 1009 bool Load(int oat_fd ATTRIBUTE_UNUSED, in Load() function in art::DlOpenOatFile 1075 bool DlOpenOatFile::Load(const std::string& elf_filename, in Load() function in art::DlOpenOatFile 1397 bool Load(const std::string& elf_filename, 1404 bool Load(int oat_fd, 1450 bool ElfOatFile::Load(const std::string& elf_filename, in Load() function in art::ElfOatFile [all …]
|
/art/libnativeloader/ |
D | native_loader_namespace.h | 59 Result<void*> Load(const char* lib_name) const;
|
/art/test/595-profile-saving/ |
D | profile-saving.cc | 73 info.Load(std::string(filename_chars.c_str()), /*clear_if_invalid=*/ false); in Java_Main_isForBootImage()
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.h | 84 void Load(ManagedRegister dest, FrameOffset src, size_t size) override; 208 void Load(ArmManagedRegister dest, vixl32::Register base, int32_t offset, size_t size);
|
/art/tools/veridex/ |
D | veridex.cc | 158 if (!Load(str, boot_content[i++], &boot_dex_files, &error_msg)) { in Run() 169 if (!Load(str, app_content[i++], &app_dex_files, &error_msg)) { in Run() 289 static bool Load(const std::string& filename, in Load() function in art::Veridex
|
/art/runtime/ti/ |
D | agent.h | 55 std::unique_ptr<Agent> Load(/*out*/jint* call_res,
|