Searched refs:with_type (Results 1 – 2 of 2) sorted by relevance
145 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);
274 std::string PrettyField(ArtField* f, bool with_type) { in PrettyField() argument279 if (with_type) { in PrettyField()290 std::string PrettyField(uint32_t field_idx, const DexFile& dex_file, bool with_type) { in PrettyField() argument296 if (with_type) { in PrettyField()