Home
last modified time | relevance | path

Searched refs:NOP (Results 1 – 20 of 20) sorted by relevance

/art/compiler/optimizing/
Dsuspend_check_test.cc48 Instruction::NOP, in TEST()
Dpretty_printer_test.cc149 Instruction::NOP, in TEST()
Ddominator_test.cc131 Instruction::NOP, in TEST()
Dbuilder.cc2100 case Instruction::NOP: in AnalyzeDexInstruction()
/art/compiler/dex/
Ddex_to_dex_compiler.cc218 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
223 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
Dmir_graph.h264 explicit DecodedInstruction():vA(0), vB(0), vB_wide(0), vC(0), opcode(Instruction::NOP) { in DecodedInstruction()
Dgvn_dead_code_elimination.cc1065 case Instruction::NOP: in RecordMIR()
Dlocal_value_numbering.cc1507 case Instruction::NOP: in GetValueNumber()
Dmir_graph.cc787 if (opcode == Instruction::NOP) { in InlineMethod()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java20 NOP, enumConstant
DInstruction.java320 addOpcodeInfo(Opcode.NOP, "nop", 0x00, new Format10x()); in addOpcodeInfo() argument
/art/compiler/dex/quick/mips/
DREADME.mips43 an implicit NOP. It should not be too difficult to provide a slot-filling
/art/runtime/
Ddex_instruction.cc64 ((opcode == NOP) ? -1 : \
Ddex_instruction_list.h21 V(0x00, NOP, "nop", k10x, false, kNone, kContinue, kVerifyNone) \
/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java554 nop.insn.info = Instruction.getOpcodeInfo(Opcode.NOP); in alignDataInstructions()
/art/compiler/dex/quick/
Dquick_compiler.cc138 Instruction::NOP,
Dmir_to_lir.cc525 case Instruction::NOP: in CompileDalvikInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc1550 (insns[insn_idx] == Instruction::NOP && (insn_idx + 1 < insns_size) && in CodeFlowVerifyMethod()
1664 case Instruction::NOP: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc175 HANDLE_INSTRUCTION_START(NOP) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc86 case Instruction::NOP: in ExecuteSwitchImpl()