Searched refs:last_scope (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | module.cpp | 145 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/ |
D | module.cpp | 145 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/ |
D | module.cpp | 150 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/ |
D | stack.c | 339 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/ |
D | gc-tracer.h | 469 void FetchBackgroundCounters(int first_scope, int last_scope);
|
D | gc-tracer.cc | 1309 void GCTracer::FetchBackgroundCounters(int first_scope, int last_scope) { in FetchBackgroundCounters() argument 1311 for (int i = first_scope; i <= last_scope; i++) { in FetchBackgroundCounters()
|