Home
last modified time | relevance | path

Searched refs:IsLongArray (Results 1 – 6 of 6) sorted by relevance

/art/runtime/mirror/
Dthrowable.cc111 DCHECK(methods_and_dex_pcs->IsIntArray() || methods_and_dex_pcs->IsLongArray()); in Dump()
Dobject-inl.h267 inline bool Object::IsLongArray() { in IsLongArray() function
277 DCHECK((IsLongArray<kVerifyFlags>())); in AsLongArray()
Dobject.h229 bool IsLongArray() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1295 DCHECK(a->IsLongArray() || a->IsDoubleArray()) << a->PrettyTypeOf(); in AGET_WIDE()
1415 DCHECK(a->IsLongArray() || a->IsDoubleArray()) << a->PrettyTypeOf(); in APUT_WIDE()
/art/dex2oat/linker/
Dimage_writer.cc2944 CHECK(arr->IsIntArray() || arr->IsLongArray()) << arr->GetClass()->PrettyClass() << " " << arr; in FixupPointerArray()
3180 if (orig->IsIntArray() || orig->IsLongArray()) { in FixupObject()
/art/runtime/
Dthread.cc2949 DCHECK(decoded_traces->Get(0)->IsIntArray() || decoded_traces->Get(0)->IsLongArray()); in InternalStackTraceToStackTraceElementArray()