Home
last modified time | relevance | path

Searched refs:LAllocator (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator.cc359 LAllocator::TraceAlloc("Shorten live range %d to [%d\n", id_, start.Value()); in ShortenTo()
370 LAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n", in EnsureInterval()
395 LAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n", in AddUseInterval()
426 LAllocator::TraceAlloc("Add to live range %d use position %d\n", in AddUsePosition()
516 LAllocator::LAllocator(int num_values, HGraph* graph) in LAllocator() function in v8::internal::LAllocator
535 void LAllocator::InitializeLivenessAnalysis() { in InitializeLivenessAnalysis()
543 BitVector* LAllocator::ComputeLiveOut(HBasicBlock* block) { in ComputeLiveOut()
572 void LAllocator::AddInitialIntervals(HBasicBlock* block, in AddInitialIntervals()
590 int LAllocator::FixedDoubleLiveRangeID(int index) { in FixedDoubleLiveRangeID()
595 LOperand* LAllocator::AllocateFixed(LUnallocated* operand, in AllocateFixed()
[all …]
Dlithium-allocator-inl.h35 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); } in IsGapAt()
38 LInstruction* LAllocator::InstructionAt(int index) { in InstructionAt()
43 LGap* LAllocator::GapAt(int index) { in GapAt()
48 void LAllocator::SetLiveRangeAssignedRegister(LiveRange* range, int reg) { in SetLiveRangeAssignedRegister()
Dlithium-allocator.h323 friend class LAllocator; // Assigns to kind_. variable
327 class LAllocator BASE_EMBEDDED {
329 LAllocator(int first_virtual_register, HGraph* graph);
556 DISALLOW_COPY_AND_ASSIGN(LAllocator);
562 LAllocatorPhase(const char* name, LAllocator* allocator);
566 LAllocator* allocator_;
Dlithium.cc432 LAllocator allocator(values, graph); in NewChunk()
Dhydrogen.h35 class LAllocator; variable
2912 void TraceLiveRanges(const char* name, LAllocator* allocator);
Dhydrogen.cc12889 void HTracer::TraceLiveRanges(const char* name, LAllocator* allocator) { in TraceLiveRanges()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2353 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder()
2483 LAllocator* allocator_;
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2358 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder()
2487 LAllocator* allocator_;
/external/v8/src/crankshaft/x87/
Dlithium-x87.h2366 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder()
2499 LAllocator* allocator_;
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h2370 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder()
2505 LAllocator* allocator_;
/external/v8/src/crankshaft/x64/
Dlithium-x64.h2356 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder()
2487 LAllocator* allocator_;
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2279 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder()
2406 LAllocator* allocator_;
/external/v8/src/crankshaft/s390/
Dlithium-s390.h2112 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder()
2238 LAllocator* allocator_;
/external/v8/src/crankshaft/mips/
Dlithium-mips.h2312 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder()
2441 LAllocator* allocator_;
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2689 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder()
2841 LAllocator* allocator_;