Home
last modified time | relevance | path

Searched refs:IsObjectArray (Results 1 – 19 of 19) sorted by relevance

/art/runtime/mirror/
Dthrowable.cc85 if (stack_state == nullptr || !stack_state->IsObjectArray()) { in GetStackDepth()
105 if (stack_state != nullptr && stack_state->IsObjectArray()) { in Dump()
131 if (stack_trace != nullptr && stack_trace->IsObjectArray()) { in Dump()
Dobject-inl.h157 inline bool Object::IsObjectArray() { in IsObjectArray() function
168 DCHECK((IsObjectArray<kVerifyFlags>())); in AsObjectArray()
Dobject.h189 bool IsObjectArray() REQUIRES_SHARED(Locks::mutator_lock_);
/art/openjdkjvmti/
Dti_threadgroup.cc208 CHECK(groups_array->IsObjectArray()); in GetChildThreadGroups()
Dti_heap.cc152 !obj->IsObjectArray()) { in ReportPrimitiveArray()
1173 if (array->IsObjectArray()) { in VisitArray()
/art/runtime/
Dtransaction.cc176 if (array->IsObjectArray()) { in RecordNewArray()
297 DCHECK(!array->IsObjectArray()); in RecordWriteArray()
/art/runtime/entrypoints/
Dentrypoint_utils.cc182 DCHECK(!array->IsObjectArray()); in FillArrayData()
/art/imgdiag/
Dimgdiag.cc364 CHECK(!obj->IsObjectArray()); in operator ()()
501 CHECK(!parent_obj->IsObjectArray()); in CalculateParentMap()
517 CHECK(parent_obj->IsObjectArray()); in CalculateParentMap()
538 if (parent_obj->IsObjectArray()) { in CalculateParentMap()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc166 if (array->IsObjectArray()) { in VMRuntime_addressOf()
Djava_lang_Class.cc851 if (element_array == nullptr || !(element_array->IsObjectArray())) { in Class_getRecordAnnotationElement()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc1009 ASSERT_TRUE(result.GetL()->IsObjectArray()); in TEST_F()
/art/runtime/hprof/
Dhprof.cc1426 if (obj->IsObjectArray()) { in DumpHeapArray()
/art/compiler/optimizing/
Dinstruction_simplifier.cc1246 if (array_rti.IsObjectArray()) { in VisitArraySet()
2567 if (destination_rti.IsObjectArray()) { in SimplifySystemArrayCopy()
Dnodes.h236 bool IsObjectArray() const REQUIRES_SHARED(Locks::mutator_lock_) { in IsObjectArray() function
/art/oatdump/
Doatdump.cc1828 if (image_root_object != nullptr && image_root_object->IsObjectArray()) { in Dump()
2139 if (obj->IsObjectArray()) { in DumpObject()
/art/runtime/arch/
Dstub_test.cc932 EXPECT_TRUE(obj->IsObjectArray()); in TEST_F()
/art/dex2oat/linker/
Dimage_writer.cc193 CHECK(!obj->IsObjectArray()); in operator ()()
277 if (!cur_obj->IsObjectArray()) { in MatchDirtyObjectPaths()
/art/runtime/gc/
Dheap.cc3357 if (!obj->IsObjectArray()) { in operator ()()
/art/runtime/gc/collector/
Dmark_compact.cc4708 DCHECK(obj->IsString() || (obj->IsArrayInstance() && !obj->IsObjectArray())); in MarkObjectNonNullNoPush()