Home
last modified time | relevance | path

Searched refs:slow_path_target (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm64/
Dcall_arm64.cc187 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); in GenMonitorEnter() local
188 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() local
251 slow_unlock_branch->target = slow_path_target; in GenMonitorExit()
253 null_check_branch->target = slow_path_target; in GenMonitorExit()
/art/compiler/dex/quick/arm/
Dcall_arm.cc177 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); in GenMonitorEnter() local
178 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() local
268 slow_unlock_branch->target = slow_path_target; in GenMonitorExit()
270 null_check_branch->target = slow_path_target; in GenMonitorExit()