Searched refs:slow_path_target (Results 1 – 2 of 2) sorted by relevance
187 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); in GenMonitorEnter() local188 not_unlocked_branch->target = slow_path_target; in GenMonitorEnter()190 null_check_branch->target = slow_path_target; in GenMonitorEnter()250 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); in GenMonitorExit() local251 slow_unlock_branch->target = slow_path_target; in GenMonitorExit()253 null_check_branch->target = slow_path_target; in GenMonitorExit()
177 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); in GenMonitorEnter() local178 not_unlocked_branch->target = slow_path_target; in GenMonitorEnter()180 null_check_branch->target = slow_path_target; in GenMonitorEnter()267 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); in GenMonitorExit() local268 slow_unlock_branch->target = slow_path_target; in GenMonitorExit()270 null_check_branch->target = slow_path_target; in GenMonitorExit()