Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dwriter.cc577 const auto& irProto = protos[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()