Home
last modified time | relevance | path

Searched defs:Store (Results 1 – 15 of 15) sorted by relevance

/aosp12/art/compiler/utils/
H A Dassembler_thumb_test.cc129 __ Store(mr_conv->CurrentParamStackOffset(), mr_conv->CurrentParamRegister(), size); in TEST_F() local
147 __ Store(FrameOffset(32), method_register, 4); in TEST_F() local
148 __ Store(FrameOffset(124), method_register, 4); in TEST_F() local
149 __ Store(FrameOffset(132), method_register, 4); in TEST_F() local
150 __ Store(FrameOffset(1020), method_register, 4); in TEST_F() local
151 __ Store(FrameOffset(1024), method_register, 4); in TEST_F() local
152 __ Store(FrameOffset(4092), scratch_register, 4); in TEST_F() local
153 __ Store(FrameOffset(4096), scratch_register, 4); in TEST_F() local
184 __ Store(FrameOffset(2047), scratch_register, 4); in TEST_F() local
H A Dassembler.h111 template<typename T> void Store(size_t position, T value) { in Store() function
/aosp12/art/compiler/jni/quick/
H A Djni_compiler.cc239 __ Store(mr_conv->CurrentParamStackOffset(), mr_conv->CurrentParamRegister(), size); in ArtJniCompileMethodInternal() local
470 __ Store(return_save_location, in ArtJniCompileMethodInternal() local
521 __ Store(out_off, saved_cookie_register, cookie_size); in ArtJniCompileMethodInternal() local
747 __ Store(out_off, in_reg, param_size); in CopyParameter() local
/aosp12/system/nvram/hal/
H A Dmemory_storage.cpp42 Status Store(const Blob& blob) { in Store() function in nvram::storage::__anond3d24a940110::StorageSlot
/aosp12/art/libartbase/base/
H A Dmemory_region.h72 ALWAYS_INLINE void Store(uintptr_t offset, T value) const { in Store() function
/aosp12/system/nvram/core/tests/
H A Dfake_storage.cpp44 Status Store(const Blob& blob) { in Store() function in nvram::storage::__anon4a526d080110::StorageSlot
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h160 typedef Codec2Client Store; typedef
/aosp12/build/soong/third_party/zip/
H A Dstruct.go30 Store uint16 = 0 const
/aosp12/art/test/476-checker-ctor-fence-redun-elim/src/
H A DMain.java333 static class Store implements Test { class in TestNonEscaping
/aosp12/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc134 void X86JNIMacroAssembler::Store(FrameOffset offs, ManagedRegister msrc, size_t size) { in Store() function in art::x86::X86JNIMacroAssembler
/aosp12/art/compiler/utils/x86_64/
H A Djni_macro_assembler_x86_64.cc154 void X86_64JNIMacroAssembler::Store(FrameOffset offs, ManagedRegister msrc, size_t size) { in Store() function in art::x86_64::X86_64JNIMacroAssembler
/aosp12/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp1090 llvm::StoreInst *Store = Builder.CreateStore(RetVal, OutPtr); in ExpandForEach() local
/aosp12/art/compiler/utils/arm/
H A Djni_macro_assembler_arm_vixl.cc270 void ArmVIXLJNIMacroAssembler::Store(FrameOffset dest, ManagedRegister m_src, size_t size) { in Store() function in art::arm::ArmVIXLJNIMacroAssembler
/aosp12/art/compiler/utils/arm64/
H A Djni_macro_assembler_arm64.cc134 void Arm64JNIMacroAssembler::Store(FrameOffset offs, ManagedRegister m_src, size_t size) { in Store() function in art::arm64::Arm64JNIMacroAssembler
/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm64.cc1698 void CodeGeneratorARM64::Store(DataType::Type type, in Store() function in art::arm64::CodeGeneratorARM64