Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-visualizer.cc269 void PrintStringProperty(const char* name, const char* value);
324 void GraphC1Visualizer::PrintStringProperty(const char* name, in PrintStringProperty() function in v8::internal::compiler::GraphC1Visualizer
353 PrintStringProperty("name", name.get()); in PrintCompilation()
358 PrintStringProperty("name", name.get()); in PrintCompilation()
359 PrintStringProperty("method", "stub"); in PrintCompilation()
417 PrintStringProperty("name", phase); in PrintSchedule()
475 PrintStringProperty("method", "None"); in PrintSchedule()
555 PrintStringProperty("name", phase); in PrintLiveRanges()
/external/v8/src/crankshaft/
Dhydrogen.cc12734 PrintStringProperty("name", name.c_str()); in TraceCompilation()
12739 PrintStringProperty("name", name.c_str()); in TraceCompilation()
12740 PrintStringProperty("method", "stub"); in TraceCompilation()
12765 PrintStringProperty("name", name); in Trace()
12835 PrintStringProperty("method", "None"); in Trace()
12891 PrintStringProperty("name", name); in TraceLiveRanges()
Dhydrogen.h2947 void PrintStringProperty(const char* name, const char* value) { in PrintStringProperty() function