Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-visualizer.cc264 void PrintLiveRanges(const char* phase, const RegisterAllocationData* data);
552 void GraphC1Visualizer::PrintLiveRanges(const char* phase, in PrintLiveRanges() function in v8::internal::compiler::GraphC1Visualizer
659 GraphC1Visualizer(os, &tmp_zone).PrintLiveRanges(ac.phase_, ac.data_); in operator <<()