Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A 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()
H A Dobject-inl.h157 inline bool Object::IsObjectArray() { in IsObjectArray() function
168 DCHECK((IsObjectArray<kVerifyFlags>())); in AsObjectArray()
H A Dobject.h189 bool IsObjectArray() REQUIRES_SHARED(Locks::mutator_lock_);
/aosp_15_r20/art/compiler/optimizing/
H A Dreference_type_info.h72 bool IsObjectArray() const REQUIRES_SHARED(Locks::mutator_lock_) { in IsObjectArray() function
H A Dinstruction_simplifier.cc1270 if (array_rti.IsObjectArray()) { in VisitArraySet()
2777 if (destination_rti.IsObjectArray()) { in SimplifySystemArrayCopy()
/aosp_15_r20/art/imgdiag/
H A 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()
/aosp_15_r20/art/dex2oat/
H A Dtransaction.cc175 if (array->IsObjectArray()) { in RecordNewArray()
289 DCHECK(!array->IsObjectArray()); in RecordWriteArray()
/aosp_15_r20/art/openjdkjvmti/
H A Dti_threadgroup.cc208 CHECK(groups_array->IsObjectArray()); in GetChildThreadGroups()
H A Dti_heap.cc152 !obj->IsObjectArray()) { in ReportPrimitiveArray()
1173 if (array->IsObjectArray()) { in VisitArray()
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils.cc182 DCHECK(!array->IsObjectArray()); in FillArrayData()
/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc166 if (array->IsObjectArray()) { in VMRuntime_addressOf()
H A Djava_lang_Class.cc851 if (element_array == nullptr || !(element_array->IsObjectArray())) { in Class_getRecordAnnotationElement()
/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc1000 ASSERT_TRUE(result.GetL()->IsObjectArray()); in TEST_F()
/aosp_15_r20/art/runtime/hprof/
H A Dhprof.cc1433 if (obj->IsObjectArray()) { in DumpHeapArray()
/aosp_15_r20/art/oatdump/
H A Doatdump.cc1841 if (image_root_object != nullptr && image_root_object->IsObjectArray()) { in Dump()
2152 if (obj->IsObjectArray()) { in DumpObject()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc194 CHECK(!obj->IsObjectArray()); in operator ()()
278 if (!cur_obj->IsObjectArray()) { in MatchDirtyObjectPaths()
/aosp_15_r20/art/runtime/arch/
H A Dstub_test.cc932 EXPECT_TRUE(obj->IsObjectArray()); in TEST_F()
/aosp_15_r20/art/runtime/gc/collector/
H A Dmark_compact.cc4133 DCHECK(obj->IsString() || (obj->IsArrayInstance() && !obj->IsObjectArray())); in MarkObjectNonNullNoPush()
/aosp_15_r20/art/runtime/gc/
H A Dheap.cc3375 if (!obj->IsObjectArray()) { in operator ()()