Home
last modified time | relevance | path

Searched refs:Store (Results 1 – 25 of 27) sorted by relevance

12

/art/compiler/utils/
Dassembler_thumb_test.cc244 __ Store(FrameOffset(32), method_register, 4); in TEST_F() local
245 __ Store(FrameOffset(124), method_register, 4); in TEST_F() local
246 __ Store(FrameOffset(132), method_register, 4); in TEST_F() local
247 __ Store(FrameOffset(1020), method_register, 4); in TEST_F() local
248 __ Store(FrameOffset(1024), method_register, 4); in TEST_F() local
249 __ Store(FrameOffset(4092), scratch_register, 4); in TEST_F() local
250 __ Store(FrameOffset(4096), scratch_register, 4); in TEST_F() local
281 __ Store(FrameOffset(2047), scratch_register, 4); in TEST_F() local
Djni_macro_assembler.h82 virtual void Store(FrameOffset offs, ManagedRegister src, size_t size) = 0;
Dassembler.h112 template<typename T> void Store(size_t position, T value) { in Store() function
/art/runtime/
Dstack_map.h680 ALWAYS_INLINE void Store(Region region, int32_t value) const { in Store() function
815 encoding.GetDexPcEncoding().Store(region_, dex_pc); in SetDexPc()
827 encoding.GetNativePcEncoding().Store(region_, native_pc_offset.CompressedValue()); in SetNativePcCodeOffset()
835 encoding.GetDexRegisterMapEncoding().Store(region_, offset); in SetDexRegisterMapOffset()
843 encoding.GetInlineInfoEncoding().Store(region_, index); in SetInlineInfoIndex()
851 encoding.GetRegisterMaskIndexEncoding().Store(region_, mask); in SetRegisterMaskIndex()
859 encoding.GetStackMaskIndexEncoding().Store(region_, mask); in SetStackMaskIndex()
1002 encoding.GetMethodIndexIdxEncoding().Store(GetRegionAtDepth(encoding, depth), index); in SetMethodIndexIdxAtDepth()
1020 encoding.GetDexPcEncoding().Store(GetRegionAtDepth(encoding, depth), dex_pc); in SetDexPcAtDepth()
1031 encoding.GetExtraDataEncoding().Store(GetRegionAtDepth(encoding, depth), extra_data); in SetExtraDataAtDepth()
[all …]
Dmemory_region.h72 ALWAYS_INLINE void Store(uintptr_t offset, T value) const { in Store() function
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc124 void X86JNIMacroAssembler::Store(FrameOffset offs, ManagedRegister msrc, size_t size) { in Store() function in art::x86::X86JNIMacroAssembler
336 Store(fr_offs, scratch, 4); in CopyRawPtrFromThread()
354 Store(dest, scratch, 4); in Copy()
356 Store(FrameOffset(dest.Int32Value() + 4), scratch, 4); in Copy()
359 Store(dest, scratch, size); in Copy()
463 Store(out_off, scratch, 4); in CreateHandleScopeEntry()
Djni_macro_assembler_x86.h59 void Store(FrameOffset offs, ManagedRegister src, size_t size) OVERRIDE;
Dassembler_x86.cc2721 buffer_.Store<int32_t>(position, bound - (position + 4)); in Bind()
2736 buffer_.Store<int8_t>(position, offset); in Bind()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc155 void X86_64JNIMacroAssembler::Store(FrameOffset offs, ManagedRegister msrc, size_t size) { in Store() function in art::x86_64::X86_64JNIMacroAssembler
386 Store(fr_offs, scratch, 8); in CopyRawPtrFromThread()
405 Store(dest, scratch, 4); in Copy()
407 Store(FrameOffset(dest.Int32Value() + 4), scratch, 4); in Copy()
410 Store(dest, scratch, size); in Copy()
520 Store(out_off, scratch, 8); in CreateHandleScopeEntry()
Djni_macro_assembler_x86_64.h60 void Store(FrameOffset offs, ManagedRegister src, size_t size) OVERRIDE;
Dassembler_x86_64.cc3358 buffer_.Store<int32_t>(position, bound - (position + 4)); in Bind()
3373 buffer_.Store<int8_t>(position, offset); in Bind()
/art/test/476-checker-ctor-fence-redun-elim/src/
DMain.java333 static class Store implements Test { class in TestNonEscaping
793 TestNonEscaping.Store.class, in main()
/art/compiler/jni/quick/
Djni_compiler.cc430 __ Store(saved_cookie_offset, main_jni_conv->IntReturnRegister(), 4 /* sizeof cookie */); in ArtJniCompileMethodInternal() local
541 __ Store(return_save_location, in ArtJniCompileMethodInternal() local
748 __ Store(out_off, in_reg, param_size); in CopyParameter() local
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h66 void Store(FrameOffset offs, ManagedRegister src, size_t size) OVERRIDE;
Djni_macro_assembler_arm_vixl.cc204 void ArmVIXLJNIMacroAssembler::Store(FrameOffset dest, ManagedRegister m_src, size_t size) { in Store() function in art::arm::ArmVIXLJNIMacroAssembler
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h69 void Store(FrameOffset offs, ManagedRegister src, size_t size) OVERRIDE;
Djni_macro_assembler_arm64.cc126 void Arm64JNIMacroAssembler::Store(FrameOffset offs, ManagedRegister m_src, size_t size) { in Store() function in art::arm64::Arm64JNIMacroAssembler
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S155 str r0, [sp, #0] @ Store ArtMethod* to bottom of stack.
639 strd r0, [r10] @ Store r0/r1 into result pointer
642 vstr d0, [r10] @ Store s0-s1/d0 into result pointer
650 str lr, [sp, r10] @ Store link register per the compiler ABI
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S653 sw $zero, 0($sp) # Store null for ArtMethod* at bottom of frame
709 sw $ra, 0($t0) # Store RA per the compiler ABI
1789 # Store the class pointer in the header. This also overwrites the first pointer. The offsets are
1915 sw $a2, THREAD_LOCAL_POS_OFFSET(rSELF) # Store new thread_local_pos.
1920 sw $a0, MIRROR_OBJECT_CLASS_OFFSET($v0) # Store the class pointer.
1922 sw $a1, MIRROR_ARRAY_LENGTH_OFFSET($v0) # Store the array length.
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S676 sd $zero, 0($sp) # Store null for ArtMethod* at bottom of frame
1713 # Store the class pointer in the header. This also overwrites the first pointer. The offsets are
1841 sd $a2, THREAD_LOCAL_POS_OFFSET(rSELF) # Store new thread_local_pos.
1846 sw $a0, MIRROR_OBJECT_CLASS_OFFSET($v0) # Store the class pointer.
1847 sw $a1, MIRROR_ARRAY_LENGTH_OFFSET($v0) # Store the array length.
/art/compiler/optimizing/
Dcode_generator_arm64.h507 void Store(DataType::Type type,
Dcode_generator_arm64.cc1980 void CodeGeneratorARM64::Store(DataType::Type type, in Store() function in art::arm64::CodeGeneratorARM64
2348 codegen_->Store(field_type, source, HeapOperand(obj, offset)); in HandleFieldSet()
2941 codegen_->Store(value_type, value, destination); in VisitArraySet()
/art/compiler/utils/mips/
Dassembler_mips.cc246 buffer_.Store<uint32_t>(overwrite_location_, value); in Emit()
960 buffer_.Store<uint32_t>(pos1, instr2); in Jalr()
961 buffer_.Store<uint32_t>(pos2, instr1); in Jalr()
4343 buffer_.Store<uint32_t>(pos1, instr2); in ExchangeWithSlt()
4344 buffer_.Store<uint32_t>(pos2, instr1); in ExchangeWithSlt()
4860 void MipsAssembler::Store(FrameOffset dest, ManagedRegister msrc, size_t size) { in Store() function in art::mips::MipsAssembler
Dassembler_mips.h1241 void Store(FrameOffset offs, ManagedRegister msrc, size_t size) OVERRIDE;
/art/compiler/utils/mips64/
Dassembler_mips64.cc90 buffer_.Store<uint32_t>(overwrite_location_, value); in Emit()
3679 void Mips64Assembler::Store(FrameOffset dest, ManagedRegister msrc, size_t size) { in Store() function in art::mips64::Mips64Assembler

12