HomeSort by relevance Sort by last modified time
    Searched refs:dexStringById (Results 1 - 13 of 13) sorted by null

  /dalvik/vm/oo/
Resolve.cpp 203 const char* name = dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx);
335 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx);
411 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx),
415 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx));
470 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx),
474 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx));
Class.cpp     [all...]
  /dalvik/vm/analysis/
Optimize.cpp 542 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx),
547 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx));
555 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx));
615 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx);
782 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx));
804 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx), &proto);
808 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx), &proto);
813 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx));
839 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx),
    [all...]
CodeVerify.cpp     [all...]
  /dalvik/dexlist/
DexList.cpp 108 methodName = dexStringById(pDexFile, pMethodId->nameIdx);
175 fileName = dexStringById(pDexFile, pClassDef->sourceFileIdx);
  /dalvik/dexdump/
DexDump.cpp 667 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx);
686 pFieldInfo->name = dexStringById(pDexFile, pFieldId->nameIdx);
780 dexStringById(pDexFile, index), width, index);
    [all...]
  /dalvik/libdex/
DexFile.h 629 DEX_INLINE const char* dexStringById(const DexFile* pDexFile, u4 idx) {
651 return dexStringById(pDexFile, typeId->descriptorIdx);
748 return dexStringById(pDexFile, pClassDef->sourceFileIdx);
DexDebugInfo.cpp 92 return dexStringById(pDexFile, stringIdx - 1);
DexProto.cpp 129 return dexStringById(pProto->dexFile, protoId->shortyIdx);
DexSwapVerify.cpp 593 dexStringById(state->pDexFile, item->descriptorIdx);
674 dexStringById(state->pDexFile, item->shortyIdx);
792 s = dexStringById(state->pDexFile, item->nameIdx);
858 s = dexStringById(state->pDexFile, item->nameIdx);
    [all...]
  /dalvik/vm/native/
dalvik_system_VMRuntime.cpp 325 const char* fieldName = dexStringById(pDexFile, pFieldId->nameIdx);
359 const char* methodName = dexStringById(pDexFile, pMethodId->nameIdx);
  /dalvik/vm/reflect/
Annotation.cpp 258 name = dexStringById(pDexFile, pMethodId->nameIdx);
670 name = dexStringById(pDexFile, elementNameIdx);
    [all...]
  /dalvik/vm/interp/
Interp.cpp     [all...]

Completed in 96 milliseconds