Home
last modified time | relevance | path

Searched refs:ScopeId (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dgc-tracer.h100 GCTracer::Scope::ScopeId gc_tracer_scope_id(scope_id); \
133 enum ScopeId { enum
145 Scope(GCTracer* tracer, ScopeId scope);
147 static const char* Name(ScopeId id);
151 ScopeId scope_;
331 V8_INLINE void AddScopeSample(Scope::ScopeId scope, double duration) { in AddScopeSample()
Dgc-tracer.cc25 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope) in Scope()
49 const char* GCTracer::Scope::Name(ScopeId id) { in Name()
/external/python/cpython3/Modules/
Doverlapped.c979 unsigned long ScopeId; in parse_address() local
993 else if (PyArg_ParseTuple(obj, "uHkk", &Host, &Port, &FlowInfo, &ScopeId)) in parse_address()
1003 ((SOCKADDR_IN6*)Address)->sin6_scope_id = ScopeId; in parse_address()
/external/abi-compliance-checker/
Dabi-compliance-checker.pl2813 if(my $ScopeId = getTreeAttr_Scpe($TypeDeclId))
2815 if($LibInfo{$Version}{"info_type"}{$ScopeId} eq "function_decl")