Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc167 void X86JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread()
176 void X86JNIMacroAssembler::StoreStackPointerToThread(ThreadOffset32 thr_offs) { in StoreStackPointerToThread()
331 ThreadOffset32 thr_offs, in CopyRawPtrFromThread()
339 void X86JNIMacroAssembler::CopyRawPtrToThread(ThreadOffset32 thr_offs, in CopyRawPtrToThread()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc206 void X86_64JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset64 thr_offs, in StoreStackOffsetToThread()
215 void X86_64JNIMacroAssembler::StoreStackPointerToThread(ThreadOffset64 thr_offs) { in StoreStackPointerToThread()
381 ThreadOffset64 thr_offs, in CopyRawPtrFromThread()
389 void X86_64JNIMacroAssembler::CopyRawPtrToThread(ThreadOffset64 thr_offs, in CopyRawPtrToThread()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc325 ThreadOffset32 thr_offs, in CopyRawPtrFromThread()
341 void ArmVIXLJNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread()
352 void ArmVIXLJNIMacroAssembler::StoreStackPointerToThread(ThreadOffset32 thr_offs) { in StoreStackPointerToThread()
/art/compiler/utils/mips64/
Dassembler_mips64.cc3724 void Mips64Assembler::StoreStackOffsetToThread(ThreadOffset64 thr_offs, in StoreStackOffsetToThread()
3733 void Mips64Assembler::StoreStackPointerToThread(ThreadOffset64 thr_offs) { in StoreStackPointerToThread()
3824 ThreadOffset64 thr_offs, in CopyRawPtrFromThread()
3832 void Mips64Assembler::CopyRawPtrToThread(ThreadOffset64 thr_offs, in CopyRawPtrToThread()