HomeSort by relevance Sort by last modified time
    Searched refs:IsObjectArray (Results 1 - 15 of 15) sorted by null

  /art/runtime/entrypoints/portable/
portable_fillarray_entrypoints.cc 37 DCHECK(array->IsArrayInstance() && !array->IsObjectArray());
  /art/runtime/entrypoints/quick/
quick_fillarray_entrypoints.cc 50 DCHECK(array->IsArrayInstance() && !array->IsObjectArray());
  /art/runtime/mirror/
throwable.cc 82 if (stack_state != nullptr && stack_state->IsObjectArray()) {
101 if (stack_trace != nullptr && stack_trace->IsObjectArray()) {
object-inl.h 208 inline bool Object::IsObjectArray() {
216 DCHECK(IsObjectArray<kVerifyFlags>());
    [all...]
object.h 140 bool IsObjectArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /art/runtime/
transaction.cc 87 DCHECK(!array->IsObjectArray());
200 CHECK(!old_root->IsObjectArray());
debugger.cc     [all...]
  /art/runtime/gc/accounting/
space_bitmap.cc 232 } else if (obj->IsObjectArray()) {
  /art/runtime/hprof/
hprof.cc 986 if (obj->IsObjectArray()) {
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/compiler/
image_writer.cc     [all...]
  /art/runtime/arch/
stub_test.cc     [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 595 DCHECK(array->IsArrayInstance() && !array->IsObjectArray());
    [all...]
interpreter_switch_impl.cc 510 DCHECK(array->IsArrayInstance() && !array->IsObjectArray());
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 182 milliseconds