Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_thumb_test.cc245 __ Store(FrameOffset(32), method_register, 4); in TEST_F() local
246 __ Store(FrameOffset(124), method_register, 4); in TEST_F() local
247 __ Store(FrameOffset(132), method_register, 4); in TEST_F() local
248 __ Store(FrameOffset(1020), method_register, 4); in TEST_F() local
249 __ Store(FrameOffset(1024), method_register, 4); in TEST_F() local
250 __ Store(FrameOffset(4092), scratch_register, 4); in TEST_F() local
251 __ Store(FrameOffset(4096), scratch_register, 4); in TEST_F() local
282 __ Store(FrameOffset(2047), scratch_register, 4); in TEST_F() local
Dassembler.h111 template<typename T> void Store(size_t position, T value) { in Store() function
/art/compiler/jni/quick/
Djni_compiler.cc431 __ Store(saved_cookie_offset, main_jni_conv->IntReturnRegister(), 4 /* sizeof cookie */); in ArtJniCompileMethodInternal() local
549 __ Store(return_save_location, in ArtJniCompileMethodInternal() local
762 __ Store(out_off, in_reg, param_size); in CopyParameter() local
/art/libartbase/base/
Dmemory_region.h72 ALWAYS_INLINE void Store(uintptr_t offset, T value) const { in Store() function
/art/test/476-checker-ctor-fence-redun-elim/src/
DMain.java333 static class Store implements Test { class in TestNonEscaping
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc235 void ArmVIXLJNIMacroAssembler::Store(FrameOffset dest, ManagedRegister m_src, size_t size) { in Store() function in art::arm::ArmVIXLJNIMacroAssembler
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc144 void X86JNIMacroAssembler::Store(FrameOffset offs, ManagedRegister msrc, size_t size) { in Store() function in art::x86::X86JNIMacroAssembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc173 void X86_64JNIMacroAssembler::Store(FrameOffset offs, ManagedRegister msrc, size_t size) { in Store() function in art::x86_64::X86_64JNIMacroAssembler
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc134 void Arm64JNIMacroAssembler::Store(FrameOffset offs, ManagedRegister m_src, size_t size) { in Store() function in art::arm64::Arm64JNIMacroAssembler