Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.cc77 if (!stack_state->IsIntArray() && !stack_state->IsLongArray()) { in GetStackDepth()
99 (stack_state->IsIntArray() || stack_state->IsLongArray())) { in Dump()
Dobject-inl.h338 inline bool Object::IsLongArray() { in IsLongArray() function
346 DCHECK(IsLongArray<kVerifyFlags>()); in AsLongArray()
Dobject.h184 bool IsLongArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/patchoat/
Dpatchoat.cc504 CHECK(object->IsLongArray()); in FixupNativePointerArray()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1064 DCHECK(a->IsLongArray() || a->IsDoubleArray()) << PrettyTypeOf(a); in ExecuteGotoImpl()
1198 DCHECK(a->IsLongArray() || a->IsDoubleArray()) << PrettyTypeOf(a); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc910 DCHECK(a->IsLongArray() || a->IsDoubleArray()) << PrettyTypeOf(a); in ExecuteSwitchImpl()
1044 DCHECK(a->IsLongArray() || a->IsDoubleArray()) << PrettyTypeOf(a); in ExecuteSwitchImpl()
/art/compiler/
Dimage_writer.cc1132 CHECK(arr->IsIntArray() || arr->IsLongArray()) << PrettyClass(klass) << " " << arr; in FixupPointerArray()