Searched refs:proto_map_ (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/startop/view_compiler/ | ||
D | dex_builder.h | 528 std::map<Prototype, ir::Proto*> proto_map_; variable |
D | dex_builder.cc | 596 ir::Proto*& ir_proto = proto_map_[prototype]; in GetOrEncodeProto() |