Home
last modified time | relevance | path

Searched refs:scopes (Results 1 - 25 of 38) sorted by relevance

12

/third_party/elfutils/libdw/
H A Ddwarf_getscopes.c42 Dwarf_Die *scopes; member
53 if (a->scopes != NULL) in pc_match()
96 function of which A->scopes[A->nscopes - 1] is a concrete instance. in origin_match()
100 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); in origin_match() local
101 if (scopes == NULL) in origin_match()
103 free (a->scopes); in origin_match()
108 a->scopes = scopes; in origin_match()
186 dwarf_getscopes(Dwarf_Die *cudie, Dwarf_Addr pc, Dwarf_Die **scopes) dwarf_getscopes() argument
[all...]
H A Ddwarf_getscopes_die.c42 Dwarf_Die *scopes = malloc (depth * sizeof scopes[0]); in scope_visitor()
43 if (scopes == NULL) in scope_visitor()
52 scopes[i++] = die->die; in scope_visitor()
58 *(void **) arg = scopes; in scope_visitor()
63 dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes) in dwarf_getscopes_die() argument
72 *scopes = info; in dwarf_getscopes_die()
H A Ddwarf_getscopevar.c1 /* Find a named variable or parameter within given scopes.
76 Ignore the first SKIP_SHADOWS scopes that match the name.
86 dwarf_getscopevar (Dwarf_Die *scopes, int nscopes, in dwarf_getscopevar() argument
98 if (INTUSE(dwarf_haschildren) (&scopes[out])) in dwarf_getscopevar()
100 if (INTUSE(dwarf_child) (&scopes[out], result) != 0) in dwarf_getscopevar()
134 || getfiles (&scopes[out], &files) != 0) in dwarf_getscopevar()
H A Dlibdw.h842 Returns -1 for errors or 0 if no scopes match PC. */
844 Dwarf_Die **scopes);
852 extern int dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes);
856 Ignore the first SKIP_SHADOWS scopes that match the name.
864 extern int dwarf_getscopevar (Dwarf_Die *scopes, int nscopes,
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_non_uniform_test.cpp100 SpvScope scopes[] = {SpvScopeCrossDevice, SpvScopeDevice, SpvScopeWorkgroup, member
190 Values("%bool"), ValuesIn(scopes), Values(""),
197 Values("%bool"), ValuesIn(scopes),
202 Values("%bool"), ValuesIn(scopes),
207 Values("%bool"), ValuesIn(scopes),
212 Values("%u32vec4"), ValuesIn(scopes),
217 Values("%bool"), ValuesIn(scopes),
222 Values("%bool"), ValuesIn(scopes),
227 Values("%u32"), ValuesIn(scopes),
233 Values("%u32"), ValuesIn(scopes),
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_non_uniform_test.cpp100 SpvScope scopes[] = {SpvScopeCrossDevice, SpvScopeDevice, SpvScopeWorkgroup, member
190 Values("%bool"), ValuesIn(scopes), Values(""),
197 Values("%bool"), ValuesIn(scopes),
202 Values("%bool"), ValuesIn(scopes),
207 Values("%bool"), ValuesIn(scopes),
212 Values("%u32vec4"), ValuesIn(scopes),
217 Values("%bool"), ValuesIn(scopes),
222 Values("%bool"), ValuesIn(scopes),
227 Values("%u32"), ValuesIn(scopes),
233 Values("%u32"), ValuesIn(scopes),
[all...]
/third_party/elfutils/src/
H A Daddr2line.c321 Dwarf_Die *scopes; in print_dwarf_function() local
322 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes); in print_dwarf_function()
328 switch (dwarf_tag (&scopes[i])) in print_dwarf_function()
332 const char *name = get_diename (&scopes[i]); in print_dwarf_function()
342 const char *name = get_diename (&scopes[i]); in print_dwarf_function()
362 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function()
369 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function()
373 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function()
414 free (scopes); in print_dwarf_function()
738 Dwarf_Die *scopes in handle_address() local
[all...]
H A Dstack.c327 Dwarf_Die *scopes = NULL; in print_inline_frames() local
328 int nscopes = dwarf_getscopes_die (die, &scopes); in print_inline_frames()
331 /* scopes[0] == die, the lowest level, for which we already have in print_inline_frames()
339 Dwarf_Die *last_scope = &scopes[0]; in print_inline_frames()
342 Dwarf_Die *scope = &scopes[i]; in print_inline_frames()
360 free (scopes); in print_inline_frames()
389 Dwarf_Die *scopes = NULL; in print_frames() local
392 &scopes); in print_frames()
397 Dwarf_Die *scope = &scopes[i]; in print_frames()
410 free (scopes); in print_frames()
[all...]
/third_party/spirv-tools/test/val/
H A Dval_non_uniform_test.cpp113 spv::Scope scopes[] = {spv::Scope::CrossDevice, spv::Scope::Device, member
244 Values("%bool"), ValuesIn(scopes), Values(""),
251 Values("%bool"), ValuesIn(scopes),
256 Values("%bool"), ValuesIn(scopes),
261 Values("%bool"), ValuesIn(scopes),
266 Values("%u32vec4"), ValuesIn(scopes),
271 Values("%bool"), ValuesIn(scopes),
276 Values("%bool"), ValuesIn(scopes),
281 Values("%u32"), ValuesIn(scopes),
287 Values("%u32"), ValuesIn(scopes),
[all...]
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer.cc109 scopes[i] = 0; in Event()
189 // scopes come first. in GCTracer()
448 current_.scopes[i] = incremental_scopes_[i].duration; in FinalizeCurrentEvent()
734 // Avoid data races when printing the background scopes. in PrintNVP()
785 current_.reduce_memory, current_.scopes[Scope::TIME_TO_SAFEPOINT], in PrintNVP()
1294 static_cast<int>(current_.scopes[Scope::MC_BACKGROUND_MARKING])); in FetchBackgroundMarkCompactCounters()
1296 static_cast<int>(current_.scopes[Scope::MC_BACKGROUND_SWEEPING])); in FetchBackgroundMarkCompactCounters()
1312 current_.scopes[i] += background_counter_[i].total_duration_ms; in FetchBackgroundCounters()
1322 static_cast<int>(current_.scopes[Scope::MC_CLEAR])); in RecordGCPhasesHistograms()
1324 static_cast<int>(current_.scopes[Scop in RecordGCPhasesHistograms()
[all...]
H A Dgc-tracer-inl.h126 return current_.scopes[id]; in current_scope()
145 current_.scopes[id] += duration; in AddScopeSample()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py507 scopes (Mapping[str, str]): A map of language subtags to strings
509 language scopes.
523 self.scopes = {}
571 self.scopes[subtag] = scope
573 self.scopes[subtag] = ' (retired code)' + self.scopes.get (subtag, '')
592 self.scopes[subtag] = ' (retired code)' + self.scopes.get (subtag, '')
633 return self.names[subtag].split ('\n')[0] + self.scopes.get (subtag, '')
674 bcp_47.scopes['fl
[all...]
/third_party/elfutils/tests/
H A Dfuncscopes.c121 Dwarf_Die *scopes; in handle_function() local
122 int n = dwarf_getscopes_die (funcdie, &scopes); in handle_function()
142 Dwarf_Die *const die = &scopes[n]; in handle_function()
165 free (scopes); in handle_function()
H A Daddrscopes.c102 Dwarf_Die *scopes; in handle_address() local
103 int n = dwarf_getscopes (cudie, pc - cubias, &scopes); in handle_address()
114 Dwarf_Die *const die = &scopes[n]; in handle_address()
137 free (scopes); in handle_address()
H A Dvarlocs.c755 Dwarf_Die *scopes; in print_varlocs() local
756 int n = dwarf_getscopes_die (funcdie, &scopes); in print_varlocs()
761 if (dwarf_tag (&scopes[n]) == DW_TAG_subprogram in print_varlocs()
762 && dwarf_hasattr (&scopes[n], DW_AT_frame_base)) in print_varlocs()
767 free (scopes); in print_varlocs()
/third_party/alsa-lib/src/pcm/
H A Dpcm_meter.c3 * \brief Helper functions for #SND_PCM_TYPE_METER PCM scopes
7 * Helper functions for #SND_PCM_TYPE_METER PCM scopes
66 struct list_head scopes; member
195 list_for_each(pos, &meter->scopes) { in snd_pcm_meter_thread()
210 list_for_each(pos, &meter->scopes) { in snd_pcm_meter_thread()
242 list_for_each(pos, &meter->scopes) { in snd_pcm_meter_thread()
250 list_for_each(pos, &meter->scopes) { in snd_pcm_meter_thread()
257 list_for_each(pos, &meter->scopes) { in snd_pcm_meter_thread()
264 list_for_each(pos, &meter->scopes) { in snd_pcm_meter_thread()
282 list_for_each_safe(pos, npos, &meter->scopes) { in snd_pcm_meter_close()
767 snd_config_t *scopes = NULL; _snd_pcm_meter_open() local
[all...]
/third_party/python/Python/
H A Dsymtable.c475 scopes: dict mapping from symbol names to scope values (no offset)
478 free: set of all symbol names referenced but not bound in child scopes
501 analyze_name(PySTEntryObject *ste, PyObject *scopes, PyObject *name, long flags, in analyze_name() argument
512 SET_SCOPE(scopes, name, GLOBAL_EXPLICIT); in analyze_name()
532 SET_SCOPE(scopes, name, FREE); in analyze_name()
537 SET_SCOPE(scopes, name, LOCAL); in analyze_name()
550 SET_SCOPE(scopes, name, FREE); in analyze_name()
558 SET_SCOPE(scopes, name, GLOBAL_IMPLICIT); in analyze_name()
563 SET_SCOPE(scopes, name, GLOBAL_IMPLICIT); in analyze_name()
578 analyze_cells(PyObject *scopes, PyObjec argument
627 update_symbols(PyObject *symbols, PyObject *scopes, PyObject *bound, PyObject *free, int classflag) update_symbols() argument
742 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; analyze_block() local
[all...]
/third_party/node/lib/internal/policy/
H A Dmanifest.js419 const scopes = this.#scopeDependencies;
439 const jsonScopesEntries = ObjectEntries(obj.scopes ?? ObjectCreate(null));
489 insertDependencyMap(href, dependencies, cascade, false, scopes);
672 * Does a special allowance for scopes to be non-valid URLs
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.cpp187 WeakMap<Scope::ID, Scope> scopes; member in vk::dbg::Context::Impl
399 ctx->scopes.add(scope->id, scope); in createScope()
405 return ctx->scopes.get(id); in get()
/third_party/toybox/toys/net/
H A Difconfig.c219 char *scopes[] = {"Global","Host","Link","Site","Compat"}, in display_ifconfig() local
222 for (i=0; i<ARRAY_LEN(scopes); i++) in display_ifconfig()
223 if (iscope == (!!i)<<(i+3)) scope = scopes[i]; in display_ifconfig()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc778 v8::Local<v8::Value> scopes; in internalProperties() local
779 if (generatorScopes(context, value).ToLocal(&scopes)) { in internalProperties()
782 createDataProperty(context, properties, properties->Length(), scopes); in internalProperties()
787 v8::Local<v8::Value> scopes; in internalProperties() local
788 if (functionScopes(context, function).ToLocal(&scopes)) { in internalProperties()
791 createDataProperty(context, properties, properties->Length(), scopes); in internalProperties()
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource11.js986 public arguments: ASTList, public vars: ASTList, public scopes: ASTList, public statics: ASTList,
1122 public scopes: ASTList;
1127 constructor (vars: ASTList, scopes: ASTList) {
1128 super(new Identifier("script"), null, false, null, vars, scopes, null, NodeType.Script);
1130 this.scopes = scopes;
1201 public scopes: ASTList;
1206 constructor (name: Identifier, members: ASTList, vars: ASTList, scopes: ASTList, public endingToken: ASTSpan) {
1210 this.scopes = scopes;
[all...]
/third_party/toybox/porting/liteos_a/toys/net/
H A Difconfig.c218 char *scopes[] = {"Global","Host","Link","Site","Compat"}, in display_ifconfig() local
221 for (i=0; i<ARRAY_LEN(scopes); i++) in display_ifconfig()
222 if (iscope == (!!i)<<(i+3)) scope = scopes[i]; in display_ifconfig()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDebugInfo.h119 iterator_range<scope_iterator> scopes() const { in scopes() function in llvm::DebugInfoFinder
/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.cc13 #include "src/ast/scopes.h"
75 std::set<const Scope*> scopes; in CheckAllElementsAreUnique() local
93 duplicate = !scopes.insert(entry.scope_).second; in CheckAllElementsAreUnique()

Completed in 23 milliseconds

12