Home | History | Annotate | Download | only in libdex

Lines Matching refs:DexCode

314 typedef struct DexCode {
326 } DexCode;
724 /* get the size, in bytes, of a DexCode */
725 size_t dexGetDexCodeSize(const DexCode* pCode);
727 /* Get the list of "tries" for the given DexCode. */
728 DEX_INLINE const DexTry* dexGetTries(const DexCode* pCode) {
739 /* Get the base of the encoded data for the given DexCode. */
740 DEX_INLINE const u1* dexGetCatchHandlerData(const DexCode* pCode) {
747 const DexCode* pCode)
778 const DexCode* pDexCode,