Lines Matching refs:mscratch
4917 ManagedRegister mscratch) { in StoreImmediateToFrame() argument
4918 MipsManagedRegister scratch = mscratch.AsMips(); in StoreImmediateToFrame()
4926 ManagedRegister mscratch) { in StoreStackOffsetToThread() argument
4927 MipsManagedRegister scratch = mscratch.AsMips(); in StoreStackOffsetToThread()
4939 FrameOffset in_off, ManagedRegister mscratch) { in StoreSpanning() argument
4941 MipsManagedRegister scratch = mscratch.AsMips(); in StoreSpanning()
5026 void MipsAssembler::CopyRef(FrameOffset dest, FrameOffset src, ManagedRegister mscratch) { in CopyRef() argument
5027 MipsManagedRegister scratch = mscratch.AsMips(); in CopyRef()
5035 ManagedRegister mscratch) { in CopyRawPtrFromThread() argument
5036 MipsManagedRegister scratch = mscratch.AsMips(); in CopyRawPtrFromThread()
5046 ManagedRegister mscratch) { in CopyRawPtrToThread() argument
5047 MipsManagedRegister scratch = mscratch.AsMips(); in CopyRawPtrToThread()
5055 void MipsAssembler::Copy(FrameOffset dest, FrameOffset src, ManagedRegister mscratch, size_t size) { in Copy() argument
5056 MipsManagedRegister scratch = mscratch.AsMips(); in Copy()
5071 ManagedRegister mscratch, size_t size) { in Copy() argument
5072 Register scratch = mscratch.AsMips().AsCoreRegister(); in Copy()
5079 ManagedRegister mscratch, size_t size) { in Copy() argument
5080 Register scratch = mscratch.AsMips().AsCoreRegister(); in Copy()
5089 ManagedRegister mscratch ATTRIBUTE_UNUSED, in Copy()
5096 ManagedRegister mscratch, size_t size) { in Copy() argument
5098 Register scratch = mscratch.AsMips().AsCoreRegister(); in Copy()
5107 ManagedRegister mscratch ATTRIBUTE_UNUSED, in Copy()
5148 ManagedRegister mscratch, in CreateHandleScopeEntry() argument
5150 MipsManagedRegister scratch = mscratch.AsMips(); in CreateHandleScopeEntry()
5194 void MipsAssembler::Call(ManagedRegister mbase, Offset offset, ManagedRegister mscratch) { in Call() argument
5196 MipsManagedRegister scratch = mscratch.AsMips(); in Call()
5206 void MipsAssembler::Call(FrameOffset base, Offset offset, ManagedRegister mscratch) { in Call() argument
5207 MipsManagedRegister scratch = mscratch.AsMips(); in Call()
5219 ManagedRegister mscratch ATTRIBUTE_UNUSED) { in CallFromThread()
5228 ManagedRegister mscratch ATTRIBUTE_UNUSED) { in GetCurrentThread()
5232 void MipsAssembler::ExceptionPoll(ManagedRegister mscratch, size_t stack_adjust) { in ExceptionPoll() argument
5233 MipsManagedRegister scratch = mscratch.AsMips(); in ExceptionPoll()