Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc814 auto& dex_method = MethodIds()[index]; in ParseMethodDecl() local
817 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()