Searched refs:pOffset (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/analysis/ |
D | VerifySubs.cpp | 93 int curOffset, s4* pOffset, bool* pConditional) in dvmGetBranchOffset() argument 99 *pOffset = ((s2) *insns) >> 8; in dvmGetBranchOffset() 103 *pOffset = insns[1] | (((u4) insns[2]) << 16); in dvmGetBranchOffset() 107 *pOffset = (s2) insns[1]; in dvmGetBranchOffset() 122 *pOffset = (s2) insns[1]; in dvmGetBranchOffset()
|
D | VerifySubs.h | 66 int curOffset, s4* pOffset, bool* pConditional);
|
/dalvik/vm/ |
D | InitRefs.cpp | 155 static bool initFieldOffset(ClassObject* clazz, int *pOffset, in initFieldOffset() argument 163 *pOffset = offset; in initFieldOffset() 394 static bool initVirtualMethodOffset(int* pOffset, const char* className, in initVirtualMethodOffset() argument 411 *pOffset = method->methodIndex; in initVirtualMethodOffset()
|
/dalvik/libdex/ |
D | ZipArchive.h | 131 int* pMethod, size_t* pUncompLen, size_t* pCompLen, off_t* pOffset,
|
D | ZipArchive.cpp | 480 int* pMethod, size_t* pUncompLen, size_t* pCompLen, off_t* pOffset, in dexZipGetEntryInfo() argument 531 if (pOffset != NULL) { in dexZipGetEntryInfo() 578 *pOffset = dataOffset; in dexZipGetEntryInfo()
|