Searched defs:element (Results 1 – 8 of 8) sorted by relevance
66 DexToPcIterator(const MappingTable* table, uint32_t element) : in DexToPcIterator()139 PcToDexIterator(const MappingTable* table, uint32_t element) : in PcToDexIterator()
1036 mirror::Object* element = oa->Get(offset + i); in OutputArray() local
41 extern "C" void art_portable_check_put_array_element_from_code(const mirror::Object* element, in art_portable_check_put_array_element_from_code()
51 extern "C" int artCanPutArrayElementFromCode(const mirror::Object* element, in artCanPutArrayElementFromCode()
158 const mirror::Object* element = array->GetWithoutChecks(static_cast<int32_t>(i)); in VisitObjectArrayReferences() local
134 void Delete(T element) { in Delete()
578 const Object* element = orig->Get(i); in FixupObjectArray() local
807 static void throwArrayStoreException(Object[] array, Object element) { in throwArrayStoreException()