Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dwriter.cc602 auto dexMethodId = &dex_->method_ids[i]; in FillMethods() local
603 dexMethodId->class_idx = ir_method->parent->index; in FillMethods()
604 dexMethodId->proto_idx = ir_method->prototype->index; in FillMethods()
605 dexMethodId->name_idx = ir_method->name->index; in FillMethods()