Searched refs:IsSynthesized (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h133 bool IsSynthesized() const { return user_ == nullptr; } function in class:art::UsePosition
153 if (IsSynthesized()) return false;
950 if ((use_position == position) && use->IsSynthesized()) {
H A Dregister_allocator.cc1512 DCHECK(use->IsSynthesized());
1518 if (!use->IsSynthesized()) {
1614 DCHECK(use->IsSynthesized());
H A Dssa_liveness_analysis.cc363 if (use_position >= start && !use->IsSynthesized()) {

Completed in 11 milliseconds