HomeSort by relevance Sort by last modified time
    Searched refs:check_insn (Results 1 - 2 of 2) sorted by null

  /external/qemu/target-mips/
translate.c 878 static inline void check_insn(CPUMIPSState *env, DisasContext *ctx, int flags) function
    [all...]
  /art/compiler/dex/
mir_graph.cc 345 const Instruction* check_insn = Instruction::At(cu_->code_item->insns_ + catch_offset); local
346 DCHECK(check_insn->Opcode() == Instruction::MOVE_EXCEPTION);
347 if (check_insn->VRegA_11x() == monitor_reg) {
351 check_insn = check_insn->Next();
355 switch (check_insn->Opcode()) {
361 dest = check_insn->VRegA_12x();
369 dest = check_insn->VRegA_22x();
377 dest = check_insn->VRegA_32x();
383 check_insn = check_insn->RelativeAt(check_insn->GetTargetOffset())
    [all...]

Completed in 962 milliseconds