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

/dalvik/libdex/
H A DDexFile.h337 struct DexCode { struct
751 /* get the size, in bytes, of a DexCode */
752 size_t dexGetDexCodeSize(const DexCode* pCode);
754 /* Get the list of "tries" for the given DexCode. */
755 DEX_INLINE const DexTry* dexGetTries(const DexCode* pCode) {
766 /* Get the base of the encoded data for the given DexCode. */
767 DEX_INLINE const u1* dexGetCatchHandlerData(const DexCode* pCode) {
774 const DexCode* pCode)

Completed in 56 milliseconds