Home
last modified time | relevance | path

Searched refs:GetStringId (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.h211 uint32_t GetStringId(Handle<String> string, bool& in_place);
H A Dweb-snapshot.cc574 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 Dheap-snapshot-generator.cc2756 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 Dheap-snapshot-generator.h672 int GetStringId(const char* s);

Completed in 13 milliseconds