Searched defs:thr_offs (Results 1 - 3 of 3) sorted by relevance

/art/compiler/utils/mips/
H A Dassembler_mips.cc656 void MipsAssembler::StoreStackOffsetToThread(ThreadOffset thr_offs, argument
663 S1, thr_offs.Int32Value());
666 void MipsAssembler::StoreStackPointerToThread(ThreadOffset thr_offs) { argument
667 StoreToOffset(kStoreWord, SP, S1, thr_offs.Int32Value());
761 ThreadOffset thr_offs,
766 S1, thr_offs.Int32Value());
771 void MipsAssembler::CopyRawPtrToThread(ThreadOffset thr_offs, argument
779 S1, thr_offs.Int32Value());
760 CopyRawPtrFromThread(FrameOffset fr_offs, ThreadOffset thr_offs, ManagedRegister mscratch) argument
/art/compiler/utils/x86/
H A Dassembler_x86.cc1489 void X86Assembler::StoreStackOffsetToThread(ThreadOffset thr_offs, argument
1495 fs()->movl(Address::Absolute(thr_offs), scratch.AsCpuRegister());
1498 void X86Assembler::StoreStackPointerToThread(ThreadOffset thr_offs) { argument
1499 fs()->movl(Address::Absolute(thr_offs), ESP);
1502 void X86Assembler::StoreLabelToThread(ThreadOffset thr_offs, Label* lbl) { argument
1503 fs()->movl(Address::Absolute(thr_offs), lbl);
1649 ThreadOffset thr_offs,
1653 fs()->movl(scratch.AsCpuRegister(), Address::Absolute(thr_offs));
1657 void X86Assembler::CopyRawPtrToThread(ThreadOffset thr_offs, argument
1663 fs()->movl(Address::Absolute(thr_offs), scratc
1648 CopyRawPtrFromThread(FrameOffset fr_offs, ThreadOffset thr_offs, ManagedRegister mscratch) argument
[all...]
/art/compiler/utils/arm/
H A Dassembler_arm.cc1620 ThreadOffset thr_offs,
1625 TR, thr_offs.Int32Value());
1630 void ArmAssembler::CopyRawPtrToThread(ThreadOffset thr_offs, argument
1638 TR, thr_offs.Int32Value());
1641 void ArmAssembler::StoreStackOffsetToThread(ThreadOffset thr_offs, argument
1648 TR, thr_offs.Int32Value());
1651 void ArmAssembler::StoreStackPointerToThread(ThreadOffset thr_offs) { argument
1652 StoreToOffset(kStoreWord, SP, TR, thr_offs.Int32Value());
1619 CopyRawPtrFromThread(FrameOffset fr_offs, ThreadOffset thr_offs, ManagedRegister mscratch) argument

Completed in 130 milliseconds