| /art/compiler/jni/quick/ |
| D | jni_compiler.cc | 431 __ Load(out_reg, saved_cookie_offset, 4); in ArtJniCompileMethodInternal() local 469 __ Load(mr_conv->ReturnRegister(), return_save_location, mr_conv->SizeOfReturnValue()); in ArtJniCompileMethodInternal() local 565 __ Load(out_reg, in_off, param_size); in CopyParameter() local
|
| /art/runtime/ |
| D | memory_region.h | 55 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
|
| D | oat_file.cc | 589 bool DlOpenOatFile::Load(const std::string& elf_filename, in Load() function in art::DlOpenOatFile 863 bool ElfOatFile::Load(const std::string& elf_filename, in Load() function in art::ElfOatFile
|
| D | elf_file.cc | 1067 bool ElfFileImpl<ElfTypes>::Load(bool executable, bool low_4gb, std::string* error_msg) { in Load() function in art::ElfFileImpl 1778 bool ElfFile::Load(bool executable, bool low_4gb, std::string* error_msg) { in Load() function in art::ElfFile
|
| D | stack_map.h | 665 ALWAYS_INLINE int32_t Load(const MemoryRegion& region) const { in Load() function
|
| /art/compiler/utils/ |
| D | assembler.h | 104 template<typename T> T Load(size_t position) { in Load() function
|
| /art/runtime/jit/ |
| D | offline_profiling_info.cc | 459 bool ProfileCompilationInfo::Load(int fd) { in Load() function in art::ProfileCompilationInfo
|
| /art/compiler/utils/arm64/ |
| D | assembler_arm64.cc | 261 void Arm64Assembler::Load(Arm64ManagedRegister dest, XRegister base, in Load() function in art::arm64::Arm64Assembler 284 void Arm64Assembler::Load(ManagedRegister m_dst, FrameOffset src, size_t size) { in Load() function in art::arm64::Arm64Assembler
|
| /art/compiler/utils/arm/ |
| D | assembler_arm.cc | 598 void ArmAssembler::Load(ManagedRegister m_dst, FrameOffset src, size_t size) { in Load() function in art::arm::ArmAssembler
|
| /art/compiler/utils/x86/ |
| D | assembler_x86.cc | 2068 void X86Assembler::Load(ManagedRegister mdest, FrameOffset src, size_t size) { in Load() function in art::x86::X86Assembler
|
| /art/compiler/utils/mips64/ |
| D | assembler_mips64.cc | 2134 void Mips64Assembler::Load(ManagedRegister mdest, FrameOffset src, size_t size) { in Load() function in art::mips64::Mips64Assembler
|
| /art/compiler/utils/x86_64/ |
| D | assembler_x86_64.cc | 2819 void X86_64Assembler::Load(ManagedRegister mdest, FrameOffset src, size_t size) { in Load() function in art::x86_64::X86_64Assembler
|
| /art/compiler/utils/mips/ |
| D | assembler_mips.cc | 2605 void MipsAssembler::Load(ManagedRegister mdest, FrameOffset src, size_t size) { in Load() function in art::mips::MipsAssembler
|
| /art/compiler/optimizing/ |
| D | code_generator_arm64.cc | 1287 void CodeGeneratorARM64::Load(Primitive::Type type, in Load() function in art::arm64::CodeGeneratorARM64
|