Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dwriter.cc578 auto dexProtoId = &dex_->proto_ids[i]; in FillProtos() local
579 dexProtoId->shorty_idx = irProto->shorty->index; in FillProtos()
580 dexProtoId->return_type_idx = irProto->return_type->index; in FillProtos()
581 dexProtoId->parameters_off = FilePointer(irProto->param_types); in FillProtos()