Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h496 static int FixedDoubleLiveRangeID(int index);
Dlithium-allocator.cc588 int LAllocator::FixedDoubleLiveRangeID(int index) { in FixedDoubleLiveRangeID() function in v8::internal::LAllocator
638 result = new(zone()) LiveRange(FixedDoubleLiveRangeID(index), in FixedDoubleLiveRangeFor()
/external/v8/src/compiler/
Dregister-allocator.h912 int FixedDoubleLiveRangeID(int index);
Dregister-allocator.cc1796 int LiveRangeBuilder::FixedDoubleLiveRangeID(int index) { in FixedDoubleLiveRangeID() function in v8::internal::compiler::LiveRangeBuilder
1820 result = data()->NewLiveRange(FixedDoubleLiveRangeID(index), in FixedDoubleLiveRangeFor()