Lines Matching refs:DCHECK

95   DCHECK(thread == Thread::Current() || thread->IsSuspended()) << *thread;  in StackVisitor()
102 DCHECK(thread == Thread::Current() || thread->IsSuspended()) << *thread; in StackVisitor()
150 DCHECK(!IsShadowFrame()); in GetNativePcOffset()
157 DCHECK(context_ != nullptr); // You can't reliably read registers without a context. in GetVReg()
158 DCHECK(m == GetMethod()); in GetVReg()
160 DCHECK(code_pointer != nullptr); in GetVReg()
189 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile in GetVReg()
211 DCHECK(context_ != nullptr); // You can't reliably read registers without a context. in GetVRegPair()
212 DCHECK(m == GetMethod()); in GetVRegPair()
214 DCHECK(code_pointer != nullptr); in GetVRegPair()
242 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile in GetVRegPair()
258 DCHECK(context_ != nullptr); // You can't reliably write registers without a context. in SetVReg()
259 DCHECK(m == GetMethod()); in SetVReg()
261 DCHECK(code_pointer != nullptr); in SetVReg()
299 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile in SetVReg()
322 DCHECK(context_ != nullptr); // You can't reliably write registers without a context. in SetVRegPair()
323 DCHECK(m == GetMethod()); in SetVRegPair()
325 DCHECK(code_pointer != nullptr); in SetVRegPair()
361 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile in SetVRegPair()
375 DCHECK(cur_quick_frame_ != NULL) << "This is a quick frame routine"; in GetGPRAddress()
380 DCHECK(cur_quick_frame_ != NULL) << "This is a quick frame routine"; in GetGPR()
385 DCHECK(cur_quick_frame_ != NULL) << "This is a quick frame routine"; in SetGPR()
390 DCHECK(cur_quick_frame_ != NULL) << "This is a quick frame routine"; in GetFPR()
395 DCHECK(cur_quick_frame_ != NULL) << "This is a quick frame routine"; in SetFPR()
401 DCHECK(sp != NULL); in GetReturnPc()
524 DCHECK(thread_ == Thread::Current() || thread_->IsSuspended()); in WalkStack()
537 DCHECK(current_fragment->GetTopShadowFrame() == NULL); in WalkStack()