Lines Matching refs:value
382 edge_type = "value";
424 void PrintStringProperty(const char* name, const char* value);
425 void PrintLongProperty(const char* name, int64_t value);
426 void PrintIntProperty(const char* name, int value);
478 const char* value) {
480 os_ << name << " \"" << value << "\"\n";
484 void GraphC1Visualizer::PrintLongProperty(const char* name, int64_t value) {
486 os_ << name << " " << static_cast<int>(value / 1000) << "\n";
496 void GraphC1Visualizer::PrintIntProperty(const char* name, int value) {
498 os_ << name << " " << value << "\n";
612 LifetimePosition::GapFromInstructionIndex(first_index).value());
615 last_index).value());
777 os_ << " [" << interval->start().value() << ", "
778 << interval->end().value() << "[";
784 os_ << " " << current_pos->pos().value() << " M";
994 os << "[" << interval->start().value() << "," << interval->end().value()
1007 os << current_pos->pos().value();