Home
last modified time | relevance | path

Searched refs:StoreStackPointerToThread (Results 1 – 11 of 11) sorted by relevance

/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.h65 void StoreStackPointerToThread(ThreadOffset64 thr_offs, bool tag_sp) override;
Djni_macro_assembler_x86_64.cc204 void X86_64JNIMacroAssembler::StoreStackPointerToThread(ThreadOffset64 thr_offs, bool tag_sp) { in StoreStackPointerToThread() function in art::x86_64::X86_64JNIMacroAssembler
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h67 void StoreStackPointerToThread(ThreadOffset32 thr_offs, bool tag_sp) override;
Djni_macro_assembler_arm_vixl.cc336 void ArmVIXLJNIMacroAssembler::StoreStackPointerToThread(ThreadOffset32 thr_offs, bool tag_sp) { in StoreStackPointerToThread() function in art::arm::ArmVIXLJNIMacroAssembler
/art/compiler/utils/x86/
Djni_macro_assembler_x86.h64 void StoreStackPointerToThread(ThreadOffset32 thr_offs, bool tag_sp) override;
Djni_macro_assembler_x86.cc175 void X86JNIMacroAssembler::StoreStackPointerToThread(ThreadOffset32 thr_offs, bool tag_sp) { in StoreStackPointerToThread() function in art::x86::X86JNIMacroAssembler
/art/compiler/utils/
Dassembler_thumb_test.cc157 __ StoreStackPointerToThread(ThreadOffset32(512), false); in TEST_F() local
158 __ StoreStackPointerToThread(ThreadOffset32(512), true); in TEST_F() local
Djni_macro_assembler.h127 virtual void StoreStackPointerToThread(ThreadOffset<kPointerSize> thr_offs, bool tag_sp) = 0;
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h72 void StoreStackPointerToThread(ThreadOffset64 thr_offs, bool tag_sp) override;
Djni_macro_assembler_arm64.cc201 void Arm64JNIMacroAssembler::StoreStackPointerToThread(ThreadOffset64 tr_offs, bool tag_sp) { in StoreStackPointerToThread() function in art::arm64::Arm64JNIMacroAssembler
/art/compiler/jni/quick/
Djni_compiler.cc248 __ StoreStackPointerToThread(Thread::TopOfManagedStackOffset<kPointerSize>(), should_tag_sp); in ArtJniCompileMethodInternal() local
692 __ StoreStackPointerToThread(Thread::TopOfManagedStackOffset<kPointerSize>(), should_tag_sp); in ArtJniCompileMethodInternal() local