Home
last modified time | relevance | path

Searched refs:UNUSED_E4 (Results 1 – 4 of 4) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java248 UNUSED_E4, enumConstant
DInstruction.java551 addOpcodeInfo(Opcode.UNUSED_E4, "unused-e4", 0xe4, new Format10x()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_list.h250 V(0xE4, UNUSED_E4, "unused-e4", k10x, kIndexUnknown, 0, 0, kVerifyError) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1644 HANDLER_ATTRIBUTES bool UNUSED_E4() { in UNUSED_E4() function