Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h700 : class_(klass), proto_(proto), name_(name) { size_ = kMethodIdItemSize; } in MethodId()
706 const ProtoId* Proto() const { return proto_; } in Proto()
713 const ProtoId* proto_; variable