Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dreader.h94 ir::MethodDecl* ParseMethodDecl(dex::u4 index);
/tools/dexter/slicer/
Dreader.cc178 auto newMethod = ParseMethodDecl(index); in GetMethodDecl()
813 ir::MethodDecl* Reader::ParseMethodDecl(dex::u4 index) { in ParseMethodDecl() function in dex::Reader