Home
last modified time | relevance | path

Searched refs:CreateAndAddIndexedItem (Results 1 – 2 of 2) sorted by relevance

/art/dexlayout/
Ddex_ir_builder.cc215 Type* CreateAndAddIndexedItem(IndexedCollectionVector<Type>& vector, in CreateAndAddIndexedItem() function in art::dex_ir::BuilderMaps
219 Type* item = vector.CreateAndAddIndexedItem(index, std::forward<Args>(args)...); in CreateAndAddIndexedItem()
431 CreateAndAddIndexedItem(header_->StringIds(), in CreateStringId()
439 CreateAndAddIndexedItem(header_->TypeIds(), in CreateTypeId()
450 CreateAndAddIndexedItem(header_->ProtoIds(), in CreateProtoId()
460 CreateAndAddIndexedItem(header_->FieldIds(), in CreateFieldId()
470 CreateAndAddIndexedItem(header_->MethodIds(), in CreateMethodId()
502 CreateAndAddIndexedItem(header_->ClassDefs(), in CreateClassDef()
521 CreateAndAddIndexedItem(header_->CallSiteIds(), in CreateCallSiteId()
545 CreateAndAddIndexedItem(header_->MethodHandleItems(), in CreateMethodHandleItem()
[all …]
Ddex_ir.h290 T* CreateAndAddIndexedItem(uint32_t index, Args&&... args) { in CreateAndAddIndexedItem() function