Home
last modified time | relevance | path

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

/art/tools/veridex/
Dveridex.h87 static VeriMethod getDeclaredMethod_; variable
100 return method == VeriClass::getMethod_ || method == VeriClass::getDeclaredMethod_; in IsGetMethod()
Dveridex.cc63 VeriMethod VeriClass::getDeclaredMethod_ = nullptr; member in art::VeriClass
201 VeriClass::getDeclaredMethod_ = boot_resolvers[0]->LookupDeclaredMethodIn( in Run()