Searched refs:UpdateLoc (Results 1 – 10 of 10) sorted by relevance
45 rl_src = rl_src.wide ? UpdateLocWide(rl_src) : UpdateLoc(rl_src); in LoadValueDirect()111 rl_src = UpdateLoc(rl_src); in LoadValue()150 rl_src = UpdateLoc(rl_src); in StoreValue()151 rl_dest = UpdateLoc(rl_dest); in StoreValue()
991 RegLocation Mir2Lir::UpdateLoc(RegLocation loc) { in UpdateLoc() function in art::Mir2Lir1056 return UpdateLoc(loc); in UpdateRawLoc()1104 loc = UpdateLoc(loc); in EvalLoc()
389 RegLocation rl_temp = UpdateLoc(rl_src2); in GenCompareAndBranch()565 RegLocation loc = UpdateLoc(info->args[i]); in GenFilledNewArray()
757 virtual RegLocation UpdateLoc(RegLocation loc);
710 loc = UpdateLoc(loc); in GenDalvikArgsFlushPromoted()
368 rl_src1 = is_double ? UpdateLocWide(rl_src1) : UpdateLoc(rl_src1); in GenRemFP()369 rl_src2 = is_double ? UpdateLocWide(rl_src2) : UpdateLoc(rl_src2); in GenRemFP()637 rl_src = UpdateLoc(rl_src); in GenInlinedAbsFloat()
1090 loc = UpdateLoc(loc); in UpdateLocTyped()
3361 rl_dest = UpdateLoc(rl_dest); in GenLongToInt()
393 RegLocation rl_src = UpdateLoc(info->args[0]); in GenInlinedAbsFloat()
377 RegLocation rl_src = UpdateLoc(info->args[0]); in GenInlinedAbsFloat()