Searched refs:fixed_d (Results 1 – 1 of 1) sorted by relevance
12894 const Vector<LiveRange*>* fixed_d = allocator->fixed_double_live_ranges(); in TraceLiveRanges() local12895 for (int i = 0; i < fixed_d->length(); ++i) { in TraceLiveRanges()12896 TraceLiveRange(fixed_d->at(i), "fixed", allocator->zone()); in TraceLiveRanges()