HomeSort by relevance Sort by last modified time
    Searched refs:slow_path_target (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/quick/arm64/
call_arm64.cc 215 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/arm/
call_arm.cc 205 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/
gen_common.cc 1117 LIR* slow_path_target = NewLIR0(kPseudoTargetLabel); local
    [all...]

Completed in 173 milliseconds