Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc802 auto& dex_field = FieldIds()[index]; in ParseFieldDecl() local
805 ir_field->name = GetString(dex_field.name_idx); in ParseFieldDecl()
806 ir_field->type = GetType(dex_field.type_idx); in ParseFieldDecl()
807 ir_field->parent = GetType(dex_field.class_idx); in ParseFieldDecl()