Home
last modified time | relevance | path

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

12

/art/test/912-classes/
Dexpected.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/runtime/arch/arm/
Dasm_support_arm.S47 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_.
/art/runtime/
Dplugin.cc35 Load(&err); in Plugin()
39 bool Plugin::Load(/*out*/std::string* error_msg) { in Load() function in art::Plugin
Dstack_map.h674 ALWAYS_INLINE int32_t Load(const Region& region) const { in Load() function
682 DCHECK_EQ(Load(region), value); in Store()
807 return encoding.GetDexPcEncoding().Load(region_); in GetDexPc()
817 CodeOffset::FromCompressedOffset(encoding.GetNativePcEncoding().Load(region_))); in GetNativePcOffset()
827 return encoding.GetDexRegisterMapEncoding().Load(region_); in GetDexRegisterMapOffset()
835 return encoding.GetInlineInfoEncoding().Load(region_); in GetInlineInfoIndex()
843 return encoding.GetRegisterMaskIndexEncoding().Load(region_); in GetRegisterMaskIndex()
851 return encoding.GetStackMaskIndexEncoding().Load(region_); in GetStackMaskIndex()
992 return encoding.GetMethodIndexIdxEncoding().Load(GetRegionAtDepth(encoding, depth)); in GetMethodIndexIdxAtDepth()
1010 return encoding.GetDexPcEncoding().Load(GetRegionAtDepth(encoding, depth)); in GetDexPcAtDepth()
[all …]
Dplugin.h49 bool Load(/*out*/std::string* error_msg);
Delf_file.h56 bool Load(File* file, bool executable, bool low_4gb, std::string* error_msg);
Doat_file.cc118 virtual bool Load(const std::string& elf_filename,
170 if (!ret->Load(elf_filename, in OpenOatFile()
712 bool Load(const std::string& elf_filename,
775 bool DlOpenOatFile::Load(const std::string& elf_filename, in Load() function in art::DlOpenOatFile
973 bool Load(const std::string& elf_filename,
1052 bool ElfOatFile::Load(const std::string& elf_filename, in Load() function in art::ElfOatFile
1090 bool loaded = elf_file_->Load(file, executable, low_4gb, error_msg); in ElfFileOpen()
Delf_file_impl.h122 bool Load(File* file, bool executable, bool low_4gb, std::string* error_msg);
/art/runtime/jit/
Dprofile_compilation_info_test.cc114 if (!file_profile.Load(filename, false)) { in SaveProfilingInfo()
302 ASSERT_TRUE(info1.Load(GetFd(profile))); in TEST_F()
319 ASSERT_TRUE(info2.Load(GetFd(profile))); in TEST_F()
349 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F()
365 ASSERT_TRUE(loaded_info2.Load(GetFd(profile))); in TEST_F()
411 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F()
425 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F()
436 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); in TEST_F()
446 ASSERT_FALSE(loaded_info.Load(GetFd(profile))); in TEST_F()
460 ASSERT_FALSE(loaded_info.Load(GetFd(profile))); in TEST_F()
[all …]
/art/compiler/utils/
Dassembler_thumb_test.cc245 __ Load(method_register, FrameOffset(32), 4); in TEST_F() local
246 __ Load(method_register, FrameOffset(124), 4); in TEST_F() local
247 __ Load(method_register, FrameOffset(132), 4); in TEST_F() local
248 __ Load(method_register, FrameOffset(1020), 4); in TEST_F() local
249 __ Load(method_register, FrameOffset(1024), 4); in TEST_F() local
250 __ Load(scratch_register, FrameOffset(4092), 4); in TEST_F() local
251 __ Load(scratch_register, FrameOffset(4096), 4); in TEST_F() local
/art/test/302-float-conversion/
Dinfo.txt5 The second test checks the Load hoisting optimization for float pointing conversion.
/art/profman/
Dprofile_assistant.cc39 if (!info.Load(reference_profile_file->Fd())) { in ProcessProfilesInternal()
51 if (!cur_info.Load(profile_files[i]->Fd())) { in ProcessProfilesInternal()
Dprofile_assistant_test.cc160 ASSERT_TRUE(file_info.Load(GetFd(file))); in CheckProfileInfo()
408 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
439 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
480 ASSERT_TRUE(result.Load(reference_profile_fd)); in TEST_F()
516 ASSERT_TRUE(file_info1.Load(GetFd(profile1))); in TEST_F()
521 ASSERT_TRUE(file_info2.Load(GetFd(profile2))); in TEST_F()
630 ASSERT_TRUE(info.Load(GetFd(profile))); in TEST_F()
641 ASSERT_TRUE(info.Load(GetFd(profile))); in TEST_F()
681 ASSERT_TRUE(info.Load(GetFd(profile_file))); in TEST_F()
866 ASSERT_TRUE(info.Load(GetFd(profile_file))); in TEST_F()
[all …]
/art/runtime/ti/
Dagent.h66 LoadError Load(/*out*/jint* call_res, /*out*/std::string* error_msg) { in Load() function
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h81 void Load(ManagedRegister dest, FrameOffset src, size_t size) OVERRIDE;
202 void Load(ArmManagedRegister dest, vixl32::Register base, int32_t offset, size_t size);
Djni_macro_assembler_arm_vixl.cc280 void ArmVIXLJNIMacroAssembler::Load(ManagedRegister m_dst, FrameOffset src, size_t size) { in Load() function in art::arm::ArmVIXLJNIMacroAssembler
281 return Load(m_dst.AsArm(), sp, src.Int32Value(), size); in Load()
287 return Load(m_dst.AsArm(), tr, src.Int32Value(), size); in LoadFromThread()
673 void ArmVIXLJNIMacroAssembler::Load(ArmManagedRegister in Load() function in art::arm::ArmVIXLJNIMacroAssembler
/art/dexlayout/
Ddexlayout_main.cc181 if (!profile_info->Load(profile_fd)) { in DexlayoutDriver()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h80 void Load(ManagedRegister dest, FrameOffset src, size_t size) OVERRIDE;
214 void Load(Arm64ManagedRegister dst, XRegister src, int32_t src_offset, size_t size);
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc186 void X86JNIMacroAssembler::Load(ManagedRegister mdest, FrameOffset src, size_t size) { in Load() function in art::x86::X86JNIMacroAssembler
343 Load(scratch, fr_offs, 4); in CopyRawPtrToThread()
352 Load(scratch, src, 4); in Copy()
354 Load(scratch, FrameOffset(src.Int32Value() + 4), 4); in Copy()
357 Load(scratch, src, size); in Copy()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1660 lwu $t1, MIRROR_CLASS_OBJECT_SIZE_ALLOC_FAST_PATH_OFFSET($a0) # Load object size (t1).
1676 ld $t2, (THREAD_ROSALLOC_RUNS_OFFSET - __SIZEOF_POINTER__)($t2) # Load rosalloc run (t2).
1678 # Load the free list head (v0).
1683 # Load the next pointer of the head and update the list head with the next pointer.
1738 ld $v0, THREAD_LOCAL_POS_OFFSET(rSELF) # Load thread_local_pos.
1739 ld $a2, THREAD_LOCAL_END_OFFSET(rSELF) # Load thread_local_end.
1740 lwu $t0, MIRROR_CLASS_OBJECT_SIZE_ALLOC_FAST_PATH_OFFSET($a0) # Load the object size.
1850 lwu $a3, MIRROR_CLASS_COMPONENT_TYPE_OFFSET($a0) # Load component type.
1996 ld $t1, 0($sp) # Load referrer.
1997 ld $t1, ART_METHOD_DEX_CACHE_METHODS_OFFSET_64($t1) # Load dex cache methods array.
[all …]
/art/test/475-regression-inliner-ids/smali/
DTestCase.smali22 # The bug is triggered when inlining a method with few Load/StoreLocals but
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc225 void X86_64JNIMacroAssembler::Load(ManagedRegister mdest, FrameOffset src, size_t size) { in Load() function in art::x86_64::X86_64JNIMacroAssembler
393 Load(scratch, fr_offs, 8); in CopyRawPtrToThread()
403 Load(scratch, src, 4); in Copy()
405 Load(scratch, FrameOffset(src.Int32Value() + 4), 4); in Copy()
408 Load(scratch, src, size); in Copy()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1711 lw $t1, MIRROR_CLASS_OBJECT_SIZE_ALLOC_FAST_PATH_OFFSET($a0) # Load object size (t1).
1727 lw $t2, (THREAD_ROSALLOC_RUNS_OFFSET - __SIZEOF_POINTER__)($t2) # Load rosalloc run (t2).
1729 # Load the free list head (v0).
1735 # Load the next pointer of the head and update the list head with the next pointer.
1793 lw $v0, THREAD_LOCAL_POS_OFFSET(rSELF) # Load thread_local_pos.
1794 lw $a2, THREAD_LOCAL_END_OFFSET(rSELF) # Load thread_local_end.
1796 lw $t0, MIRROR_CLASS_OBJECT_SIZE_ALLOC_FAST_PATH_OFFSET($a0) # Load the object size.
1906 lw $a3, MIRROR_CLASS_COMPONENT_TYPE_OFFSET($a0) # Load component type.
2073 lw $t8, 0($sp) # Load referrer.
2074 lw $t8, ART_METHOD_DEX_CACHE_METHODS_OFFSET_32($t8) # Load dex cache methods array.
[all …]
/art/compiler/
Delf_writer_test.cc97 CHECK(ef->Load(file.get(), false, /*low_4gb*/false, &error_msg)) << error_msg; in TEST_F()
/art/compiler/jni/quick/
Djni_compiler.cc601 __ Load(out_reg, saved_cookie_offset, 4); in ArtJniCompileMethodInternal() local
631 __ Load(mr_conv->ReturnRegister(), return_save_location, mr_conv->SizeOfReturnValue()); in ArtJniCompileMethodInternal() local
733 __ Load(out_reg, in_off, param_size); in CopyParameter() local

12