Searched defs:DexCode (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DDexFile.h420 struct DexCode { struct
834 /* get the size, in bytes, of a DexCode */
835 size_t dexGetDexCodeSize(const DexCode* pCode);
837 /* Get the list of "tries" for the given DexCode. */
838 DEX_INLINE const DexTry* dexGetTries(const DexCode* pCode) {
849 /* Get the base of the encoded data for the given DexCode. */
850 DEX_INLINE const u1* dexGetCatchHandlerData(const DexCode* pCode) {
857 const DexCode* pCode)

Completed in 20 milliseconds