Searched refs:fr_offs (Results 1 - 14 of 14) sorted by relevance

/art/compiler/utils/
H A Dassembler.cc178 FrameOffset fr_offs ATTRIBUTE_UNUSED,
184 FrameOffset fr_offs ATTRIBUTE_UNUSED,
219 void Assembler::CopyRawPtrFromThread32(FrameOffset fr_offs ATTRIBUTE_UNUSED,
225 void Assembler::CopyRawPtrFromThread64(FrameOffset fr_offs ATTRIBUTE_UNUSED,
232 FrameOffset fr_offs ATTRIBUTE_UNUSED,
238 FrameOffset fr_offs ATTRIBUTE_UNUSED,
H A Dassembler.h401 FrameOffset fr_offs,
404 FrameOffset fr_offs,
432 virtual void CopyRawPtrFromThread32(FrameOffset fr_offs, ThreadOffset<4> thr_offs,
434 virtual void CopyRawPtrFromThread64(FrameOffset fr_offs, ThreadOffset<8> thr_offs,
437 virtual void CopyRawPtrToThread32(ThreadOffset<4> thr_offs, FrameOffset fr_offs,
439 virtual void CopyRawPtrToThread64(ThreadOffset<8> thr_offs, FrameOffset fr_offs,
/art/compiler/utils/arm64/
H A Dassembler_arm64.h130 void StoreStackOffsetToThread64(ThreadOffset<8> thr_offs, FrameOffset fr_offs,
147 void CopyRawPtrFromThread64(FrameOffset fr_offs, ThreadOffset<8> thr_offs,
149 void CopyRawPtrToThread64(ThreadOffset<8> thr_offs, FrameOffset fr_offs, ManagedRegister scratch)
H A Dassembler_arm64.cc176 FrameOffset fr_offs,
180 AddConstant(scratch.AsXRegister(), SP, fr_offs.Int32Value());
357 void Arm64Assembler::CopyRawPtrFromThread64(FrameOffset fr_offs, argument
363 StoreToOffset(scratch.AsXRegister(), SP, fr_offs.Int32Value());
367 FrameOffset fr_offs,
371 LoadFromOffset(scratch.AsXRegister(), SP, fr_offs.Int32Value());
175 StoreStackOffsetToThread64(ThreadOffset<8> tr_offs, FrameOffset fr_offs, ManagedRegister m_scratch) argument
366 CopyRawPtrToThread64(ThreadOffset<8> tr_offs, FrameOffset fr_offs, ManagedRegister m_scratch) argument
/art/compiler/utils/arm/
H A Dassembler_arm.cc612 void ArmAssembler::CopyRawPtrFromThread32(FrameOffset fr_offs,
620 SP, fr_offs.Int32Value());
624 FrameOffset fr_offs,
629 SP, fr_offs.Int32Value());
635 FrameOffset fr_offs,
639 AddConstant(scratch.AsCoreRegister(), SP, fr_offs.Int32Value(), AL);
H A Dassembler_arm.h931 void StoreStackOffsetToThread32(ThreadOffset<4> thr_offs, FrameOffset fr_offs,
956 void CopyRawPtrFromThread32(FrameOffset fr_offs, ThreadOffset<4> thr_offs,
959 void CopyRawPtrToThread32(ThreadOffset<4> thr_offs, FrameOffset fr_offs, ManagedRegister scratch)
/art/compiler/utils/x86/
H A Dassembler_x86.h656 void StoreStackOffsetToThread32(ThreadOffset<4> thr_offs, FrameOffset fr_offs,
681 void CopyRawPtrFromThread32(FrameOffset fr_offs, ThreadOffset<4> thr_offs,
684 void CopyRawPtrToThread32(ThreadOffset<4> thr_offs, FrameOffset fr_offs, ManagedRegister scratch)
H A Dassembler_x86.cc2051 FrameOffset fr_offs,
2055 leal(scratch.AsCpuRegister(), Address(ESP, fr_offs));
2208 void X86Assembler::CopyRawPtrFromThread32(FrameOffset fr_offs, argument
2214 Store(fr_offs, scratch, 4);
2218 FrameOffset fr_offs,
2222 Load(scratch, fr_offs, 4);
2050 StoreStackOffsetToThread32(ThreadOffset<4> thr_offs, FrameOffset fr_offs, ManagedRegister mscratch) argument
2217 CopyRawPtrToThread32(ThreadOffset<4> thr_offs, FrameOffset fr_offs, ManagedRegister mscratch) argument
/art/compiler/utils/mips/
H A Dassembler_mips.h439 FrameOffset fr_offs,
470 void CopyRawPtrFromThread32(FrameOffset fr_offs,
475 FrameOffset fr_offs,
H A Dassembler_mips.cc2583 FrameOffset fr_offs,
2587 Addiu32(scratch.AsCoreRegister(), SP, fr_offs.Int32Value());
2693 void MipsAssembler::CopyRawPtrFromThread32(FrameOffset fr_offs, argument
2701 SP, fr_offs.Int32Value());
2705 FrameOffset fr_offs,
2710 SP, fr_offs.Int32Value());
2582 StoreStackOffsetToThread32(ThreadOffset<kMipsWordSize> thr_offs, FrameOffset fr_offs, ManagedRegister mscratch) argument
2704 CopyRawPtrToThread32(ThreadOffset<kMipsWordSize> thr_offs, FrameOffset fr_offs, ManagedRegister mscratch) argument
/art/compiler/utils/mips64/
H A Dassembler_mips64.h386 void StoreStackOffsetToThread64(ThreadOffset<kMips64DoublewordSize> thr_offs, FrameOffset fr_offs,
414 void CopyRawPtrFromThread64(FrameOffset fr_offs, ThreadOffset<kMips64DoublewordSize> thr_offs,
417 void CopyRawPtrToThread64(ThreadOffset<kMips64DoublewordSize> thr_offs, FrameOffset fr_offs,
H A Dassembler_mips64.cc2113 FrameOffset fr_offs,
2117 Daddiu64(scratch.AsGpuRegister(), SP, fr_offs.Int32Value());
2218 void Mips64Assembler::CopyRawPtrFromThread64(FrameOffset fr_offs, argument
2224 StoreToOffset(kStoreDoubleword, scratch.AsGpuRegister(), SP, fr_offs.Int32Value());
2228 FrameOffset fr_offs,
2233 SP, fr_offs.Int32Value());
2112 StoreStackOffsetToThread64(ThreadOffset<kMips64DoublewordSize> thr_offs, FrameOffset fr_offs, ManagedRegister mscratch) argument
2227 CopyRawPtrToThread64(ThreadOffset<kMips64DoublewordSize> thr_offs, FrameOffset fr_offs, ManagedRegister mscratch) argument
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h727 void StoreStackOffsetToThread64(ThreadOffset<8> thr_offs, FrameOffset fr_offs,
752 void CopyRawPtrFromThread64(FrameOffset fr_offs, ThreadOffset<8> thr_offs,
755 void CopyRawPtrToThread64(ThreadOffset<8> thr_offs, FrameOffset fr_offs, ManagedRegister scratch)
H A Dassembler_x86_64.cc2802 FrameOffset fr_offs,
2806 leaq(scratch.AsCpuRegister(), Address(CpuRegister(RSP), fr_offs));
2961 void X86_64Assembler::CopyRawPtrFromThread64(FrameOffset fr_offs, argument
2967 Store(fr_offs, scratch, 8);
2971 FrameOffset fr_offs,
2975 Load(scratch, fr_offs, 8);
2801 StoreStackOffsetToThread64(ThreadOffset<8> thr_offs, FrameOffset fr_offs, ManagedRegister mscratch) argument
2970 CopyRawPtrToThread64(ThreadOffset<8> thr_offs, FrameOffset fr_offs, ManagedRegister mscratch) argument

Completed in 518 milliseconds