Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc100 : string_table_(string_table) {} in FunctionTable()
119 string_table_->GetIndex(strings::StrCat(file_base, ":", func_name))); in GetIndex()
120 func_pb->set_filename(string_table_->GetIndex(file_path)); in GetIndex()
131 StringTable* string_table_; member in tensorflow::tfprof::__anon1c1cedaa0111::FunctionTable
178 : string_table_(string_table), opts_(opts) {} in Samples()
204 label_pb->set_key(string_table_->GetIndex("graph node:")); in Add()
205 label_pb->set_str(string_table_->GetIndex(gn->name())); in Add()
255 StringTable* string_table_; member in tensorflow::tfprof::__anon1c1cedaa0111::Samples
264 func_table_(new FunctionTable(&string_table_)), in PprofProfileImpl()
266 samples_(new Samples(&string_table_, opts)) {} in PprofProfileImpl()
[all …]
/external/v8/src/ast/
Dast-value-factory.h252 return &string_table_; in string_table()
257 base::CustomMatcherHashMap string_table_; variable
271 : string_table_(string_constants->string_table()), in AstValueFactory()
339 base::CustomMatcherHashMap string_table_; variable
Dast-value-factory.cc186 string_table_(AstRawString::Compare), in AstStringConstants()
201 string_table_.InsertNew(name##_string_, name##_string_->Hash()); \ in AstStringConstants()
287 base::HashMap::Entry* entry = string_table_.LookupOrInsert(&key, key.Hash()); in GetString()