Home
last modified time | relevance | path

Searched refs:Load (Results 1 – 25 of 60) sorted by relevance

123

/art/libprofile/profile/
Dprofile_boot_info_test.cc42 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()
Dprofile_compilation_info_test.cc156 ASSERT_EQ(should_succeed, loaded_info.Load(zip.GetFile()->GetPath(), false)); in TestProfileLoadFromZip()
214 ASSERT_TRUE(loaded_boot.Load(GetFd(boot_file))); in SizeStressTest()
215 ASSERT_TRUE(loaded_reg.Load(GetFd(reg_file))); in SizeStressTest()
294 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F()
309 ASSERT_TRUE(loaded_info2.Load(GetFd(profile))); in TEST_F()
347 ASSERT_FALSE(info2.Load(profile.GetFd())); in TEST_F()
376 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F()
389 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F()
399 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F()
408 ASSERT_FALSE(loaded_info.Load(GetFd(profile))); in TEST_F()
[all …]
Dprofile_boot_info.h48 bool Load(int fd, const std::vector<const DexFile*>& dex_files);
Dprofile_boot_info.cc62 bool ProfileBootInfo::Load(int fd, const std::vector<const DexFile*>& dex_files) { in Load() function in art::ProfileBootInfo
/art/test/912-classes/
Dexpected-stdout.txt62 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/
Dassembler_thumb_test.cc136 __ Load(method_register, FrameOffset(32), 4); in TEST_F() local
137 __ Load(method_register, FrameOffset(124), 4); in TEST_F() local
138 __ Load(method_register, FrameOffset(132), 4); in TEST_F() local
139 __ Load(method_register, FrameOffset(1020), 4); in TEST_F() local
140 __ Load(method_register, FrameOffset(1024), 4); in TEST_F() local
141 __ Load(scratch_register, FrameOffset(4092), 4); in TEST_F() local
142 __ Load(scratch_register, FrameOffset(4096), 4); in TEST_F() local
/art/runtime/arch/arm/
Dasm_support_arm.S75 ldr \rDest, .Lruntime_instance_\name\()_\num @ Load GOT_PREL offset of Runtime::instance_.
78 ldr \rDest, [\rDest] @ Load address of Runtime::instance_.
79 ldr \rDest, [\rDest] @ Load Runtime::instance_.
313 RUNTIME_CURRENT1 \rTemp @ Load Runtime::Current into rTemp.
314 @ Load kSaveAllCalleeSaves Method* into rTemp.
383 RUNTIME_CURRENT2 \rTemp @ Load Runtime::Current into rTemp.
384 @ Load kSaveRefsOnly Method* into rTemp.
/art/test/2025-ChangedArrayValue/
Dinfo.txt1 Tests are written for Load Hoist Store Sink pass
/art/test/2026-DifferentMemoryLSCouples/
Dinfo.txt1 Tests are written for Load Hoist Store Sink pass
/art/test/2027-TwiceTheSameMemoryCouple/
Dinfo.txt1 Tests are written for Load Hoist Store Sink pass
/art/test/2028-MultiBackward/
Dinfo.txt1 Tests are written for Load Hoist Store Sink pass
/art/test/595-profile-saving/
Dprofile-saving.cc58 bool result = info.Load(std::string(filename_chars.c_str()), /*clear_if_invalid=*/ false); in Java_Main_isForBootImage()
75 if (!info.Load(filename_chars.c_str(), /*clear_if_invalid=*/false)) { in Java_Main_presentInProfile()
/art/profman/
Dprofile_assistant.cc40 if (!info.Load(reference_profile_file->Fd(), /*merge_classes=*/ true, filter_fn)) { in ProcessProfilesInternal()
57 if (!cur_info.Load(profile_files[i]->Fd(), /*merge_classes=*/ true, filter_fn)) { in ProcessProfilesInternal()
67 if (wrong_info.Load(profile_files[i]->Fd(), /*merge_classes=*/ true, filter_fn)) { in ProcessProfilesInternal()
Dprofile_assistant_test.cc156 ASSERT_TRUE(file_info.Load(GetFd(file))); in CheckProfileInfo()
493 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
534 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
574 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
608 ASSERT_TRUE(file_info1.Load(GetFd(profile1))); in TEST_F()
612 ASSERT_TRUE(file_info2.Load(GetFd(profile2))); in TEST_F()
645 ASSERT_TRUE(file_info1.Load(GetFd(profile1))); in TEST_F()
649 ASSERT_TRUE(file_info2.Load(GetFd(profile2))); in TEST_F()
793 ASSERT_TRUE(info.Load(GetFd(profile))); in TEST_F()
803 ASSERT_TRUE(info.Load(GetFd(profile))); in TEST_F()
[all …]
/art/test/302-float-conversion/
Dinfo.txt5 The second test checks the Load hoisting optimization for float pointing conversion.
/art/runtime/jit/
Dprofiling_info_test.cc87 if (!file_profile.Load(filename, false)) { in SaveProfilingInfo()
191 ASSERT_TRUE(info1.Load(GetFd(profile))); in TEST_F()
211 ASSERT_TRUE(info2.Load(GetFd(profile))); in TEST_F()
251 ASSERT_TRUE(info.Load(GetFd(profile))); in TEST_F()
/art/tools/jvmti-agents/chain-agents/
Dchainagents.cc65 static jint Load(StartType start, in Load() function
106 jint new_res = Load(start, vm, reserved, lib_and_args, &err); in AgentStart()
/art/runtime/
Dplugin.h50 bool Load(/*out*/std::string* error_msg);
Dplugin.cc37 bool Plugin::Load(/*out*/std::string* error_msg) { in Load() function in art::Plugin
Delf_file.h57 bool Load(File* file,
/art/libnativeloader/
Dnative_loader_namespace.h63 Result<void*> Load(const char* lib_name) const;
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h78 void Load(ManagedRegister dest, FrameOffset src, size_t size) override;
200 void Load(ArmManagedRegister dest, vixl32::Register base, int32_t offset, size_t size);
/art/tools/veridex/
Dveridex.cc158 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/compiler/jni/quick/
Djni_compiler.cc407 __ Load(out_reg, method_offset, static_cast<size_t>(kPointerSize)); in ArtJniCompileMethodInternal() local
540 __ Load(out_reg, method_offset, static_cast<size_t>(kPointerSize)); in ArtJniCompileMethodInternal() local
568 __ Load(mr_conv->ReturnRegister(), return_save_location, mr_conv->SizeOfReturnValue()); in ArtJniCompileMethodInternal() local
638 __ Load(method_register, in ArtJniCompileMethodInternal() local
731 __ Load(out_reg, in_off, param_size); in CopyParameter() local
/art/runtime/ti/
Dagent.h55 std::unique_ptr<Agent> Load(/*out*/jint* call_res,

123