Home
last modified time | relevance | path

Searched refs:InternV8String (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dv8_tracker.cc300 row.name = InternV8String(V8String::Decoder(script.name())); in InternJsScript()
301 row.source = InternV8String(V8String::Decoder(script.source())); in InternJsScript()
517 const StringId pattern = InternV8String(V8String::Decoder(code.pattern())); in AddRegExpCode()
547 StringId V8Tracker::InternV8String(const V8String::Decoder& v8_string) { in InternV8String() function in perfetto::trace_processor::V8Tracker
Dv8_tracker.h144 StringId InternV8String(const protos::pbzero::V8String::Decoder& v8_string);