Searched refs:dex_method (Results 1 – 1 of 1) sorted by relevance
814 auto& dex_method = MethodIds()[index]; in ParseMethodDecl() local817 ir_method->name = GetString(dex_method.name_idx); in ParseMethodDecl()818 ir_method->prototype = GetProto(dex_method.proto_idx); in ParseMethodDecl()819 ir_method->parent = GetType(dex_method.class_idx); in ParseMethodDecl()