Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dcall_arm64.cc215 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); in GenMonitorEnter() local
216 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() local
264 slow_unlock_branch->target = slow_path_target; in GenMonitorExit()
266 null_check_branch->target = slow_path_target; in GenMonitorExit()
/art/compiler/dex/quick/arm/
Dcall_arm.cc205 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); in GenMonitorEnter() local
206 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() local
275 slow_unlock_branch->target = slow_path_target; in GenMonitorExit()
277 null_check_branch->target = slow_path_target; in GenMonitorExit()
/art/compiler/dex/quick/
Dgen_common.cc1117 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); in GenInstanceofCallingHelper() local
1144 AddSlowPath(new (arena_) InitTypeSlowPath(this, slow_path_branch, slow_path_target, in GenInstanceofCallingHelper()