OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUnsignedShortFromTwoBytes
(Results
1 - 14
of
14
) sorted by null
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format32x.java
36
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 2);
41
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 4);
Format3rmi.java
41
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 2);
46
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 4);
Format3rms.java
41
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 2);
46
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 4);
Format20bc.java
44
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 1);
Format22x.java
40
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 2);
Format3rc.java
43
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 2);
48
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 4);
Format22cs.java
48
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 2);
Format35mi.java
43
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 2);
Format35ms.java
43
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 2);
Format21c.java
42
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 2);
Format22c.java
47
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 2);
Format35c.java
45
return RawInsnHelper.
getUnsignedShortFromTwoBytes
(raw, 2);
RawInsnHelper.java
55
public static long
getUnsignedShortFromTwoBytes
(byte[] raw, int idx) {
/art/tools/dexfuzz/src/dexfuzz/program/
CodeTranslator.java
397
int targetsSize = (int) RawInsnHelper.
getUnsignedShortFromTwoBytes
(dataInsn.rawBytes, rawPtr);
Completed in 84 milliseconds