Searched defs:slow_path_target (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dcall_arm.cc177 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); local
178 not_unlocked_branch->target = slow_path_target;
180 null_check_branch->target = slow_path_target;
267 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); local
268 slow_unlock_branch->target = slow_path_target;
270 null_check_branch->target = slow_path_target;
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc187 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); local
188 not_unlocked_branch->target = slow_path_target;
190 null_check_branch->target = slow_path_target;
250 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); local
251 slow_unlock_branch->target = slow_path_target;
253 null_check_branch->target = slow_path_target;

Completed in 4 milliseconds