Home
last modified time | relevance | path

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

/art/runtime/
Dutils.h145 std::string PrettyField(ArtField* f, bool with_type = true)
147 std::string PrettyField(uint32_t field_idx, const DexFile& dex_file, bool with_type = true);
Dutils.cc274 std::string PrettyField(ArtField* f, bool with_type) { in PrettyField() argument
279 if (with_type) { in PrettyField()
290 std::string PrettyField(uint32_t field_idx, const DexFile& dex_file, bool with_type) { in PrettyField() argument
296 if (with_type) { in PrettyField()