Lines Matching refs:DCHECK

107   DCHECK(thread == Thread::Current() || thread->IsSuspended()) << *thread;  in StackVisitor()
160 DCHECK(!IsShadowFrame()); in GetNativePcOffset()
176 DCHECK(code_item != nullptr) << PrettyMethod(m); in IsReferenceVReg()
185 DCHECK(reg_bitmap != nullptr); in IsReferenceVReg()
193 DCHECK(context_ != nullptr); // You can't reliably read registers without a context. in GetVReg()
194 DCHECK(m == GetMethod()); in GetVReg()
201 DCHECK(cur_shadow_frame_ != nullptr); in GetVReg()
210 DCHECK(code_pointer != nullptr); in GetVRegFromQuickCode()
222 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be null or how would we compile in GetVRegFromQuickCode()
233 DCHECK(code_pointer != nullptr); in GetVRegFromOptimizedCode()
238 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be null or how would we compile in GetVRegFromOptimizedCode()
305 DCHECK(context_ != nullptr); // You can't reliably read registers without a context. in GetVRegPair()
306 DCHECK(m == GetMethod()); in GetVRegPair()
313 DCHECK(cur_shadow_frame_ != nullptr); in GetVRegPair()
322 DCHECK(code_pointer != nullptr); in GetVRegPairFromQuickCode()
336 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be null or how would we compile in GetVRegPairFromQuickCode()
381 DCHECK(context_ != nullptr); // You can't reliably write registers without a context. in SetVReg()
382 DCHECK(m == GetMethod()); in SetVReg()
396 DCHECK(context_ != nullptr); // You can't reliably write registers without a context. in SetVRegFromQuickCode()
397 DCHECK(m == GetMethod()); in SetVRegFromQuickCode()
399 DCHECK(code_pointer != nullptr); in SetVRegFromQuickCode()
411 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be null or how would we compile in SetVRegFromQuickCode()
462 DCHECK(context_ != nullptr); // You can't reliably write registers without a context. in SetVRegPair()
463 DCHECK(m == GetMethod()); in SetVRegPair()
470 DCHECK(cur_shadow_frame_ != nullptr); in SetVRegPair()
479 DCHECK(code_pointer != nullptr); in SetVRegPairFromQuickCode()
493 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be null or how would we compile in SetVRegPairFromQuickCode()
523 DCHECK(context_ != nullptr); in IsAccessibleGPR()
528 DCHECK(cur_quick_frame_ != nullptr) << "This is a quick frame routine"; in GetGPRAddress()
529 DCHECK(context_ != nullptr); in GetGPRAddress()
534 DCHECK(cur_quick_frame_ != nullptr) << "This is a quick frame routine"; in GetGPR()
535 DCHECK(context_ != nullptr); in GetGPR()
540 DCHECK(cur_quick_frame_ != nullptr) << "This is a quick frame routine"; in SetGPR()
541 DCHECK(context_ != nullptr); in SetGPR()
546 DCHECK(context_ != nullptr); in IsAccessibleFPR()
551 DCHECK(cur_quick_frame_ != nullptr) << "This is a quick frame routine"; in GetFPR()
552 DCHECK(context_ != nullptr); in GetFPR()
557 DCHECK(cur_quick_frame_ != nullptr) << "This is a quick frame routine"; in SetFPR()
558 DCHECK(context_ != nullptr); in SetFPR()
564 DCHECK(sp != nullptr); in GetReturnPc()
720 DCHECK(thread_ == Thread::Current() || thread_->IsSuspended()); in WalkStack()
733 DCHECK(current_fragment->GetTopShadowFrame() == nullptr); in WalkStack()