Home
last modified time | relevance | path

Searched refs:DefEnd (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dralloc_util.cc651 if ((info != nullptr) && (info->DefStart() != nullptr) && (info->DefEnd() != nullptr)) { in NullifyRange()
655 if (p == info->DefEnd()) { in NullifyRange()
976 DCHECK(info->DefEnd() == nullptr); in CheckCorePoolSanity()
Dmir_to_lir.h389 LIR* DefEnd() { return def_end_; } in DefEnd() function