Searched refs:byte_code (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dserialize.h217 static int RepeatsForCode(int byte_code) { argument
218 DCHECK(byte_code >= kConstantRepeat && byte_code <= 0x7f);
219 return byte_code - 0x72;
224 static int RootArrayConstantFromByteCode(int byte_code) { argument
225 return byte_code & 0x1f;
H A Dserialize.cc939 #define FOUR_CASES(byte_code) \
940 case byte_code: \
941 case byte_code + 1: \
942 case byte_code + 2: \
943 case byte_code + 3:
945 #define SIXTEEN_CASES(byte_code) \
946 FOUR_CASES(byte_code) \
947 FOUR_CASES(byte_code + 4) \
948 FOUR_CASES(byte_code + 8) \
949 FOUR_CASES(byte_code
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 239 milliseconds