Searched refs:obj_array (Results 1 – 3 of 3) sorted by relevance
753 public void unrollingInstanceOf(int[] a, Object[] obj_array) { in unrollingInstanceOf() argument755 if (obj_array[i] instanceof Integer) { in unrollingInstanceOf()
2140 ObjPtr<mirror::ObjectArray<mirror::Object>> obj_array = obj->AsObjectArray<mirror::Object>(); in DumpObject() local2141 for (int32_t i = 0, length = obj_array->GetLength(); i < length; i++) { in DumpObject()2142 ObjPtr<mirror::Object> value = obj_array->Get(i); in DumpObject()2145 if (value == obj_array->Get(j)) { in DumpObject()
1174 art::ObjPtr<art::mirror::ObjectArray<art::mirror::Object>> obj_array = in VisitArray() local1176 for (auto elem_pair : art::ZipCount(obj_array->Iterate())) { in VisitArray()