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

/art/runtime/mirror/
H A Dobject_array-inl.h112 inline T* ObjectArray<T>::GetWithoutChecks(int32_t i) { function in class:art::mirror::ObjectArray
123 src->GetWithoutChecks(src_pos + i);
136 // We need a RB here. ObjectArray::GetWithoutChecks() contains a RB.
137 Object* obj = src->GetWithoutChecks(src_pos + i);
143 // We need a RB here. ObjectArray::GetWithoutChecks() contains a RB.
144 Object* obj = src->GetWithoutChecks(src_pos + i);
155 GetWithoutChecks(dst_pos + i);
166 src->GetWithoutChecks(src_pos + i);
176 // We need a RB here. ObjectArray::GetWithoutChecks() contains a RB.
177 T* obj = src->GetWithoutChecks(src_po
[all...]

Completed in 57 milliseconds