Home
last modified time | relevance | path

Searched refs:IndexedItem (Results 1 – 2 of 2) sorted by relevance

/art/dexlayout/
Ddex_ir.h373 class IndexedItem : public Item {
375 IndexedItem() { } in IndexedItem() function
376 virtual ~IndexedItem() { } in ~IndexedItem()
382 IndexedItem(uint32_t offset, uint32_t size, uint32_t index) in IndexedItem() function
475 class StringId : public IndexedItem {
495 class TypeId : public IndexedItem {
529 class ProtoId : public IndexedItem {
552 class FieldId : public IndexedItem {
574 class MethodId : public IndexedItem {
779 class ClassDef : public IndexedItem {
[all …]
Ddex_ir.cc824 IndexedItem* field_or_method_id; in CreateMethodHandleItem()