Home
last modified time | relevance | path

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

/art/runtime/
Dart_field.cc50 std::string ArtField::PrettyField(ArtField* f, bool with_type) { in PrettyField() argument
54 return f->PrettyField(with_type); in PrettyField()
57 std::string ArtField::PrettyField(bool with_type) { in PrettyField() argument
59 if (with_type) { in PrettyField()
Dart_field.h231 static std::string PrettyField(ArtField* f, bool with_type = true)
233 std::string PrettyField(bool with_type = true)
/art/libdexfile/dex/
Ddex_file.cc552 std::string DexFile::PrettyField(uint32_t field_idx, bool with_type) const { in PrettyField()
558 if (with_type) { in PrettyField()
Ddex_file.h752 std::string PrettyField(uint32_t field_idx, bool with_type = true) const;