Searched defs:thr_offs (Results 1 – 5 of 5) sorted by relevance
| /art/compiler/utils/arm/ |
| D | assembler_arm.cc | 613 ThreadOffset<4> thr_offs, in CopyRawPtrFromThread32() 623 void ArmAssembler::CopyRawPtrToThread32(ThreadOffset<4> thr_offs, in CopyRawPtrToThread32() 634 void ArmAssembler::StoreStackOffsetToThread32(ThreadOffset<4> thr_offs, in StoreStackOffsetToThread32() 644 void ArmAssembler::StoreStackPointerToThread32(ThreadOffset<4> thr_offs) { in StoreStackPointerToThread32()
|
| /art/compiler/utils/x86/ |
| D | assembler_x86.cc | 2050 void X86Assembler::StoreStackOffsetToThread32(ThreadOffset<4> thr_offs, in StoreStackOffsetToThread32() 2059 void X86Assembler::StoreStackPointerToThread32(ThreadOffset<4> thr_offs) { in StoreStackPointerToThread32() 2209 ThreadOffset<4> thr_offs, in CopyRawPtrFromThread32() 2217 void X86Assembler::CopyRawPtrToThread32(ThreadOffset<4> thr_offs, in CopyRawPtrToThread32()
|
| /art/compiler/utils/mips64/ |
| D | assembler_mips64.cc | 2112 void Mips64Assembler::StoreStackOffsetToThread64(ThreadOffset<kMips64DoublewordSize> thr_offs, in StoreStackOffsetToThread64() 2121 void Mips64Assembler::StoreStackPointerToThread64(ThreadOffset<kMips64DoublewordSize> thr_offs) { in StoreStackPointerToThread64() 2219 ThreadOffset<kMips64DoublewordSize> thr_offs, in CopyRawPtrFromThread64() 2227 void Mips64Assembler::CopyRawPtrToThread64(ThreadOffset<kMips64DoublewordSize> thr_offs, in CopyRawPtrToThread64()
|
| /art/compiler/utils/x86_64/ |
| D | assembler_x86_64.cc | 2801 void X86_64Assembler::StoreStackOffsetToThread64(ThreadOffset<8> thr_offs, in StoreStackOffsetToThread64() 2810 void X86_64Assembler::StoreStackPointerToThread64(ThreadOffset<8> thr_offs) { in StoreStackPointerToThread64() 2962 ThreadOffset<8> thr_offs, in CopyRawPtrFromThread64() 2970 void X86_64Assembler::CopyRawPtrToThread64(ThreadOffset<8> thr_offs, in CopyRawPtrToThread64()
|
| /art/compiler/utils/mips/ |
| D | assembler_mips.cc | 2582 void MipsAssembler::StoreStackOffsetToThread32(ThreadOffset<kMipsWordSize> thr_offs, in StoreStackOffsetToThread32() 2592 void MipsAssembler::StoreStackPointerToThread32(ThreadOffset<kMipsWordSize> thr_offs) { in StoreStackPointerToThread32() 2694 ThreadOffset<kMipsWordSize> thr_offs, in CopyRawPtrFromThread32() 2704 void MipsAssembler::CopyRawPtrToThread32(ThreadOffset<kMipsWordSize> thr_offs, in CopyRawPtrToThread32()
|