Searched refs:MethodHandleItems (Results 1 – 4 of 4) sorted by relevance
97 [](const dex_ir::Header* h) { return h->MethodHandleItems().Size(); }, in __anon2b802b990f02()98 [](const dex_ir::Header* h) { return h->MethodHandleItems().GetOffset(); } in __anon2b802b991002()
376 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()
697 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()
452 IndexedCollectionVector<MethodHandleItem>& MethodHandleItems() { return method_handle_items_; } in MethodHandleItems() function453 const IndexedCollectionVector<MethodHandleItem>& MethodHandleItems() const { in MethodHandleItems() function