Home
last modified time | relevance | path

Searched defs:StoreStackPointerToThread (Results 1 – 8 of 8) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test.cc258 __ StoreStackPointerToThread(ThreadOffset32(512)); in TEST_F() local
/art/compiler/jni/quick/
Djni_compiler.cc298 __ StoreStackPointerToThread(Thread::TopOfManagedStackOffset<kPointerSize>()); in ArtJniCompileMethodInternal() local
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc175 void X86JNIMacroAssembler::StoreStackPointerToThread(ThreadOffset32 thr_offs) { in StoreStackPointerToThread() function in art::x86::X86JNIMacroAssembler
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc365 void ArmVIXLJNIMacroAssembler::StoreStackPointerToThread(ThreadOffset32 thr_offs) { in StoreStackPointerToThread() function in art::arm::ArmVIXLJNIMacroAssembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc214 void X86_64JNIMacroAssembler::StoreStackPointerToThread(ThreadOffset64 thr_offs) { in StoreStackPointerToThread() function in art::x86_64::X86_64JNIMacroAssembler
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc176 void Arm64JNIMacroAssembler::StoreStackPointerToThread(ThreadOffset64 tr_offs) { in StoreStackPointerToThread() function in art::arm64::Arm64JNIMacroAssembler
/art/compiler/utils/mips64/
Dassembler_mips64.cc3752 void Mips64Assembler::StoreStackPointerToThread(ThreadOffset64 thr_offs) { in StoreStackPointerToThread() function in art::mips64::Mips64Assembler
/art/compiler/utils/mips/
Dassembler_mips.cc4934 void MipsAssembler::StoreStackPointerToThread(ThreadOffset32 thr_offs) { in StoreStackPointerToThread() function in art::mips::MipsAssembler