Home
last modified time | relevance | path

Searched refs:substitute (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination.cc143 HInstruction* substitute = substitute_instructions_for_loads_[i]; in FindSubstitute() local
145 DCHECK_EQ(FindSubstitute(substitute), substitute); in FindSubstitute()
146 return substitute; in FindSubstitute()
166 HInstruction* substitute = substitute_instructions_for_loads_[index]; in TryToReuseTypeConversion() local
176 if (substitute2 == substitute && in TryToReuseTypeConversion()
205 HInstruction* substitute = substitute_instructions_for_loads_[i]; in RemoveInstructions() local
206 DCHECK(substitute != nullptr); in RemoveInstructions()
210 DCHECK_EQ(FindSubstitute(substitute), substitute); in RemoveInstructions()
225 load, substitute, load->GetType()); in RemoveInstructions()
231 load->ReplaceWith(substitute); in RemoveInstructions()
/art/test/552-checker-primitive-typeprop/smali/
DSsaBuilder.smali21 # instruction use. SsaBuilder must substitute the int variant before removing it,
/art/test/988-method-trace/
Dgen_srcs.py316 print(OUTPUT_TPL.substitute(static_fields="\n".join(static_fields),