Home
last modified time | relevance | path

Searched refs:UpdateLoc (Results 1 – 10 of 10) sorted by relevance

/art/compiler/dex/quick/
Dgen_loadstore.cc45 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()
Dralloc_util.cc991 RegLocation Mir2Lir::UpdateLoc(RegLocation loc) { in UpdateLoc() function in art::Mir2Lir
1056 return UpdateLoc(loc); in UpdateRawLoc()
1104 loc = UpdateLoc(loc); in EvalLoc()
Dgen_common.cc389 RegLocation rl_temp = UpdateLoc(rl_src2); in GenCompareAndBranch()
565 RegLocation loc = UpdateLoc(info->args[i]); in GenFilledNewArray()
Dmir_to_lir.h757 virtual RegLocation UpdateLoc(RegLocation loc);
Dgen_invoke.cc710 loc = UpdateLoc(loc); in GenDalvikArgsFlushPromoted()
/art/compiler/dex/quick/x86/
Dfp_x86.cc368 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()
Dutility_x86.cc1090 loc = UpdateLoc(loc); in UpdateLocTyped()
Dint_x86.cc3361 rl_dest = UpdateLoc(rl_dest); in GenLongToInt()
/art/compiler/dex/quick/arm/
Dfp_arm.cc393 RegLocation rl_src = UpdateLoc(info->args[0]); in GenInlinedAbsFloat()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc377 RegLocation rl_src = UpdateLoc(info->args[0]); in GenInlinedAbsFloat()