Home
last modified time | relevance | path

Searched refs:IsObjectArray (Results 1 – 16 of 16) 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.h178 bool IsObjectArray() REQUIRES_SHARED(Locks::mutator_lock_);
/art/compiler/optimizing/
Dintrinsic_objects.cc89 DCHECK(result->IsObjectArray()); in GetIntegerValueOfCache()
Dinstruction_simplifier.cc1078 if (array_rti.IsObjectArray()) { in VisitArraySet()
2209 if (destination_rti.IsObjectArray()) { in SimplifySystemArrayCopy()
Dnodes.h225 bool IsObjectArray() const REQUIRES_SHARED(Locks::mutator_lock_) { in IsObjectArray() function
/art/openjdkjvmti/
Dti_threadgroup.cc201 CHECK(groups_array->IsObjectArray()); in GetChildThreadGroups()
Dti_heap.cc122 !obj->IsObjectArray()) { in ReportPrimitiveArray()
1140 if (array->IsObjectArray()) { in VisitArray()
/art/runtime/
Dtransaction.cc220 DCHECK(!array->IsObjectArray()); in RecordWriteArray()
357 CHECK(!old_root->IsObjectArray()); in VisitArrayLogs()
Ddebugger.cc2186 CHECK(groups_array->IsObjectArray()); in GetChildThreadGroups()
/art/runtime/entrypoints/
Dentrypoint_utils.cc168 DCHECK(!array->IsObjectArray()); in FillArrayData()
/art/runtime/hprof/
Dhprof.cc1432 if (obj->IsObjectArray()) { in DumpHeapArray()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc1296 ASSERT_TRUE(result.GetL()->IsObjectArray()); in TEST_F()
/art/oatdump/
Doatdump.cc1836 if (image_root_object != nullptr && image_root_object->IsObjectArray()) { in Dump()
2201 if (obj->IsObjectArray()) { in DumpObject()
/art/runtime/arch/
Dstub_test.cc1064 EXPECT_TRUE(obj->IsObjectArray()); in TEST_F()
/art/runtime/gc/
Dheap.cc3243 if (!obj->IsObjectArray()) { in operator ()()