Searched refs:obj_array (Results 1 – 4 of 4) sorted by relevance
101 google_breakpad::TypedMDRVA<ObjectAndArrayStructure> obj_array(&writer); in WriteFile() local102 ASSERT_TRUE(obj_array.AllocateObjectAndArray(count, in WriteFile()104 obj_array.get()->count = count; in WriteFile()110 ASSERT_TRUE(obj_array.CopyIndexAfterObject(i, &local, sizeof(local))); in WriteFile()
753 public void unrollingInstanceOf(int[] a, Object[] obj_array) { in unrollingInstanceOf() argument755 if (obj_array[i] instanceof Integer) { in unrollingInstanceOf()
2153 ObjPtr<mirror::ObjectArray<mirror::Object>> obj_array = obj->AsObjectArray<mirror::Object>(); in DumpObject() local2154 for (int32_t i = 0, length = obj_array->GetLength(); i < length; i++) { in DumpObject()2155 ObjPtr<mirror::Object> value = obj_array->Get(i); in DumpObject()2158 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()