Home
last modified time | relevance | path

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

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