Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump.cc1660 dex::StringIndex method_name_idx = static_cast<dex::StringIndex>(it.GetJavaValue().i); in dumpCallSite() local
1661 const char* method_name = pDexFile->StringDataByIdx(method_name_idx); in dumpCallSite()