Searched refs:CopyRawPtrToThread64 (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/ |
D | assembler.cc | 188 void Assembler::CopyRawPtrToThread64(ThreadOffset<8> thr_offs, FrameOffset fr_offs, in CopyRawPtrToThread64() function in art::Assembler
|
D | assembler.h | 432 virtual void CopyRawPtrToThread64(ThreadOffset<8> thr_offs, FrameOffset fr_offs,
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.h | 138 void CopyRawPtrToThread64(ThreadOffset<8> thr_offs, FrameOffset fr_offs, ManagedRegister scratch)
|
D | assembler_arm64.cc | 357 void Arm64Assembler::CopyRawPtrToThread64(ThreadOffset<8> tr_offs, in CopyRawPtrToThread64() function in art::arm64::Arm64Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 553 void CopyRawPtrToThread64(ThreadOffset<8> thr_offs, FrameOffset fr_offs, ManagedRegister scratch)
|
D | assembler_x86_64.cc | 2028 void X86_64Assembler::CopyRawPtrToThread64(ThreadOffset<8> thr_offs, in CopyRawPtrToThread64() function in art::x86_64::X86_64Assembler
|