Searched refs:GetStringId (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.h | 211 uint32_t GetStringId(Handle<String> string, bool& in_place);
|
H A D | web-snapshot.cc | 574 source_id_ = GetStringId(source_string, in_place); in ConstructSource() 1138 uint32_t id = GetStringId(string, in_place); in WriteStringMaybeInPlace() 1151 uint32_t id = GetStringId(string, in_place); in WriteStringId() 1156 uint32_t WebSnapshotSerializer::GetStringId(Handle<String> string, in GetStringId() function in v8::internal::WebSnapshotSerializer
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 2756 int HeapSnapshotJSONSerializer::GetStringId(const char* s) { in GetStringId() function in v8::internal::HeapSnapshotJSONSerializer 2820 ? edge->index() : GetStringId(edge->name()); in SerializeEdge() 2859 buffer_pos = utoa(GetStringId(entry->name()), buffer, buffer_pos); in SerializeNode() 3051 buffer_pos = utoa(GetStringId(info->name), buffer, buffer_pos); in SerializeTraceNodeInfos() 3053 buffer_pos = utoa(GetStringId(info->script_name), buffer, buffer_pos); in SerializeTraceNodeInfos()
|
H A D | heap-snapshot-generator.h | 672 int GetStringId(const char* s);
|
Completed in 13 milliseconds