Searched refs:StoreStackPointerToThread32 (Results 1 - 9 of 9) sorted by relevance

/art/compiler/utils/
H A Dassembler.cc149 void Assembler::StoreStackPointerToThread32(ThreadOffset<4> thr_offs) { function in class:art::Assembler
H A Dassembler.h402 virtual void StoreStackPointerToThread32(ThreadOffset<4> thr_offs);
/art/compiler/jni/quick/
H A Djni_compiler.cc179 __ StoreStackPointerToThread32(Thread::TopOfManagedStackOffset<4>());
/art/compiler/utils/mips/
H A Dassembler_mips.h183 void StoreStackPointerToThread32(ThreadOffset<4> thr_offs) OVERRIDE;
H A Dassembler_mips.cc656 void MipsAssembler::StoreStackPointerToThread32(ThreadOffset<4> thr_offs) { function in class:art::mips::MipsAssembler
/art/compiler/utils/arm/
H A Dassembler_arm.cc610 void ArmAssembler::StoreStackPointerToThread32(ThreadOffset<4> thr_offs) {
H A Dassembler_arm.h639 void StoreStackPointerToThread32(ThreadOffset<4> thr_offs) OVERRIDE;
/art/compiler/utils/x86/
H A Dassembler_x86.h487 void StoreStackPointerToThread32(ThreadOffset<4> thr_offs) OVERRIDE;
H A Dassembler_x86.cc1511 void X86Assembler::StoreStackPointerToThread32(ThreadOffset<4> thr_offs) { function in class:art::x86::X86Assembler

Completed in 451 milliseconds