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

/art/compiler/dex/quick/arm/
H A Dcall_arm.cc205 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); local
206 not_unlocked_branch->target = slow_path_target;
208 null_check_branch->target = slow_path_target;
274 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); local
275 slow_unlock_branch->target = slow_path_target;
277 null_check_branch->target = slow_path_target;
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc215 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); local
216 not_unlocked_branch->target = slow_path_target;
218 null_check_branch->target = slow_path_target;
263 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); local
264 slow_unlock_branch->target = slow_path_target;
266 null_check_branch->target = slow_path_target;
/art/compiler/dex/quick/
H A Dgen_common.cc1084 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); local
1111 AddSlowPath(new (arena_) InitTypeSlowPath(this, slow_path_branch, slow_path_target,

Completed in 159 milliseconds