Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.cc80 if (stack_state == nullptr || !stack_state->IsObjectArray()) { in GetStackDepth()
100 if (stack_state != nullptr && stack_state->IsObjectArray()) { in Dump()
126 if (stack_trace != nullptr && stack_trace->IsObjectArray()) { in Dump()
Dobject-inl.h183 inline bool Object::IsObjectArray() { in IsObjectArray() function
192 DCHECK((IsObjectArray<kVerifyFlags, kReadBarrierOption>())); in AsObjectArray()
Dobject.h191 bool IsObjectArray() REQUIRES_SHARED(Locks::mutator_lock_);
/art/openjdkjvmti/
Dti_threadgroup.cc201 CHECK(groups_array->IsObjectArray()); in GetChildThreadGroups()
Dti_heap.cc122 !obj->IsObjectArray()) { in ReportPrimitiveArray()
1074 if (array->IsObjectArray()) { in VisitArray()
/art/runtime/entrypoints/
Dentrypoint_utils.cc165 DCHECK(!array->IsObjectArray()); in FillArrayData()
/art/runtime/
Dtransaction.cc219 DCHECK(!array->IsObjectArray()); in RecordWriteArray()
356 CHECK(!old_root->IsObjectArray()); in VisitArrayLogs()
Ddebugger.cc2219 CHECK(groups_array->IsObjectArray()); in GetChildThreadGroups()
/art/compiler/optimizing/
Dinstruction_simplifier.cc1046 if (array_rti.IsObjectArray()) { in VisitArraySet()
2184 if (destination_rti.IsObjectArray()) { in SimplifySystemArrayCopy()
Dnodes.h221 bool IsObjectArray() const REQUIRES_SHARED(Locks::mutator_lock_) { in IsObjectArray() function
/art/runtime/hprof/
Dhprof.cc1431 if (obj->IsObjectArray()) { in DumpHeapArray()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc1313 ASSERT_TRUE(result.GetL()->IsObjectArray()); in TEST_F()
/art/oatdump/
Doatdump.cc2028 if (image_root_object != nullptr && image_root_object->IsObjectArray()) { in Dump()
2396 if (obj->IsObjectArray()) { in DumpObject()
/art/runtime/arch/
Dstub_test.cc1061 EXPECT_TRUE(obj->IsObjectArray()); in TEST_F()
/art/runtime/gc/
Dheap.cc3050 if (!obj->IsObjectArray()) { in operator ()()