Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc166 void X86JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread()
175 void X86JNIMacroAssembler::StoreStackPointerToThread(ThreadOffset32 thr_offs) { in StoreStackPointerToThread()
330 ThreadOffset32 thr_offs, in CopyRawPtrFromThread()
338 void X86JNIMacroAssembler::CopyRawPtrToThread(ThreadOffset32 thr_offs, in CopyRawPtrToThread()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc205 void X86_64JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset64 thr_offs, in StoreStackOffsetToThread()
214 void X86_64JNIMacroAssembler::StoreStackPointerToThread(ThreadOffset64 thr_offs) { in StoreStackPointerToThread()
380 ThreadOffset64 thr_offs, in CopyRawPtrFromThread()
388 void X86_64JNIMacroAssembler::CopyRawPtrToThread(ThreadOffset64 thr_offs, in CopyRawPtrToThread()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc340 ThreadOffset32 thr_offs, in CopyRawPtrFromThread()
355 void ArmVIXLJNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread()
365 void ArmVIXLJNIMacroAssembler::StoreStackPointerToThread(ThreadOffset32 thr_offs) { in StoreStackPointerToThread()
/art/compiler/utils/mips64/
Dassembler_mips64.cc3743 void Mips64Assembler::StoreStackOffsetToThread(ThreadOffset64 thr_offs, in StoreStackOffsetToThread()
3752 void Mips64Assembler::StoreStackPointerToThread(ThreadOffset64 thr_offs) { in StoreStackPointerToThread()
3843 ThreadOffset64 thr_offs, in CopyRawPtrFromThread()
3851 void Mips64Assembler::CopyRawPtrToThread(ThreadOffset64 thr_offs, in CopyRawPtrToThread()
/art/compiler/utils/mips/
Dassembler_mips.cc4924 void MipsAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread()
4934 void MipsAssembler::StoreStackPointerToThread(ThreadOffset32 thr_offs) { in StoreStackPointerToThread()
5034 ThreadOffset32 thr_offs, in CopyRawPtrFromThread()
5044 void MipsAssembler::CopyRawPtrToThread(ThreadOffset32 thr_offs, in CopyRawPtrToThread()