Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dprepare_for_register_allocation.cc156 bool can_merge_with_load_class = CanMoveClinitCheck(load_class, check); in VisitClinitCheck() local
164 if ((can_merge_with_load_class || !load_class->CanThrow()) && !load_class->HasUses()) { in VisitClinitCheck()
167 } else if (can_merge_with_load_class && in VisitClinitCheck()