StringsStorage 36 src/profile-generator-inl.h const char* StringsStorage::GetFunctionName(String* name) {
StringsStorage 41 src/profile-generator-inl.h const char* StringsStorage::GetFunctionName(const char* name) {
StringsStorage 95 src/profile-generator.cc StringsStorage::StringsStorage()
StringsStorage 100 src/profile-generator.cc StringsStorage::~StringsStorage() {
StringsStorage 109 src/profile-generator.cc const char* StringsStorage::GetCopy(const char* src) {
StringsStorage 120 src/profile-generator.cc const char* StringsStorage::GetFormatted(const char* format, ...) {
StringsStorage 129 src/profile-generator.cc const char* StringsStorage::AddOrDisposeString(char* str, uint32_t hash) {
StringsStorage 141 src/profile-generator.cc const char* StringsStorage::GetVFormatted(const char* format, va_list args) {
StringsStorage 154 src/profile-generator.cc const char* StringsStorage::GetName(String* name) {
StringsStorage 167 src/profile-generator.cc const char* StringsStorage::GetName(int index) {
StringsStorage 172 src/profile-generator.cc size_t StringsStorage::GetUsedMemorySize() const {
StringsStorage 63 src/profile-generator.h class StringsStorage {
StringsStorage 65 src/profile-generator.h StringsStorage();
StringsStorage 66 src/profile-generator.h ~StringsStorage();
StringsStorage 89 src/profile-generator.h DISALLOW_COPY_AND_ASSIGN(StringsStorage);
StringsStorage 338 src/profile-generator.h StringsStorage function_and_resource_names_;
StringsStorage 725 src/profile-generator.h StringsStorage* names() { return &names_; }
StringsStorage 750 src/profile-generator.h StringsStorage names_;