Searched refs:HprofStringId (Results 1 – 1 of 1) sorted by relevance
151 using HprofStringId = uint32_t; typedef224 void AddStringId(HprofStringId value) { in AddStringId()579 const HprofStringId id = p.second; in WriteStringTable()638 HprofStringId LookupStringId(mirror::String* string) REQUIRES_SHARED(Locks::mutator_lock_) { in LookupStringId()642 HprofStringId LookupStringId(const char* string) { in LookupStringId()646 HprofStringId LookupStringId(const std::string& string) { in LookupStringId()651 HprofStringId id = next_string_id_++; in LookupStringId()656 HprofStringId LookupClassNameId(mirror::Class* c) REQUIRES_SHARED(Locks::mutator_lock_) { in LookupClassNameId()890 HprofStringId next_string_id_ = 0x400000;891 SafeMap<std::string, HprofStringId> strings_;[all …]