Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.cc101 DCHECK(methods_and_dex_pcs->IsIntArray() || methods_and_dex_pcs->IsLongArray()); in Dump()
Dobject-inl.h360 inline bool Object::IsLongArray() { in IsLongArray() function
369 DCHECK((IsLongArray<kVerifyFlags, kReadBarrierOption>())); in AsLongArray()
Dobject.h215 bool IsLongArray() SHARED_REQUIRES(Locks::mutator_lock_);
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1123 DCHECK(a->IsLongArray() || a->IsDoubleArray()) << PrettyTypeOf(a); in ExecuteGotoImpl()
1257 DCHECK(a->IsLongArray() || a->IsDoubleArray()) << PrettyTypeOf(a); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1025 DCHECK(a->IsLongArray() || a->IsDoubleArray()) << PrettyTypeOf(a); in ExecuteSwitchImpl()
1159 DCHECK(a->IsLongArray() || a->IsDoubleArray()) << PrettyTypeOf(a); in ExecuteSwitchImpl()
/art/compiler/
Dimage_writer.cc1731 CHECK(arr->IsIntArray() || arr->IsLongArray()) << PrettyClass(klass) << " " << arr; in FixupPointerArray()
/art/runtime/
Dthread.cc2189 DCHECK(decoded_traces->Get(0)->IsIntArray() || decoded_traces->Get(0)->IsLongArray()); in InternalStackTraceToStackTraceElementArray()