Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h499 LiveRange* FixedLiveRangeFor(int index);
Dlithium-allocator.cc620 LiveRange* LAllocator::FixedLiveRangeFor(int index) { in FixedLiveRangeFor() function in v8::internal::LAllocator
684 return FixedLiveRangeFor(operand->index()); in LiveRangeFor()
946 LiveRange* range = FixedLiveRangeFor(i); in ProcessInstructions()
/external/v8/src/compiler/
Dregister-allocator.h485 LiveRange* FixedLiveRangeFor(int index);
Dregister-allocator.cc610 LiveRange* RegisterAllocator::FixedLiveRangeFor(int index) { in FixedLiveRangeFor() function in v8::internal::compiler::RegisterAllocator
665 return FixedLiveRangeFor(operand->index()); in LiveRangeFor()
1011 LiveRange* range = FixedLiveRangeFor(i); in ProcessInstructions()