Home
last modified time | relevance | path

Searched defs:def_start (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dgen_loadstore.cc146 LIR* def_start; in StoreValue() local
231 LIR* def_start; in StoreValueWide() local
297 LIR *def_start = last_lir_insn_; in StoreFinalValue() local
331 LIR *def_start = last_lir_insn_; in StoreFinalValueWide() local
Dmir_to_lir.h388 void SetDefStart(LIR* def_start) { def_start_ = def_start; } in SetDefStart()