Searched refs:object_array (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc60 #include "mirror/object_array-inl.h"
2526 mirror::ObjectArray<mirror::Object>* object_array = variable
2528 for (int32_t i = 0; i < object_array->GetLength(); ++i) {
2529 if (object_array->Get(i) == ref) {

Completed in 33 milliseconds