Home
last modified time | relevance | path

Searched defs:FieldId (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Ddex_file_structs.h68 struct FieldId { struct
74 DISALLOW_COPY_AND_ASSIGN(FieldId); argument
/art/runtime/jdwp/
Djdwp.h59 typedef uint64_t FieldId; /* static or instance field */ typedef
/art/dexlayout/
Ddex_ir.h50 class FieldId; variable
677 FieldId(const TypeId* klass, const TypeId* type, const StringId* name) in FieldId() function