Home
last modified time | relevance | path

Searched refs:expectedLen (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/
DDebugger.cpp2257 u1 tag, u1* buf, int expectedLen) in dvmDbgGetLocalValue() argument
2270 assert(expectedLen == 1); in dvmDbgGetLocalValue()
2275 assert(expectedLen == 1); in dvmDbgGetLocalValue()
2281 assert(expectedLen == 2); in dvmDbgGetLocalValue()
2287 assert(expectedLen == 4); in dvmDbgGetLocalValue()
2292 assert(expectedLen == sizeof(ObjectId)); in dvmDbgGetLocalValue()
2307 assert(expectedLen == sizeof(ObjectId)); in dvmDbgGetLocalValue()
2324 assert(expectedLen == 8); in dvmDbgGetLocalValue()
DDebugger.h255 u1 tag, u1* buf, int expectedLen);
/dalvik/libdex/
DDexSwapVerify.cpp2837 int expectedLen = (int) SWAP4(pHeader->fileSize); in dexSwapAndVerify() local
2838 if (len < expectedLen) { in dexSwapAndVerify()
2839 ALOGE("ERROR: Bad length: expected %d, got %d", expectedLen, len); in dexSwapAndVerify()
2841 } else if (len != expectedLen) { in dexSwapAndVerify()
2842 ALOGW("WARNING: Odd length: expected %d, got %d", expectedLen, in dexSwapAndVerify()