Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:method_handle_items_

177       { return method_handle_items_.Collection(); }
265 uint32_t MethodHandleItemsOffset() const { return method_handle_items_.GetOffset(); }
287 { method_handle_items_.SetOffset(new_offset); }
311 uint32_t MethodHandleItemsSize() const { return method_handle_items_.Size(); }
339 CollectionVector<MethodHandleItem> method_handle_items_;