Searched refs:byte3 (Results 1 - 2 of 2) sorted by relevance

/dalvik/libdex/
H A DDexSwapVerify.cpp1921 u1 byte3 = *(data++); local
1922 if ((byte3 & 0xc0) != 0x80) {
1923 ALOGE("Illegal continuation byte %#x", byte3);
1927 | (byte3 & 0x3f);
/dalvik/dx/src/com/android/dx/io/instructions/
H A DInstructionCodec.java947 private static int byte3(int value) { method in class:InstructionCodec

Completed in 557 milliseconds