Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir_builder.cc214 Type* CreateAndAddIndexedItem(IndexedCollectionVector<Type>& vector, in CreateAndAddIndexedItem() function in art::dex_ir::BuilderMaps
218 Type* item = vector.CreateAndAddIndexedItem(index, std::forward<Args>(args)...); in CreateAndAddIndexedItem()
430 CreateAndAddIndexedItem(header_->StringIds(), in CreateStringId()
438 CreateAndAddIndexedItem(header_->TypeIds(), in CreateTypeId()
449 CreateAndAddIndexedItem(header_->ProtoIds(), in CreateProtoId()
459 CreateAndAddIndexedItem(header_->FieldIds(), in CreateFieldId()
469 CreateAndAddIndexedItem(header_->MethodIds(), in CreateMethodId()
501 CreateAndAddIndexedItem(header_->ClassDefs(), in CreateClassDef()
520 CreateAndAddIndexedItem(header_->CallSiteIds(), in CreateCallSiteId()
544 CreateAndAddIndexedItem(header_->MethodHandleItems(), in CreateMethodHandleItem()
[all …]
Ddex_ir.h290 T* CreateAndAddIndexedItem(uint32_t index, Args&&... args) { in CreateAndAddIndexedItem() function