Home
last modified time | relevance | path

Searched refs:kLocCompilerTemp (Results 1 – 9 of 9) sorted by relevance

/art/compiler/dex/
Dvreg_analysis.cc58 loc[GetMethodSReg()].location = kLocCompilerTemp; in InitRegLocations()
Dcompiler_enums.h85 kLocCompilerTemp, enumerator
Dmir_optimization.cc273 static const RegLocation temp_loc = {kLocCompilerTemp,
Dtype_inference_test.cc514 cu_.mir_graph->reg_location_[cu_.mir_graph->GetMethodSReg()].location = kLocCompilerTemp; in TypeInferenceTest()
/art/compiler/dex/quick/
Dgen_loadstore.cc54 (rl_src.location == kLocCompilerTemp)); in LoadValueDirect()
92 (rl_src.location == kLocCompilerTemp)); in LoadValueDirectWide()
Dralloc_util.cc996 (loc.location == kLocCompilerTemp)); in UpdateLoc()
1021 (loc.location == kLocCompilerTemp)); in UpdateLocWide()
/art/compiler/dex/quick/x86/
Dfp_x86.cc648 (rl_src.location == kLocCompilerTemp)); in GenInlinedAbsFloat()
712 (rl_src.location == kLocCompilerTemp)); in GenInlinedAbsDouble()
Dint_x86.cc1975 (rl_src.location == kLocCompilerTemp)); in GenLongRegOrMemOp()
2014 (rl_dest.location == kLocCompilerTemp)); in GenLongArith()
2085 DCHECK((rl_dest.location == kLocDalvikFrame) || (rl_dest.location == kLocCompilerTemp)); in GenLongArith()
2868 (rl_dest.location == kLocCompilerTemp)) { in GenLongImm()
2899 (rl_dest.location == kLocCompilerTemp)) { in GenLongImm()
Dtarget_x86.cc902 (rl_dest.location == kLocCompilerTemp)) { in GenConstWide()