Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.cc162 void Assembler::StoreStackPointerToThread64(ThreadOffset<8> thr_offs ATTRIBUTE_UNUSED) { in StoreStackPointerToThread64() function in art::Assembler
Dassembler.h426 virtual void StoreStackPointerToThread64(ThreadOffset<8> thr_offs);
/art/compiler/utils/arm64/
Dassembler_arm64.h109 void StoreStackPointerToThread64(ThreadOffset<8> thr_offs) OVERRIDE;
Dassembler_arm64.cc182 void Arm64Assembler::StoreStackPointerToThread64(ThreadOffset<8> tr_offs) { in StoreStackPointerToThread64() function in art::arm64::Arm64Assembler
/art/compiler/jni/quick/
Djni_compiler.cc183 __ StoreStackPointerToThread64(Thread::TopOfManagedStackOffset<8>()); in ArtJniCompileMethodInternal() local
/art/compiler/utils/mips64/
Dassembler_mips64.h255 void StoreStackPointerToThread64(ThreadOffset<8> thr_offs) OVERRIDE;
Dassembler_mips64.cc1217 void Mips64Assembler::StoreStackPointerToThread64(ThreadOffset<8> thr_offs) { in StoreStackPointerToThread64() function in art::mips64::Mips64Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h659 void StoreStackPointerToThread64(ThreadOffset<8> thr_offs) OVERRIDE;
Dassembler_x86_64.cc2526 void X86_64Assembler::StoreStackPointerToThread64(ThreadOffset<8> thr_offs) { in StoreStackPointerToThread64() function in art::x86_64::X86_64Assembler