Searched refs:DefEnd (Results 1 – 2 of 2) sorted by relevance
666 if ((info != nullptr) && (info->DefStart() != nullptr) && (info->DefEnd() != nullptr)) { in NullifyRange()670 if (p == info->DefEnd()) { in NullifyRange()993 DCHECK(info->DefEnd() == nullptr); in CheckCorePoolSanity()
410 LIR* DefEnd() { return def_end_; } in DefEnd() function