Searched refs:hop_target (Results 1 – 2 of 2) sorted by relevance
482 LIR* hop_target = NULL; in ConvertShortToLongBranch() local484 hop_target = RawLIR(dalvik_offset, kPseudoTargetLabel); in ConvertShortToLongBranch()486 lir->operands[1], 0, 0, 0, hop_target); in ConvertShortToLongBranch()504 InsertLIRBefore(lir, hop_target); in ConvertShortToLongBranch()
984 LIR* hop_target = NewLIR0(kPseudoTargetLabel); in GenInstanceofCallingHelper() local985 hop_branch->target = hop_target; in GenInstanceofCallingHelper()1122 LIR* hop_target = NewLIR0(kPseudoTargetLabel); in GenCheckCast() local1123 hop_branch->target = hop_target; in GenCheckCast()