Searched refs:slow_path_target (Results 1 – 3 of 3) sorted by relevance
215 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); in GenMonitorEnter() local216 not_unlocked_branch->target = slow_path_target; in GenMonitorEnter()218 null_check_branch->target = slow_path_target; in GenMonitorEnter()263 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); in GenMonitorExit() local264 slow_unlock_branch->target = slow_path_target; in GenMonitorExit()266 null_check_branch->target = slow_path_target; in GenMonitorExit()
205 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); in GenMonitorEnter() local206 not_unlocked_branch->target = slow_path_target; in GenMonitorEnter()208 null_check_branch->target = slow_path_target; in GenMonitorEnter()274 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); in GenMonitorExit() local275 slow_unlock_branch->target = slow_path_target; in GenMonitorExit()277 null_check_branch->target = slow_path_target; in GenMonitorExit()
1117 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); in GenInstanceofCallingHelper() local1144 AddSlowPath(new (arena_) InitTypeSlowPath(this, slow_path_branch, slow_path_target, in GenInstanceofCallingHelper()