Home | History | Annotate | Download | only in quick

Lines Matching refs:tgt

46   LIR* tgt = RawLIR(0, kPseudoThrowTarget, kind, current_dalvik_offset_);
47 LIR* branch = OpCondBranch(c_code, tgt);
49 throw_launchpads_.Insert(tgt);
54 LIR* tgt = RawLIR(0, kPseudoThrowTarget, kind, current_dalvik_offset_, reg, imm_val);
57 branch = OpUnconditionalBranch(tgt);
59 branch = OpCmpImmBranch(c_code, reg, imm_val, tgt);
62 throw_launchpads_.Insert(tgt);
78 LIR* tgt = RawLIR(0, kPseudoThrowTarget, kind, current_dalvik_offset_, reg1, reg2);
79 LIR* branch = OpCmpBranch(c_code, reg1, reg2, tgt);
81 throw_launchpads_.Insert(tgt);