Home
last modified time | relevance | path

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

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