Home
last modified time | relevance | path

Searched refs:UNUSED_40 (Results 1 – 5 of 5) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java84 UNUSED_40, enumConstant
DInstruction.java385 addOpcodeInfo(Opcode.UNUSED_40, "unused-40", 0x40, new Format10x()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_list.h86 V(0x40, UNUSED_40, "unused-40", k10x, kIndexUnknown, 0, 0, kVerifyError) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1791 HANDLER_ATTRIBUTES bool UNUSED_40() { in UNUSED_40() function
/art/compiler/optimizing/
Dinstruction_builder.cc3409 case Instruction::UNUSED_40: in ProcessDexInstruction()