Searched defs:DebugInfoItem (Results 1 - 2 of 2) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DDebugInfoItem.java24 public class DebugInfoItem implements RawDexObject { class in inherits:RawDexObject
28 public DebugInfoItem(int size) { method in class:DebugInfoItem
/art/dexlayout/
H A Ddex_ir.h45 class DebugInfoItem;
98 virtual void Dispatch(DebugInfoItem* debug_info_item) = 0;
231 CollectionVector<DebugInfoItem>::Vector& DebugInfoItems()
450 CollectionVector<DebugInfoItem> debug_info_items_;
464 CollectionMap<DebugInfoItem> debug_info_items_map_;
1061 DebugInfoItem* debug_info,
1081 DebugInfoItem* DebugInfo() const { return debug_info_; }
1101 DebugInfoItem* debug_info_; // This can be nullptr.
1111 class DebugInfoItem : public Item { class in namespace:art::dex_ir
1113 DebugInfoItem(uint32_ function in class:art::dex_ir::DebugInfoItem
[all...]

Completed in 82 milliseconds