Home
last modified time | relevance | path

Searched refs:MethodHandleItems (Results 1 – 4 of 4) sorted by relevance

/art/dexlayout/
Ddex_ir.cc97 [](const dex_ir::Header* h) { return h->MethodHandleItems().Size(); }, in __anon0e6c32920f02()
98 [](const dex_ir::Header* h) { return h->MethodHandleItems().GetOffset(); } in __anon0e6c32921002()
Ddex_ir_builder.cc376 CHECK_EQ(item->size_, header_->MethodHandleItems().Size()); in CheckAndSetRemainingOffsets()
377 CHECK_EQ(item->offset_, header_->MethodHandleItems().GetOffset()); in CheckAndSetRemainingOffsets()
545 CreateAndAddIndexedItem(header_->MethodHandleItems(), in CreateMethodHandleItem()
546 header_->MethodHandleItems().GetOffset() + in CreateMethodHandleItem()
563 header_->MethodHandleItems().SetOffset(item->offset_); in CreateCallSitesAndMethodHandles()
1162 item->SetMethodHandle(header_->MethodHandleItems()[method_handle_index]); in ReadEncodedValue()
Ddex_writer.cc697 for (auto& method_handle : header_->MethodHandleItems()) { in WriteMethodHandles()
706 header_->MethodHandleItems().SetOffset(start); in WriteMethodHandles()
753 header_->MethodHandleItems().Size(), in GenerateAndWriteMapItems()
754 header_->MethodHandleItems().GetOffset())); in GenerateAndWriteMapItems()
Ddex_ir.h452 IndexedCollectionVector<MethodHandleItem>& MethodHandleItems() { return method_handle_items_; } in MethodHandleItems() function
453 const IndexedCollectionVector<MethodHandleItem>& MethodHandleItems() const { in MethodHandleItems() function