Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h498 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.h484 static int FixedDoubleLiveRangeID(int index);
Dregister-allocator.cc578 int RegisterAllocator::FixedDoubleLiveRangeID(int index) { in FixedDoubleLiveRangeID() function in v8::internal::compiler::RegisterAllocator
632 result = new (zone()) LiveRange(FixedDoubleLiveRangeID(index), code_zone()); in FixedDoubleLiveRangeFor()