Searched refs:IsLongArray (Results 1 – 7 of 7) sorted by relevance
111 DCHECK(methods_and_dex_pcs->IsIntArray() || methods_and_dex_pcs->IsLongArray()); in Dump()
232 DCHECK(IsLongArray<kVerifyFlags>()); in GetElementPtrSize()
267 inline bool Object::IsLongArray() { in IsLongArray() function277 DCHECK((IsLongArray<kVerifyFlags>())); in AsLongArray()
233 bool IsLongArray() REQUIRES_SHARED(Locks::mutator_lock_);
81 CHECK(ret->IsLongArray()); in GetIds()
3123 DCHECK(decoded_traces->Get(0)->IsIntArray() || decoded_traces->Get(0)->IsLongArray()); in InternalStackTraceToStackTraceElementArray()
2941 DCHECK(arr->IsIntArray() || arr->IsLongArray()) in CopyAndFixupMethodPointerArray()