/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.h | 95 void CopyRawPtrToThread(ThreadOffset32 thr_offs, FrameOffset fr_offs, ManagedRegister scratch)
|
D | jni_macro_assembler_x86.cc | 338 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 | 100 void CopyRawPtrToThread(ThreadOffset64 thr_offs, FrameOffset fr_offs, ManagedRegister scratch)
|
D | jni_macro_assembler_x86_64.cc | 388 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 | 108 void CopyRawPtrToThread(ThreadOffset32 thr_offs,
|
D | jni_macro_assembler_arm_vixl.cc | 349 void ArmVIXLJNIMacroAssembler::CopyRawPtrToThread(ThreadOffset32 thr_offs ATTRIBUTE_UNUSED, in CopyRawPtrToThread() function in art::arm::ArmVIXLJNIMacroAssembler
|
/art/compiler/utils/ |
D | jni_macro_assembler.h | 124 virtual void CopyRawPtrToThread(ThreadOffset<kPointerSize> thr_offs,
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.h | 98 void CopyRawPtrToThread(ThreadOffset64 thr_offs, FrameOffset fr_offs, ManagedRegister scratch)
|
D | jni_macro_assembler_arm64.cc | 369 void Arm64JNIMacroAssembler::CopyRawPtrToThread(ThreadOffset64 tr_offs, in CopyRawPtrToThread() function in art::arm64::Arm64JNIMacroAssembler
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.h | 1372 void CopyRawPtrToThread(ThreadOffset64 thr_offs,
|
D | assembler_mips64.cc | 3851 void Mips64Assembler::CopyRawPtrToThread(ThreadOffset64 thr_offs, in CopyRawPtrToThread() function in art::mips64::Mips64Assembler
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 1286 void CopyRawPtrToThread(ThreadOffset32 thr_offs,
|
D | assembler_mips.cc | 5044 void MipsAssembler::CopyRawPtrToThread(ThreadOffset32 thr_offs, in CopyRawPtrToThread() function in art::mips::MipsAssembler
|