Searched refs:StoreStackPointerToThread64 (Results 1 – 9 of 9) sorted by relevance
162 void Assembler::StoreStackPointerToThread64(ThreadOffset<8> thr_offs ATTRIBUTE_UNUSED) { in StoreStackPointerToThread64() function in art::Assembler
426 virtual void StoreStackPointerToThread64(ThreadOffset<8> thr_offs);
109 void StoreStackPointerToThread64(ThreadOffset<8> thr_offs) OVERRIDE;
182 void Arm64Assembler::StoreStackPointerToThread64(ThreadOffset<8> tr_offs) { in StoreStackPointerToThread64() function in art::arm64::Arm64Assembler
183 __ StoreStackPointerToThread64(Thread::TopOfManagedStackOffset<8>()); in ArtJniCompileMethodInternal() local
255 void StoreStackPointerToThread64(ThreadOffset<8> thr_offs) OVERRIDE;
1217 void Mips64Assembler::StoreStackPointerToThread64(ThreadOffset<8> thr_offs) { in StoreStackPointerToThread64() function in art::mips64::Mips64Assembler
659 void StoreStackPointerToThread64(ThreadOffset<8> thr_offs) OVERRIDE;
2526 void X86_64Assembler::StoreStackPointerToThread64(ThreadOffset<8> thr_offs) { in StoreStackPointerToThread64() function in art::x86_64::X86_64Assembler