Home
last modified time | relevance | path

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

/art/runtime/
Dutils.h122 std::string PrettyField(ArtField* f, bool with_type = true)
124 std::string PrettyField(uint32_t field_idx, const DexFile& dex_file, bool with_type = true);
Dutils.cc270 std::string PrettyField(ArtField* f, bool with_type) { in PrettyField() argument
275 if (with_type) { in PrettyField()
286 std::string PrettyField(uint32_t field_idx, const DexFile& dex_file, bool with_type) { in PrettyField() argument
292 if (with_type) { in PrettyField()