Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h335 class IndexedItem : public Item {
337 IndexedItem() { } in IndexedItem() function
338 virtual ~IndexedItem() { } in ~IndexedItem()
344 IndexedItem(uint32_t offset, uint32_t size, uint32_t index) in IndexedItem() function
598 class StringId : public IndexedItem {
618 class TypeId : public IndexedItem {
652 class ProtoId : public IndexedItem {
675 class FieldId : public IndexedItem {
697 class MethodId : public IndexedItem {
906 class ClassDef : public IndexedItem {
[all …]
Ddex_ir_builder.cc539 IndexedItem* field_or_method_id; in CreateMethodHandleItem()