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

/art/runtime/
H A Dart_field.cc61 std::string ArtField::PrettyField(ArtField* f, bool with_type) { argument
65 return f->PrettyField(with_type);
68 std::string ArtField::PrettyField(bool with_type) { argument
70 if (with_type) {

Completed in 40 milliseconds