Searched refs:DCHECK (Results 1 – 9 of 9) sorted by relevance
127 #ifdef DCHECK128 #undef DCHECK131 #define DCHECK(cond) macro133 #define DCHECK(cond) CHECK(cond) macro
44 DCHECK(x != 0); in IsPowerOf2()74 DCHECK(IsPowerOf2(align)); in AlignDown()
130 DCHECK(!mHeap.empty()); in top()156 DCHECK(!mHeap.empty()); in pop()165 DCHECK(!mHeap.empty()); in consume_top()210 DCHECK(!mHeap.empty()); in erase()
112 DCHECK(use_list_.empty()); in set_begin()295 DCHECK(!range_list_.empty()); in begin()300 DCHECK(!range_list_.empty()); in LastLiveRangeBegin()305 DCHECK(!range_list_.empty()); in end()310 DCHECK(!range_list_.empty()); in set_end()325 DCHECK(reg_class_); in GetRegClass()
59 #define C2_DCHECK DCHECK
122 DCHECK(mFd == -1); in insert()
244 DCHECK(false); in uid_from_pid()
169 DCHECK(found) << "Missing return path for placeholder not found"; in ReplacePlaceholder()
1607 DCHECK(number_of_running_scoped_operations_ > 0) << "Must have an operation running"; in GetApkAssets()