Home
last modified time | relevance | path

Searched defs:StoreStackPointerToThread32 (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/
Dassembler.cc158 void Assembler::StoreStackPointerToThread32(ThreadOffset<4> thr_offs ATTRIBUTE_UNUSED) { in StoreStackPointerToThread32() function in art::Assembler
/art/compiler/jni/quick/
Djni_compiler.cc185 __ StoreStackPointerToThread32(Thread::TopOfManagedStackOffset<4>()); in ArtJniCompileMethodInternal() local
/art/compiler/utils/arm/
Dassembler_arm.cc638 void ArmAssembler::StoreStackPointerToThread32(ThreadOffset<4> thr_offs) { in StoreStackPointerToThread32() function in art::arm::ArmAssembler
/art/compiler/utils/mips/
Dassembler_mips.cc672 void MipsAssembler::StoreStackPointerToThread32(ThreadOffset<4> thr_offs) { in StoreStackPointerToThread32() function in art::mips::MipsAssembler
/art/compiler/utils/x86/
Dassembler_x86.cc1843 void X86Assembler::StoreStackPointerToThread32(ThreadOffset<4> thr_offs) { in StoreStackPointerToThread32() function in art::x86::X86Assembler