Lines Matching refs:DCHECK

46   DCHECK(!java_lang_reflect_ArtMethod_.IsNull());  in GetJavaLangReflectArtMethod()
52 DCHECK(result != NULL) << this; in GetDeclaringClass()
53 DCHECK(result->IsIdxLoaded() || result->IsErroneous()) << this; in GetDeclaringClass()
63 DCHECK(GetDeclaringClass()->IsIdxLoaded() || GetDeclaringClass()->IsErroneous()); in GetAccessFlags()
68 DCHECK(GetDeclaringClass()->IsResolved() || GetDeclaringClass()->IsErroneous()); in GetMethodIndex()
81 DCHECK(GetDeclaringClass()->IsLoaded() || GetDeclaringClass()->IsErroneous()); in GetDexMethodIndex()
146 DCHECK(!IsRuntimeMethod() && !IsProxyMethod()) << PrettyMethod(this); in GetCodeSize()
197 DCHECK(IsWithinQuickCode(pc)) in AssertPcIsWithinQuickCode()
205 DCHECK(!Runtime::Current()->IsStarted()); in GetQuickOatCodeOffset()
212 DCHECK(!Runtime::Current()->IsStarted()); in GetPortableOatCodeOffset()
218 DCHECK(!Runtime::Current()->IsStarted()); in SetQuickOatCodeOffset()
224 DCHECK(!Runtime::Current()->IsStarted()); in SetPortableOatCodeOffset()
259 DCHECK(code_pointer != nullptr); in GetMappingTable()
278 DCHECK(code_pointer != nullptr); in GetVmapTable()
297 DCHECK(code_pointer != nullptr); in GetNativeGcMap()
329 DCHECK(!result || IsRuntimeMethod()); in IsResolutionMethod()
336 DCHECK(!result || IsRuntimeMethod()); in IsImtConflictMethod()
344 DCHECK(!result || IsRuntimeMethod()); in IsImtUnimplementedMethod()
354 DCHECK(quick_entry_point != GetQuickToInterpreterBridge()); in NativePcOffset()
381 DCHECK(entry_point != runtime->GetClassLinker()->GetQuickToInterpreterBridgeTrampoline()); in GetQuickFrameInfo()
386 DCHECK(IsNative()); in GetQuickFrameInfo()
407 DCHECK(code_pointer != nullptr); in GetQuickFrameInfo()
543 DCHECK(interface_method != nullptr); in GetInterfaceMethodIfProxy()