Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java86 UNUSED_42, enumConstant
DInstruction.java387 addOpcodeInfo(Opcode.UNUSED_42, "unused-42", 0x42, new Format10x()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_list.h88 V(0x42, UNUSED_42, "unused-42", k10x, kIndexUnknown, 0, 0, kVerifyError) \
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1799 HANDLER_ATTRIBUTES bool UNUSED_42() { in UNUSED_42() function
/art/compiler/optimizing/
Dinstruction_builder.cc3411 case Instruction::UNUSED_42: in ProcessDexInstruction()