/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() 82 ASSERT_TRUE(loaded_info.Load(profile.GetFd(), dex_files2)); in TEST_F() 112 ASSERT_FALSE(loaded_info.Load(profile.GetFd(), dex_files2)); in TEST_F()
|
D | profile_compilation_info_test.cc | 162 ASSERT_EQ(should_succeed, loaded_info.Load(zip.GetFile()->GetPath(), false)); in TestProfileLoadFromZip() 220 ASSERT_TRUE(loaded_boot.Load(GetFd(boot_file))); in SizeStressTest() 221 ASSERT_TRUE(loaded_reg.Load(GetFd(reg_file))); in SizeStressTest() 300 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F() 315 ASSERT_TRUE(loaded_info2.Load(GetFd(profile))); in TEST_F() 353 ASSERT_FALSE(info2.Load(profile.GetFd())); in TEST_F() 388 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F() 401 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F() 411 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F() 420 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);
|
/art/test/912-classes/ |
D | expected-stdout.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/compiler/utils/ |
D | jni_macro_assembler.cc | 109 Load(dest, base, offs, sizeof(uint32_t)); in LoadGcRootWithoutReadBarrier() 124 Load(dest, offs, sizeof(uint32_t)); in LoadStackReference() 143 Load(previous_state_reg, jni_env_reg, previous_state_offset, kLRTSegmentStateSize); in LoadLocalReferenceTableStates() 144 Load(current_state_reg, jni_env_reg, current_state_offset, kLRTSegmentStateSize); in LoadLocalReferenceTableStates()
|
D | assembler_thumb_test.cc | 139 __ Load(method_register, FrameOffset(32), 4); in TEST_F() local 140 __ Load(method_register, FrameOffset(124), 4); in TEST_F() local 141 __ Load(method_register, FrameOffset(132), 4); in TEST_F() local 142 __ Load(method_register, FrameOffset(1020), 4); in TEST_F() local 143 __ Load(method_register, FrameOffset(1024), 4); in TEST_F() local 144 __ Load(scratch_register, FrameOffset(4092), 4); in TEST_F() local 145 __ Load(scratch_register, FrameOffset(4096), 4); in TEST_F() local
|
/art/test/2026-DifferentMemoryLSCouples/ |
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/2028-MultiBackward/ |
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/profman/ |
D | profile_assistant.cc | 38 if (!info.Load(reference_profile_file->Fd(), /*merge_classes=*/ true, filter_fn)) { in ProcessProfilesInternal() 55 if (!cur_info.Load(profile_files[i]->Fd(), /*merge_classes=*/ true, filter_fn)) { in ProcessProfilesInternal() 65 if (wrong_info.Load(profile_files[i]->Fd(), /*merge_classes=*/ true, filter_fn)) { in ProcessProfilesInternal()
|
D | profile_assistant_test.cc | 158 ASSERT_TRUE(file_info.Load(GetFd(file))); in CheckProfileInfo() 501 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F() 541 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F() 580 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F() 614 ASSERT_TRUE(file_info1.Load(GetFd(profile1))); in TEST_F() 618 ASSERT_TRUE(file_info2.Load(GetFd(profile2))); in TEST_F() 651 ASSERT_TRUE(file_info1.Load(GetFd(profile1))); in TEST_F() 655 ASSERT_TRUE(file_info2.Load(GetFd(profile2))); in TEST_F() 773 ASSERT_TRUE(info.Load(GetFd(profile))); in TEST_F() 783 ASSERT_TRUE(info.Load(GetFd(profile))); in TEST_F() [all …]
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.h | 70 void Load(ManagedRegister dest, FrameOffset src, size_t size) override; 71 void Load(ManagedRegister dest, ManagedRegister base, MemberOffset offs, size_t size) override; 156 void Load(ArmManagedRegister dest, vixl32::Register base, int32_t offset, size_t size);
|
/art/test/302-float-conversion/ |
D | info.txt | 5 The second test checks the Load hoisting optimization for float pointing conversion.
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 90 if (!file_profile.Load(filename, false)) { in SaveProfilingInfo() 197 ASSERT_TRUE(info1.Load(profile.GetFilename(), /*clear_if_invalid=*/false)); in TEST_F() 217 ASSERT_TRUE(info2.Load(profile.GetFilename(), /*clear_if_invalid=*/false)); in TEST_F() 257 ASSERT_TRUE(info.Load(profile.GetFilename(), /*clear_if_invalid=*/false)); in TEST_F()
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.h | 75 void Load(ManagedRegister dest, FrameOffset src, size_t size) override; 76 void Load(ManagedRegister dest, ManagedRegister base, MemberOffset offs, size_t size) override; 168 void Load(Arm64ManagedRegister dst, XRegister src, int32_t src_offset, size_t size);
|
/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/libnativeloader/ |
D | native_loader.cpp | 168 Result<void*> res = ns.value()->Load(path); in TryLoadNativeloaderExtraLib() 376 Result<void*> handle = ns.value().Load(path); in OpenNativeLibrary() 398 Result<void*> handle = ns->Load(path); in OpenNativeLibrary() 434 Result<void*> handle = isolated_ns.value()->Load(path); in OpenNativeLibrary() 520 Result<void*> handle = ns->Load(path); in OpenNativeLibraryInNamespace()
|
D | native_loader_namespace.h | 63 Result<void*> Load(const char* lib_name) const;
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.h | 67 void Load(ManagedRegister dest, FrameOffset src, size_t size) override; 68 void Load(ManagedRegister dest, ManagedRegister base, MemberOffset offs, size_t size) override;
|
/art/compiler/utils/riscv64/ |
D | jni_macro_assembler_riscv64.h | 68 void Load(ManagedRegister dest, FrameOffset offs, size_t size) override; 69 void Load(ManagedRegister dest, ManagedRegister base, MemberOffset offs, size_t size) override;
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.h | 68 void Load(ManagedRegister dest, FrameOffset src, size_t size) override; 69 void Load(ManagedRegister dest, ManagedRegister base, MemberOffset offs, size_t size) override;
|
/art/runtime/ |
D | plugin.h | 52 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
|
/art/runtime/arch/arm/ |
D | asm_support_arm.S | 271 LOAD_RUNTIME_INSTANCE \rTemp @ Load Runtime::Current into rTemp. 272 @ Load kSaveAllCalleeSaves Method* into rTemp. 337 LOAD_RUNTIME_INSTANCE \rTemp @ Load Runtime::Current into rTemp. 338 @ Load kSaveRefsOnly Method* into rTemp.
|