Home
last modified time | relevance | path

Searched defs:OR_INT_LIT16 (Results 1 – 3 of 3) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java234 OR_INT_LIT16, enumConstant
DInstruction.java537 addOpcodeInfo(Opcode.OR_INT_LIT16, "or-int/lit16", 0xd6, new Format22s()); in addOpcodeInfo()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1720 HANDLER_ATTRIBUTES bool OR_INT_LIT16() { in OR_INT_LIT16() function