HomeSort by relevance Sort by last modified time
    Searched refs:GetFormatted (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/v8/src/
profile-generator.h 48 const char* GetFormatted(const char* format, ...);
profile-generator.cc 78 const char* StringsStorage::GetFormatted(const char* format, ...) {
128 return GetFormatted("%d", index);
heap-snapshot-generator.cc 851 name = names_->GetFormatted("%s / %s", name, tag);
    [all...]
  /external/v8/src/
profile-generator.cc 119 const char* StringsStorage::GetFormatted(const char* format, ...) {
167 return GetFormatted("%d", index);
    [all...]
profile-generator.h 71 const char* GetFormatted(const char* format, ...);
    [all...]

Completed in 869 milliseconds