Home
last modified time | relevance | path

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

/art/runtime/hprof/
Dhprof.cc633 HprofStringId LookupStringId(mirror::String* string) REQUIRES_SHARED(Locks::mutator_lock_) { in LookupStringId() function in art::hprof::Hprof
634 return LookupStringId(string->ToModifiedUtf8()); in LookupStringId()
637 HprofStringId LookupStringId(const char* string) { in LookupStringId() function in art::hprof::Hprof
638 return LookupStringId(std::string(string)); in LookupStringId()
641 HprofStringId LookupStringId(const std::string& string) { in LookupStringId() function in art::hprof::Hprof
652 return LookupStringId(c->PrettyDescriptor()); in LookupClassNameId()
709 __ AddStringId(LookupStringId(method->GetName())); in WriteStackTraces()
710 __ AddStringId(LookupStringId(method->GetSignature().ToString())); in WriteStackTraces()
715 __ AddStringId(LookupStringId(source_file)); in WriteStackTraces()
1143 nameId = LookupStringId("app"); in DumpHeapObject()
[all …]