Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir_builder.cc147 void CreateProtoId(const DexFile& dex_file, uint32_t i);
286 builder_maps.CreateProtoId(dex_file, i); in DexIrBuilder()
445 void BuilderMaps::CreateProtoId(const DexFile& dex_file, uint32_t i) { in CreateProtoId() function in art::dex_ir::BuilderMaps