Lines Matching refs:LoadValueDirectFixed

128     LoadValueDirectFixed(arg0, TargetReg(arg0.fp ? kFArg0 : kArg0, arg0));  in CallRuntimeHelperRegLocation()
149 LoadValueDirectFixed(arg1, TargetReg(kArg1, arg1)); in CallRuntimeHelperImmRegLocation()
163 LoadValueDirectFixed(arg0, TargetReg(kArg0, arg0)); in CallRuntimeHelperRegLocationImm()
217 LoadValueDirectFixed(arg1, TargetReg(kArg1, arg1)); in CallRuntimeHelperRegRegLocationMethod()
239 LoadValueDirectFixed(arg0, arg0_reg); in CallRuntimeHelperRegLocationRegLocation()
245 LoadValueDirectFixed(arg1, arg1_reg); in CallRuntimeHelperRegLocationRegLocation()
252 LoadValueDirectFixed(arg0, TargetReg(arg0.fp ? kFArg0 : kArg0, kNotWide)); in CallRuntimeHelperRegLocationRegLocation()
256 LoadValueDirectFixed(arg1, TargetReg((arg1.fp && arg0.fp) ? kFArg2 : kArg1, kNotWide)); in CallRuntimeHelperRegLocationRegLocation()
258 LoadValueDirectFixed(arg1, TargetReg(arg1.fp ? kFArg1 : kArg1, kNotWide)); in CallRuntimeHelperRegLocationRegLocation()
273 LoadValueDirectFixed(arg1, TargetReg((arg1.fp && arg0.fp) ? kFArg2 : kArg2, kNotWide)); in CallRuntimeHelperRegLocationRegLocation()
275 LoadValueDirectFixed(arg1, TargetReg(arg1.fp ? kFArg2 : kArg2, kNotWide)); in CallRuntimeHelperRegLocationRegLocation()
330 LoadValueDirectFixed(arg1, TargetReg(kArg1, arg1)); in CallRuntimeHelperImmRegLocationMethod()
353 LoadValueDirectFixed(arg1, TargetReg(kArg1, arg1)); in CallRuntimeHelperImmRegLocationRegLocation()
355 LoadValueDirectFixed(arg2, TargetReg(kArg2, arg2)); in CallRuntimeHelperImmRegLocationRegLocation()
371 LoadValueDirectFixed(arg0, TargetReg(kArg0, arg0)); in CallRuntimeHelperRegLocationRegLocationRegLocation()
372 LoadValueDirectFixed(arg1, TargetReg(kArg1, arg1)); in CallRuntimeHelperRegLocationRegLocationRegLocation()
373 LoadValueDirectFixed(arg2, TargetReg(kArg2, arg2)); in CallRuntimeHelperRegLocationRegLocationRegLocation()
382 LoadValueDirectFixed(arg0, TargetReg(kArg0, arg0)); in CallRuntimeHelperRegLocationRegLocationRegLocationRegLocation()
383 LoadValueDirectFixed(arg1, TargetReg(kArg1, arg1)); in CallRuntimeHelperRegLocationRegLocationRegLocationRegLocation()
384 LoadValueDirectFixed(arg2, TargetReg(kArg2, arg2)); in CallRuntimeHelperRegLocationRegLocationRegLocationRegLocation()
385 LoadValueDirectFixed(arg3, TargetReg(kArg3, arg3)); in CallRuntimeHelperRegLocationRegLocationRegLocationRegLocation()
491 cg->LoadValueDirectFixed(rl_arg, cg->TargetReg(kArg1, kRef)); in CommonCallCodeLoadThisIntoArg1()
819 LoadValueDirectFixed(rl_arg, regRef); in GenDalvikArgs()
822 LoadValueDirectFixed(rl_arg, regSingle); in GenDalvikArgs()
868 LoadValueDirectFixed(rl_arg, reg); in GenDalvikArgs()
1053 LoadValueDirectFixed(rl_buffer, reg_dst_ptr); in GenInlinedStringGetCharsNoCheck()
1055 LoadValueDirectFixed(rl_index, reg_tmp); in GenInlinedStringGetCharsNoCheck()
1059 LoadValueDirectFixed(rl_start, reg_tmp); in GenInlinedStringGetCharsNoCheck()
1060 LoadValueDirectFixed(rl_end, reg_length); in GenInlinedStringGetCharsNoCheck()
1063 LoadValueDirectFixed(rl_obj, reg_src_ptr); in GenInlinedStringGetCharsNoCheck()
1355 LoadValueDirectFixed(rl_obj, reg_ptr); in GenInlinedIndexOf()
1356 LoadValueDirectFixed(rl_char, reg_char); in GenInlinedIndexOf()
1361 LoadValueDirectFixed(rl_start, reg_start); in GenInlinedIndexOf()
1399 LoadValueDirectFixed(rl_this, reg_this); in GenInlinedStringCompareTo()
1400 LoadValueDirectFixed(rl_cmp, reg_cmp); in GenInlinedStringCompareTo()