Lines Matching refs:arg2
206 RegLocation arg2, bool safepoint_pc) { in CallRuntimeHelperRegMethodRegLocation() argument
214 LoadValueDirectFixed(arg2, TargetReg(kArg2, arg2)); in CallRuntimeHelperRegMethodRegLocation()
302 RegStorage arg1, int arg2, bool safepoint_pc) { in CallRuntimeHelperRegRegImm() argument
305 LoadConstant(TargetReg(kArg2, kNotWide), arg2); in CallRuntimeHelperRegRegImm()
311 RegLocation arg2, bool safepoint_pc) { in CallRuntimeHelperImmMethodRegLocation() argument
313 LoadValueDirectFixed(arg2, TargetReg(kArg2, arg2)); in CallRuntimeHelperImmMethodRegLocation()
320 void Mir2Lir::CallRuntimeHelperImmMethodImm(QuickEntrypointEnum trampoline, int arg0, int arg2, in CallRuntimeHelperImmMethodImm() argument
324 LoadConstant(TargetReg(kArg2, kNotWide), arg2); in CallRuntimeHelperImmMethodImm()
332 RegLocation arg2, bool safepoint_pc) { in CallRuntimeHelperImmRegLocationRegLocation() argument
337 if (arg2.wide == 0) { in CallRuntimeHelperImmRegLocationRegLocation()
338 LoadValueDirectFixed(arg2, TargetReg(kArg2, arg2)); in CallRuntimeHelperImmRegLocationRegLocation()
340 LoadValueDirectWideFixed(arg2, TargetReg(kArg2, kWide)); in CallRuntimeHelperImmRegLocationRegLocation()
351 RegLocation arg2, in CallRuntimeHelperRegLocationRegLocationRegLocation() argument
356 LoadValueDirectFixed(arg2, TargetReg(kArg2, arg2)); in CallRuntimeHelperRegLocationRegLocationRegLocation()