Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.cc193 void Assembler::StoreStackPointerToThread64(ThreadOffset<8> thr_offs ATTRIBUTE_UNUSED) { in StoreStackPointerToThread64() function in art::Assembler
/art/compiler/jni/quick/
Djni_compiler.cc191 __ StoreStackPointerToThread64(Thread::TopOfManagedStackOffset<8>()); in ArtJniCompileMethodInternal() local
/art/compiler/utils/arm64/
Dassembler_arm64.cc184 void Arm64Assembler::StoreStackPointerToThread64(ThreadOffset<8> tr_offs) { in StoreStackPointerToThread64() function in art::arm64::Arm64Assembler
/art/compiler/utils/mips64/
Dassembler_mips64.cc2121 void Mips64Assembler::StoreStackPointerToThread64(ThreadOffset<kMips64DoublewordSize> thr_offs) { in StoreStackPointerToThread64() function in art::mips64::Mips64Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2810 void X86_64Assembler::StoreStackPointerToThread64(ThreadOffset<8> thr_offs) { in StoreStackPointerToThread64() function in art::x86_64::X86_64Assembler