Home
last modified time | relevance | path

Searched defs:element (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dmapping_table.h66 DexToPcIterator(const MappingTable* table, uint32_t element) : in DexToPcIterator()
139 PcToDexIterator(const MappingTable* table, uint32_t element) : in PcToDexIterator()
Ddebugger.cc1036 mirror::Object* element = oa->Get(offset + i); in OutputArray() local
/art/runtime/entrypoints/portable/
Dportable_cast_entrypoints.cc41 extern "C" void art_portable_check_put_array_element_from_code(const mirror::Object* element, in art_portable_check_put_array_element_from_code()
/art/runtime/entrypoints/quick/
Dquick_cast_entrypoints.cc51 extern "C" int artCanPutArrayElementFromCode(const mirror::Object* element, in artCanPutArrayElementFromCode()
/art/runtime/gc/collector/
Dmark_sweep-inl.h158 const mirror::Object* element = array->GetWithoutChecks(static_cast<int32_t>(i)); in VisitObjectArrayReferences() local
/art/compiler/dex/
Dgrowable_array.h134 void Delete(T element) { in Delete()
/art/compiler/
Dimage_writer.cc578 const Object* element = orig->Get(i); in FixupObjectArray() local
/art/test/107-int-math2/src/
DMain.java807 static void throwArrayStoreException(Object[] array, Object element) { in throwArrayStoreException()