Home
last modified time | relevance | path

Searched defs:first_scope (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc1309 void GCTracer::FetchBackgroundCounters(int first_scope, int last_scope) { in FetchBackgroundCounters()
/third_party/libabigail/src/
Dabg-comparison.cc4838 class_or_union_diff::class_or_union_diff(class_or_union_sptr first_scope, in class_or_union_diff()
5503 class_diff::class_diff(class_decl_sptr first_scope, in class_diff()
6274 scope_diff::scope_diff(scope_decl_sptr first_scope, in scope_diff()
6285 scope_diff::first_scope() const in first_scope() function in abigail::comparison::scope_diff
6530 compute_diff(const scope_decl_sptr first_scope, in compute_diff()
Dabg-ir.cc11688 scope_decl* first_scope = 0; in lookup_type_in_scope() local