Searched refs:StoreStackPointerToThread64 (Results 1 – 9 of 9) sorted by relevance
193 void Assembler::StoreStackPointerToThread64(ThreadOffset<8> thr_offs ATTRIBUTE_UNUSED) { in StoreStackPointerToThread64() function in art::Assembler
408 virtual void StoreStackPointerToThread64(ThreadOffset<8> thr_offs);
132 void StoreStackPointerToThread64(ThreadOffset<8> thr_offs) OVERRIDE;
184 void Arm64Assembler::StoreStackPointerToThread64(ThreadOffset<8> tr_offs) { in StoreStackPointerToThread64() function in art::arm64::Arm64Assembler
191 __ StoreStackPointerToThread64(Thread::TopOfManagedStackOffset<8>()); in ArtJniCompileMethodInternal() local
389 void StoreStackPointerToThread64(ThreadOffset<kMips64DoublewordSize> thr_offs) OVERRIDE;
2121 void Mips64Assembler::StoreStackPointerToThread64(ThreadOffset<kMips64DoublewordSize> thr_offs) { in StoreStackPointerToThread64() function in art::mips64::Mips64Assembler
730 void StoreStackPointerToThread64(ThreadOffset<8> thr_offs) OVERRIDE;
2810 void X86_64Assembler::StoreStackPointerToThread64(ThreadOffset<8> thr_offs) { in StoreStackPointerToThread64() function in art::x86_64::X86_64Assembler