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()
2109 ObjPtr<mirror::ObjectArray<mirror::Object>> obj_array = obj->AsObjectArray<mirror::Object>(); in DumpObject() local2110 for (int32_t i = 0, length = obj_array->GetLength(); i < length; i++) { in DumpObject()2111 ObjPtr<mirror::Object> value = obj_array->Get(i); in DumpObject()2114 if (value == obj_array->Get(j)) { in DumpObject()
1167 art::ObjPtr<art::mirror::ObjectArray<art::mirror::Object>> obj_array = in VisitArray() local1169 for (auto elem_pair : art::ZipCount(obj_array->Iterate())) { in VisitArray()