HomeSort by relevance Sort by last modified time
    Searched refs:method_handle_items_ (Results 1 - 2 of 2) sorted by null

  /art/dexlayout/
dex_ir.h 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_; member in class:art::dex_ir::Collections
    [all...]
dex_ir.cc     [all...]

Completed in 2006 milliseconds