/external/v8/src/crankshaft/ |
D | lithium-allocator.cc | 356 LAllocator::TraceAlloc("Shorten live range %d to [%d\n", id_, start.Value()); in ShortenTo() 367 LAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n", in EnsureInterval() 392 LAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n", in AddUseInterval() 423 LAllocator::TraceAlloc("Add to live range %d use position %d\n", in AddUsePosition() 514 LAllocator::LAllocator(int num_values, HGraph* graph) in LAllocator() function in v8::internal::LAllocator 533 void LAllocator::InitializeLivenessAnalysis() { in InitializeLivenessAnalysis() 541 BitVector* LAllocator::ComputeLiveOut(HBasicBlock* block) { in ComputeLiveOut() 570 void LAllocator::AddInitialIntervals(HBasicBlock* block, in AddInitialIntervals() 588 int LAllocator::FixedDoubleLiveRangeID(int index) { in FixedDoubleLiveRangeID() 593 LOperand* LAllocator::AllocateFixed(LUnallocated* operand, in AllocateFixed() [all …]
|
D | lithium-allocator-inl.h | 33 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); } in IsGapAt() 36 LInstruction* LAllocator::InstructionAt(int index) { in InstructionAt() 41 LGap* LAllocator::GapAt(int index) { in GapAt() 46 void LAllocator::SetLiveRangeAssignedRegister(LiveRange* range, int reg) { in SetLiveRangeAssignedRegister()
|
D | lithium-allocator.h | 321 friend class LAllocator; // Assigns to kind_. variable 325 class LAllocator BASE_EMBEDDED { 327 LAllocator(int first_virtual_register, HGraph* graph); 554 DISALLOW_COPY_AND_ASSIGN(LAllocator); 560 LAllocatorPhase(const char* name, LAllocator* allocator); 564 LAllocator* allocator_;
|
D | lithium.cc | 439 LAllocator allocator(values, graph); in NewChunk()
|
D | hydrogen.h | 28 class LAllocator; variable 2979 void TraceLiveRanges(const char* name, LAllocator* allocator);
|
D | hydrogen.cc | 13425 void HTracer::TraceLiveRanges(const char* name, LAllocator* allocator) { in TraceLiveRanges()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2642 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2775 LAllocator* allocator_;
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2656 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2787 LAllocator* allocator_;
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2608 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2735 LAllocator* allocator_;
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2628 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2757 LAllocator* allocator_;
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2649 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2777 LAllocator* allocator_;
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2654 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2781 LAllocator* allocator_;
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2532 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2657 LAllocator* allocator_;
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2997 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 3149 LAllocator* allocator_;
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
D | perf_report_output.txt | 53 1.43^42913933^HTMLParserThrea^chrome ^[.] v8::internal::LAllocator::MeetConstraintsBe… 55 …--- v8::internal::LAllocator::MeetConstraintsBetween(v8::internal::LInstruction*, v8::internal::LI…
|