Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h58 typedef uint64_t FieldId; /* static or instance field */ typedef
/art/runtime/
Ddex_file.h164 struct FieldId { struct
170 DISALLOW_COPY_AND_ASSIGN(FieldId); argument
/art/dexlayout/
Ddex_ir.h46 class FieldId; variable
554 FieldId(const TypeId* klass, const TypeId* type, const StringId* name) in FieldId() function