Searched defs:oa (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddebugger.cc1211 mirror::ObjectArray<mirror::Object>* oa = a->AsObjectArray<mirror::Object>(); local
1213 mirror::Object* element = oa->Get(offset + i);
1262 mirror::ObjectArray<mirror::Object>* oa = dst->AsObjectArray<mirror::Object>(); local
1270 if (o != nullptr && !o->InstanceOf(oa->GetClass()->GetComponentType())) {
1273 oa->Set<false>(offset + i, o);

Completed in 43 milliseconds