Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Djni_macro_assembler_x86.h69 void StoreStackPointerToThread(ThreadOffset32 thr_offs) override;
Djni_macro_assembler_x86.cc175 void X86JNIMacroAssembler::StoreStackPointerToThread(ThreadOffset32 thr_offs) { in StoreStackPointerToThread() function in art::x86::X86JNIMacroAssembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.h70 void StoreStackPointerToThread(ThreadOffset64 thr_offs) override;
Djni_macro_assembler_x86_64.cc214 void X86_64JNIMacroAssembler::StoreStackPointerToThread(ThreadOffset64 thr_offs) { in StoreStackPointerToThread() function in art::x86_64::X86_64JNIMacroAssembler
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h76 void StoreStackPointerToThread(ThreadOffset32 thr_offs) override;
Djni_macro_assembler_arm_vixl.cc365 void ArmVIXLJNIMacroAssembler::StoreStackPointerToThread(ThreadOffset32 thr_offs) { in StoreStackPointerToThread() function in art::arm::ArmVIXLJNIMacroAssembler
/art/compiler/utils/
Djni_macro_assembler.h92 virtual void StoreStackPointerToThread(ThreadOffset<kPointerSize> thr_offs) = 0;
Dassembler_thumb_test.cc258 __ StoreStackPointerToThread(ThreadOffset32(512)); in TEST_F() local
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h76 void StoreStackPointerToThread(ThreadOffset64 thr_offs) override;
Djni_macro_assembler_arm64.cc176 void Arm64JNIMacroAssembler::StoreStackPointerToThread(ThreadOffset64 tr_offs) { in StoreStackPointerToThread() function in art::arm64::Arm64JNIMacroAssembler
/art/compiler/jni/quick/
Djni_compiler.cc298 __ StoreStackPointerToThread(Thread::TopOfManagedStackOffset<kPointerSize>()); in ArtJniCompileMethodInternal() local
/art/compiler/utils/mips64/
Dassembler_mips64.h1346 void StoreStackPointerToThread(ThreadOffset64 thr_offs) override;
Dassembler_mips64.cc3752 void Mips64Assembler::StoreStackPointerToThread(ThreadOffset64 thr_offs) { in StoreStackPointerToThread() function in art::mips64::Mips64Assembler
/art/compiler/utils/mips/
Dassembler_mips.h1256 void StoreStackPointerToThread(ThreadOffset32 thr_offs) override;
Dassembler_mips.cc4934 void MipsAssembler::StoreStackPointerToThread(ThreadOffset32 thr_offs) { in StoreStackPointerToThread() function in art::mips::MipsAssembler