Searched refs:IsIntArray (Results 1 – 7 of 7) sorted by relevance
111 DCHECK(methods_and_dex_pcs->IsIntArray() || methods_and_dex_pcs->IsLongArray()); in Dump()
238 DCHECK(IsIntArray<kVerifyFlags>()); in GetElementPtrSize()
252 inline bool Object::IsIntArray() { in IsIntArray() function262 DCHECK((IsIntArray<kVerifyFlags>())); in AsIntArray()
233 bool IsIntArray() REQUIRES_SHARED(Locks::mutator_lock_);
90 CHECK(ret->IsIntArray()); in GetIds()
3214 DCHECK(decoded_traces->Get(0)->IsIntArray() || decoded_traces->Get(0)->IsLongArray()); in InternalStackTraceToStackTraceElementArray()3330 DCHECK(decoded_traces->Get(0)->IsIntArray() || decoded_traces->Get(0)->IsLongArray()); in InternalStackTraceToStackFrameInfoArray()
3112 DCHECK(arr->IsIntArray() || arr->IsLongArray()) in CopyAndFixupMethodPointerArray()