Searched refs:CopyRawPtrToThread (Results 1 – 9 of 9) sorted by relevance
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.h | 91 void CopyRawPtrToThread(ThreadOffset32 thr_offs, FrameOffset fr_offs, ManagedRegister scratch)
|
D | jni_macro_assembler_x86.cc | 378 void X86JNIMacroAssembler::CopyRawPtrToThread(ThreadOffset32 thr_offs, in CopyRawPtrToThread() function in art::x86::X86JNIMacroAssembler
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.h | 94 void CopyRawPtrToThread(ThreadOffset64 thr_offs, FrameOffset fr_offs, ManagedRegister scratch)
|
D | jni_macro_assembler_x86_64.cc | 462 void X86_64JNIMacroAssembler::CopyRawPtrToThread(ThreadOffset64 thr_offs, in CopyRawPtrToThread() function in art::x86_64::X86_64JNIMacroAssembler
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.h | 102 void CopyRawPtrToThread(ThreadOffset32 thr_offs,
|
D | jni_macro_assembler_arm_vixl.cc | 344 void ArmVIXLJNIMacroAssembler::CopyRawPtrToThread(ThreadOffset32 thr_offs ATTRIBUTE_UNUSED, in CopyRawPtrToThread() function in art::arm::ArmVIXLJNIMacroAssembler
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.h | 91 void CopyRawPtrToThread(ThreadOffset64 thr_offs, FrameOffset fr_offs, ManagedRegister scratch)
|
D | jni_macro_assembler_arm64.cc | 460 void Arm64JNIMacroAssembler::CopyRawPtrToThread(ThreadOffset64 tr_offs, in CopyRawPtrToThread() function in art::arm64::Arm64JNIMacroAssembler
|
/art/compiler/utils/ |
D | jni_macro_assembler.h | 155 virtual void CopyRawPtrToThread(ThreadOffset<kPointerSize> thr_offs,
|