Searched refs:CopyRawPtrToThread32 (Results 1 – 8 of 8) sorted by relevance
/art/compiler/utils/ |
D | assembler.cc | 183 void Assembler::CopyRawPtrToThread32(ThreadOffset<4> thr_offs, FrameOffset fr_offs, in CopyRawPtrToThread32() function in art::Assembler
|
D | assembler.h | 430 virtual void CopyRawPtrToThread32(ThreadOffset<4> thr_offs, FrameOffset fr_offs,
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 207 void CopyRawPtrToThread32(ThreadOffset<4> thr_offs, FrameOffset fr_offs,
|
D | assembler_mips.cc | 764 void MipsAssembler::CopyRawPtrToThread32(ThreadOffset<4> thr_offs, in CopyRawPtrToThread32() function in art::mips::MipsAssembler
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 511 void CopyRawPtrToThread32(ThreadOffset<4> thr_offs, FrameOffset fr_offs, ManagedRegister scratch)
|
D | assembler_x86.cc | 1669 void X86Assembler::CopyRawPtrToThread32(ThreadOffset<4> thr_offs, in CopyRawPtrToThread32() function in art::x86::X86Assembler
|
/art/compiler/utils/arm/ |
D | assembler_arm.cc | 589 void ArmAssembler::CopyRawPtrToThread32(ThreadOffset<4> thr_offs, in CopyRawPtrToThread32() function in art::arm::ArmAssembler
|
D | assembler_arm.h | 663 void CopyRawPtrToThread32(ThreadOffset<4> thr_offs, FrameOffset fr_offs, ManagedRegister scratch)
|