Searched defs:property (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dgraph_visualizer.cc204 void PrintProperty(const char* name, const char* property) { argument
206 output_ << name << " \"" << property << "\"\n"; local
209 void PrintProperty(const char* name, const char* property, int id) { argument
211 output_ << name << " \"" << property << id << "\"\n";

Completed in 173 milliseconds