Home
last modified time | relevance | path

Searched refs:IsDoubleArray (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dobject-inl.h390 inline bool Object::IsDoubleArray() { in IsDoubleArray() function
398 DCHECK(IsDoubleArray<kVerifyFlags>()); in AsDoubleArray()
Dobject.h226 bool IsDoubleArray() 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()