Searched refs:GetFormatted (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/profiler/ |
D | strings-storage.cc | 45 const char* StringsStorage::GetFormatted(const char* format, ...) { in GetFormatted() function in v8::internal::StringsStorage 94 return GetFormatted("%d", index); in GetName()
|
D | strings-storage.h | 22 const char* GetFormatted(const char* format, ...);
|
D | heap-snapshot-generator.cc | 823 name = names_->GetFormatted("%s / %s", name, tag); in AddEntry() 1121 const char* reference_name = names_->GetFormatted("bound_argument_%d", i); in ExtractJSObjectReferences() 1356 TagObject(shared->code(), names_->GetFormatted("(code for %s)", name)); in ExtractSharedFunctionInfoReferences() 1358 TagObject(shared->code(), names_->GetFormatted("(%s code)", in ExtractSharedFunctionInfoReferences() 1379 names_->GetFormatted("(construct stub code for %s)", name) : in ExtractSharedFunctionInfoReferences() 1467 TagObject(code, names_->GetFormatted("(%s builtin)", name)); in TagBuiltinCodeObject() 1473 TagObject(code, names_->GetFormatted( in TagCodeObject() 2023 names_->GetFormatted("%d", index), in SetWeakReference() 2057 ? names_->GetFormatted( in SetPropertyReference() 2272 ? names_->GetFormatted( in AllocateEntry()
|