Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc143 if (use_pos == NULL) use_pos = first_pos(); in NextUsePosition()
164 UsePosition* pos = first_pos(); in PreviousUsePositionRegisterIsBeneficial()
341 UsePosition* pos = first_pos(); in ShouldBeAllocatedBefore()
343 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore()
441 UsePosition* use_pos = first_pos(); in ConvertOperands()
1366 PrintF(" (first use is at %d)\n", range->first_pos()->pos().Value()); in BuildLiveRanges()
1399 for (UsePosition* pos = range->first_pos(); pos != NULL; in BuildLiveRanges()
Dregister-allocator.h188 UsePosition* first_pos() const { return first_pos_; } in first_pos() function
/external/v8/src/
Dlithium-allocator.cc147 if (use_pos == NULL) use_pos = first_pos(); in NextUsePosition()
168 UsePosition* pos = first_pos(); in PreviousUsePositionRegisterIsBeneficial()
344 UsePosition* pos = first_pos(); in ShouldBeAllocatedBefore()
346 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore()
451 UsePosition* use_pos = first_pos(); in ConvertOperands()
1351 PrintF("First use is at %d\n", range->first_pos()->pos().Value()); in BuildLiveRanges()
Dlithium-allocator.h197 UsePosition* first_pos() const { return first_pos_; } in first_pos() function
Dhydrogen.cc12422 UsePosition* current_pos = range->first_pos(); in TraceLiveRange()