Home
last modified time | relevance | path

Searched refs:AsArray (Results 1 – 17 of 17) sorted by relevance

/art/runtime/native/
Djava_lang_System.cc77 ObjPtr<mirror::Array> srcArray = srcObject->AsArray(); in System_arraycopy()
78 ObjPtr<mirror::Array> dstArray = dstObject->AsArray(); in System_arraycopy()
177 ObjPtr<mirror::Array> srcArray = srcObject->AsArray(); in System_arraycopyTUnchecked()
178 ObjPtr<mirror::Array> dstArray = dstObject->AsArray(); in System_arraycopyTUnchecked()
/art/runtime/gc/
Dverification.cc62 oss << " length=" << obj->AsArray<kVerifyNone, kWithoutReadBarrier>()->GetLength(); in DumpObjectInfo()
/art/runtime/entrypoints/
Dentrypoint_utils.cc164 mirror::Array* array = obj->AsArray(); in FillArrayData()
/art/runtime/
Dreference_table.cc78 return obj->AsArray()->GetLength(); in GetElementCount()
Djni_internal.cc1963 mirror::Array* array = obj->AsArray(); in GetArrayLength()
Ddebugger.cc435 return o->AsArray(); in DecodeNonNullArray()
/art/openjdkjvmti/
Dti_class_definition.cc154 hs.NewHandle(art::down_cast<art::mirror::ByteArray*>(orig_dex->AsArray()))); in GetDexDataForRetransformation()
Dti_heap.cc123 art::ObjPtr<art::mirror::Array> array = obj->AsArray(); in ReportPrimitiveArray()
704 length = obj->AsArray()->GetLength(); in DoIterateThroughHeap()
1253 length = referree->AsArray()->GetLength(); in ReportReference()
/art/runtime/gc/space/
Dspace_test.h116 mirror::Array* arr = o->AsArray<kVerifyNone>(); in InstallClass()
/art/runtime/mirror/
Dobject-inl.h214 inline Array* Object::AsArray() { in AsArray() function
380 result = AsArray<kNewFlags, kReadBarrierOption>()-> in SizeOf()
Dobject.h216 Array* AsArray() REQUIRES_SHARED(Locks::mutator_lock_);
Dvar_handle.cc1757 ObjPtr<Array> target_array(raw_array->AsArray()); in Access()
/art/runtime/interpreter/
Dunstarted_runtime.cc818 mirror::Array* src_array = src_obj->AsArray(); in UnstartedSystemArraycopy()
819 mirror::Array* dst_array = dst_obj->AsArray(); in UnstartedSystemArraycopy()
1240 mirror::Array* array = obj->AsArray(); in UnstartedMemoryPeekArray()
Dinterpreter_switch_impl.cc648 shadow_frame.SetVReg(inst->VRegA_12x(inst_data), array->AsArray()->GetLength()); in ExecuteSwitchImplCpp()
734 RecordArrayElementsInTransaction(obj->AsArray(), payload->element_count); in ExecuteSwitchImplCpp()
/art/runtime/hprof/
Dhprof.cc1175 DumpHeapArray(obj->AsArray(), c); in DumpHeapObject()
/art/runtime/gc/collector/
Dconcurrent_copying.cc2268 mirror::Array* dummy_arr = dummy_obj->AsArray<kVerifyNone, kWithoutReadBarrier>(); in FillWithDummyObject()
/art/oatdump/
Doatdump.cc2381 obj->AsArray()->GetLength()); in DumpObject()