Home
last modified time | relevance | path

Searched refs:last_scope (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.cpp145 DebugScope last_scope(kNoDebugScope, kNoInlinedAt); in ToBinary() local
149 auto write_inst = [binary, skip_nop, &last_scope, &last_line_inst, in ToBinary()
200 if (scope != last_scope) { in ToBinary()
213 last_scope = scope; in ToBinary()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp145 DebugScope last_scope(kNoDebugScope, kNoInlinedAt); in ToBinary() local
149 auto write_inst = [binary, skip_nop, &last_scope, &last_line_inst, in ToBinary()
200 if (scope != last_scope) { in ToBinary()
213 last_scope = scope; in ToBinary()
/third_party/spirv-tools/source/opt/
Dmodule.cpp150 DebugScope last_scope(kNoDebugScope, kNoInlinedAt); in ToBinary() local
154 auto write_inst = [binary, skip_nop, &last_scope, &last_line_inst, in ToBinary()
205 if (scope != last_scope) { in ToBinary()
218 last_scope = scope; in ToBinary()
/third_party/elfutils/src/
Dstack.c339 Dwarf_Die *last_scope = &scopes[0]; in print_inline_frames() local
351 cudie, last_scope); in print_inline_frames()
357 last_scope = scope; in print_inline_frames()
/third_party/node/deps/v8/src/heap/
Dgc-tracer.h469 void FetchBackgroundCounters(int first_scope, int last_scope);
Dgc-tracer.cc1309 void GCTracer::FetchBackgroundCounters(int first_scope, int last_scope) { in FetchBackgroundCounters() argument
1311 for (int i = first_scope; i <= last_scope; i++) { in FetchBackgroundCounters()