Home
last modified time | relevance | path

Searched defs:ProtoId (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_file_structs.h78 struct ProtoId { struct
85 DISALLOW_COPY_AND_ASSIGN(ProtoId); argument
/art/dexlayout/
Ddex_ir.h60 class ProtoId; variable
654 ProtoId(const StringId* shorty, const TypeId* return_type, TypeList* parameters) in ProtoId() function