/external/v8/src/crankshaft/ |
D | lithium-allocator.cc | 358 LAllocator::TraceAlloc("Shorten live range %d to [%d\n", id_, start.Value()); in ShortenTo() 369 LAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n", in EnsureInterval() 394 LAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n", in AddUseInterval() 425 LAllocator::TraceAlloc("Add to live range %d use position %d\n", in AddUsePosition() 515 LAllocator::LAllocator(int num_values, HGraph* graph) in LAllocator() function in v8::internal::LAllocator 534 void LAllocator::InitializeLivenessAnalysis() { in InitializeLivenessAnalysis() 542 BitVector* LAllocator::ComputeLiveOut(HBasicBlock* block) { in ComputeLiveOut() 571 void LAllocator::AddInitialIntervals(HBasicBlock* block, in AddInitialIntervals() 589 int LAllocator::FixedDoubleLiveRangeID(int index) { in FixedDoubleLiveRangeID() 594 LOperand* LAllocator::AllocateFixed(LUnallocated* operand, in AllocateFixed() [all …]
|
D | lithium-allocator-inl.h | 35 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()
|
D | lithium-allocator.h | 323 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_;
|
D | lithium.cc | 431 LAllocator allocator(values, graph); in NewChunk()
|
D | hydrogen.h | 32 class LAllocator; variable 2898 void TraceLiveRanges(const char* name, LAllocator* allocator);
|
D | hydrogen.cc | 12872 void HTracer::TraceLiveRanges(const char* name, LAllocator* allocator) { in TraceLiveRanges()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2312 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2441 LAllocator* allocator_;
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2356 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2487 LAllocator* allocator_;
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2366 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2499 LAllocator* allocator_;
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 2127 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2254 LAllocator* allocator_;
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2353 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2483 LAllocator* allocator_;
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2370 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2505 LAllocator* allocator_;
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2358 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2487 LAllocator* allocator_;
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2279 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2406 LAllocator* allocator_;
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2689 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) in LChunkBuilder() 2841 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…
|