Home
last modified time | relevance | path

Searched defs:protoIdx (Results 1 – 5 of 5) sorted by relevance

/dalvik/libdex/
DDexDebugInfo.cpp145 u4 protoIdx, in dexDecodeDebugInfo0()
316 u4 protoIdx, in dexDecodeDebugInfo()
DDexProto.h81 u4 protoIdx; /* index into proto_ids table of dexFile */ member
DDexFile.h288 u2 protoIdx; /* index into protoIds for method prototype */ member
DDexSwapVerify.cpp687 u4 protoIdx = item - state->pDexFile->pProtoIds; in crossVerifyProtoIdItem() local
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java589 public int protoIdx; // index into proto_ids field in DexData.MethodIdItem