Searched refs:reg_slow_path (Results 1 – 1 of 1) sorted by relevance
1197 RegStorage reg_slow_path = AllocTemp(); in GenInlinedReferenceGetReferent() local1199 Load32Disp(reg_class, slow_path_flag_offset, reg_slow_path); in GenInlinedReferenceGetReferent()1202 LIR* or_inst = OpRegRegReg(kOpOr, reg_slow_path, reg_slow_path, reg_disabled); in GenInlinedReferenceGetReferent()1212 slow_path_branch = OpCmpImmBranch(kCondNe, reg_slow_path, 0, nullptr); in GenInlinedReferenceGetReferent()1214 FreeTemp(reg_slow_path); in GenInlinedReferenceGetReferent()