Home
last modified time | relevance | path

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

/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),
/art/compiler/optimizing/
Dload_store_elimination.cc679 HInstruction* substitute = in ReplacementOrValue() local
681 if (substitute != nullptr) { in ReplacementOrValue()
682 DCHECK(substitute->IsPredicatedInstanceFieldGet()); in ReplacementOrValue()
683 return Value::ForInstruction(substitute); in ReplacementOrValue()
754 HInstruction* substitute = substitute_instructions_for_loads_[id]; in FindSubstitute() local
755 DCHECK(substitute == nullptr || IsLoad(instruction)); in FindSubstitute()
756 return (substitute != nullptr) ? substitute : instruction; in FindSubstitute()
3813 HInstruction* substitute = substitute_instructions_for_loads_[id]; in FinishFullLSE() local
3814 if (substitute == nullptr) { in FinishFullLSE()
3824 DCHECK_EQ(FindSubstitute(substitute), substitute); in FinishFullLSE()
[all …]