Searched defs:StoreStackPointerToThread32 (Results 1 – 5 of 5) sorted by relevance
158 void Assembler::StoreStackPointerToThread32(ThreadOffset<4> thr_offs ATTRIBUTE_UNUSED) { in StoreStackPointerToThread32() function in art::Assembler
185 __ StoreStackPointerToThread32(Thread::TopOfManagedStackOffset<4>()); in ArtJniCompileMethodInternal() local
638 void ArmAssembler::StoreStackPointerToThread32(ThreadOffset<4> thr_offs) { in StoreStackPointerToThread32() function in art::arm::ArmAssembler
672 void MipsAssembler::StoreStackPointerToThread32(ThreadOffset<4> thr_offs) { in StoreStackPointerToThread32() function in art::mips::MipsAssembler
1843 void X86Assembler::StoreStackPointerToThread32(ThreadOffset<4> thr_offs) { in StoreStackPointerToThread32() function in art::x86::X86Assembler