Searched refs:obj_array (Results 1 – 3 of 3) sorted by relevance
579 public void unrollingInstanceOf(int[] a, Object[] obj_array) { in unrollingInstanceOf() argument581 if (obj_array[i] instanceof Integer) { in unrollingInstanceOf()
2047 ObjPtr<mirror::ObjectArray<mirror::Object>> obj_array = obj->AsObjectArray<mirror::Object>(); in DumpObject() local2048 for (int32_t i = 0, length = obj_array->GetLength(); i < length; i++) { in DumpObject()2049 ObjPtr<mirror::Object> value = obj_array->Get(i); in DumpObject()2052 if (value == obj_array->Get(j)) { in DumpObject()
1169 art::ObjPtr<art::mirror::ObjectArray<art::mirror::Object>> obj_array = in VisitArray() local1171 for (auto elem_pair : art::ZipCount(obj_array->Iterate())) { in VisitArray()