Searched defs:element (Results 1 – 11 of 11) sorted by relevance
| /art/runtime/base/ |
| D | hash_set.h | 302 Iterator Find(const K& element) { in Find() 307 ConstIterator Find(const K& element) const { in Find() 312 Iterator FindWithHash(const K& element, size_t hash) { in FindWithHash() 317 ConstIterator FindWithHash(const K& element, size_t hash) const { in FindWithHash() 322 void Insert(const T& element) { in Insert() 326 void InsertWithHash(const T& element, size_t hash) { in InsertWithHash() 350 const T& element = ElementForIndex(i); in TotalProbeDistance() local 372 T& element = data_[i]; in Verify() local 416 size_t FindIndex(const K& element, size_t hash) const { in FindIndex() 485 T& element = old_data[i]; in Resize() local
|
| /art/runtime/ |
| D | mapping_table.h | 68 DexToPcIterator(const MappingTable* table, uint32_t element) : in DexToPcIterator() 145 PcToDexIterator(const MappingTable* table, uint32_t element) : in PcToDexIterator()
|
| D | common_runtime_test.cc | 509 mirror::Object* element = dex_elements->GetWithoutChecks(i); in GetDexFiles() local
|
| D | class_linker.cc | 1677 mirror::Object* element = dex_elements->GetWithoutChecks(i); in FindClassInPathClassLoader() local
|
| D | debugger.cc | 1266 mirror::Object* element = oa->Get(offset + i); in OutputArray() local
|
| /art/compiler/utils/ |
| D | growable_array.h | 120 void Delete(T element) { in Delete()
|
| /art/test/122-npe/src/ |
| D | Main.java | 565 static void checkElement(StackTraceElement element, in checkElement()
|
| /art/test/439-npe/src/ |
| D | Main.java | 221 static void checkElement(StackTraceElement element, in checkElement()
|
| /art/runtime/mirror/ |
| D | array-inl.h | 386 inline void PointerArray::SetElementPtrSize(uint32_t idx, T element, size_t ptr_size) { in SetElementPtrSize()
|
| /art/test/107-int-math2/src/ |
| D | Main.java | 830 static void throwArrayStoreException(Object[] array, Object element) { in throwArrayStoreException()
|
| /art/compiler/ |
| D | oat_writer.cc | 837 auto* element = writer_->image_writer_->GetDexCacheArrayElementImageAddress( in GetDexCacheOffset() local
|