Home
last modified time | relevance | path

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

/external/v8/src/tracing/
Dtrace-event.h317 explicit DontMangle(WithScope scoped_id) in DontMangle() argument
318 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {} in DontMangle()
383 TraceID(WithScope scoped_id, unsigned int* flags) in TraceID() argument
384 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {} in TraceID()
/external/libchrome/base/trace_event/
Dtrace_event.h439 explicit DontMangle(WithScope scoped_id) in DontMangle() argument
440 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {} in DontMangle()
504 TraceID(WithScope scoped_id, unsigned int* /*flags*/) in TraceID() argument
505 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {} in TraceID()
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-tracer.h49 static const char* Name(ScopeID scoped_id);