Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.cc153 void Assembler::StoreStackPointerToThread64(ThreadOffset<8> thr_offs) { in StoreStackPointerToThread64() function in art::Assembler
Dassembler.h403 virtual void StoreStackPointerToThread64(ThreadOffset<8> thr_offs);
/art/compiler/utils/arm64/
Dassembler_arm64.h122 void StoreStackPointerToThread64(ThreadOffset<8> thr_offs) OVERRIDE;
Dassembler_arm64.cc179 void Arm64Assembler::StoreStackPointerToThread64(ThreadOffset<8> tr_offs) { in StoreStackPointerToThread64() function in art::arm64::Arm64Assembler
/art/compiler/jni/quick/
Djni_compiler.cc175 __ StoreStackPointerToThread64(Thread::TopOfManagedStackOffset<8>()); in ArtJniCompileMethodInternal() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.h529 void StoreStackPointerToThread64(ThreadOffset<8> thr_offs) OVERRIDE;
Dassembler_x86_64.cc1870 void X86_64Assembler::StoreStackPointerToThread64(ThreadOffset<8> thr_offs) { in StoreStackPointerToThread64() function in art::x86_64::X86_64Assembler