/third_party/skia/gm/ |
H A D | dstreadshuffle.cpp | 37 DstReadShuffle() { this->setBGColor(kBackground); } in DstReadShuffle() 120 canvas->clear(kBackground); in DrawHairlines() 196 static constexpr SkColor kBackground = SK_ColorLTGRAY; member in skiagm::DstReadShuffle
|
/third_party/skia/tools/ |
H A D | blob_cache_sim.cpp | 72 static constexpr SkColor kBackground = SK_ColorWHITE; in main() local 77 canvas->clear(kBackground); in main()
|
/third_party/node/deps/v8/src/heap/ |
H A D | local-heap.cc | 276 thread_kind = ThreadKind::kBackground; in SleepInUnpark() 319 thread_kind = ThreadKind::kBackground; in SleepInSafepoint()
|
H A D | concurrent-allocator.cc | 23 LocalHeap local_heap(heap, ThreadKind::kBackground); in RunInternal()
|
H A D | array-buffer-sweeper.cc | 164 TRACE_GC_EPOCH(heap_->tracer(), scope_id, ThreadKind::kBackground); in RequestSweep()
|
H A D | sweeper.cc | 86 ThreadKind::kBackground); 669 ThreadKind::kBackground);
|
H A D | concurrent-marking.cc | 424 ThreadKind::kBackground);
|
H A D | memory-allocator.cc | 80 ThreadKind::kBackground);
|
H A D | scavenger.cc | 214 ThreadKind::kBackground); in Run()
|
H A D | mark-compact.cc | 3814 ThreadKind::kBackground); 4210 TRACE_GC_EPOCH(tracer_, background_scope_, ThreadKind::kBackground); 5666 ThreadKind::kBackground);
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
H A D | optimizing-compile-dispatcher.cc | 46 LocalIsolate local_isolate(isolate_, ThreadKind::kBackground);
|
H A D | lazy-compile-dispatcher.cc | 404 LocalIsolate isolate(isolate_, ThreadKind::kBackground); in DoBackgroundWork()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-concurrent-dispatcher.cc | 132 LocalIsolate local_isolate(isolate(), ThreadKind::kBackground); member in v8::internal::maglev::final::ThreadKind
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextStyle.cpp | 131 case kBackground: in matchOneAttribute()
|
H A D | TextLine.cpp | 236 TextAdjustment::GlyphCluster, run, runOffsetInLine, textRange, StyleType::kBackground, 379 TextAdjustment::GlyphCluster, run, runOffsetInLine, textRange, StyleType::kBackground, 1445 auto includeGhostSpaces = (styleType == StyleType::kDecorations || styleType == StyleType::kBackground || 1555 if (styleType == StyleType::kBackground &&
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-batch-compiler.cc | 153 LocalIsolate local_isolate(isolate_, ThreadKind::kBackground);
|
/third_party/skia/modules/skparagraph/include/ |
H A D | TextStyle.h | 70 kBackground, enumerator
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | code-serializer.cc | 332 LocalIsolate local_isolate(isolate_, ThreadKind::kBackground);
|
/third_party/node/deps/v8/src/common/ |
H A D | globals.h | 1026 enum class ThreadKind { kMain, kBackground };
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.cc | 1604 LocalIsolate isolate(isolate_for_local_isolate_, ThreadKind::kBackground); in Run() 1855 LocalIsolate isolate(isolate_for_local_isolate_, ThreadKind::kBackground); in Run()
|