/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 229 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 237 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 245 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 253 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 298 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 306 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 314 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 322 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 367 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 375 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 229 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 237 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 245 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 253 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 298 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 306 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 314 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 322 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 367 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 375 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() [all …]
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 229 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 237 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 245 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 253 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 298 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 306 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 314 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 322 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 367 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() 375 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F() [all …]
|
/third_party/node/lib/internal/ |
D | async_hooks.js | 90 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve, 122 if (asyncId !== 0 && hasHooks(kBefore)) 289 destination[kBefore] = source[kBefore]; 511 if (hasHooks(kBefore)) 590 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve, property
|
/third_party/node/lib/ |
D | async_hooks.js | 66 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve, 108 hook_fields[kTotals] += hook_fields[kBefore] += +!!this[before_symbol]; 134 hook_fields[kTotals] += hook_fields[kBefore] -= +!!this[before_symbol];
|
/third_party/spirv-tools/source/opt/ |
D | loop_peeling.cpp | 709 if (direction == PeelDirection::kBefore) { in ProcessLoop() 722 direction = PeelDirection::kBefore; in ProcessLoop() 745 if (direction == PeelDirection::kBefore) { in ProcessLoop() 748 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop() 998 return Direction{LoopPeelingPass::PeelDirection::kBefore, 1}; in HandleEquality() 1073 return Direction{LoopPeelingPass::PeelDirection::kBefore, cast_iteration}; in HandleInequality()
|
D | loop_peeling.h | 239 kBefore, // Can peel before enumerator
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | loop_peeling.cpp | 709 if (direction == PeelDirection::kBefore) { in ProcessLoop() 722 direction = PeelDirection::kBefore; in ProcessLoop() 745 if (direction == PeelDirection::kBefore) { in ProcessLoop() 748 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop() 998 return Direction{LoopPeelingPass::PeelDirection::kBefore, 1}; in HandleEquality() 1073 return Direction{LoopPeelingPass::PeelDirection::kBefore, cast_iteration}; in HandleInequality()
|
D | loop_peeling.h | 239 kBefore, // Can peel before enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_peeling.cpp | 709 if (direction == PeelDirection::kBefore) { in ProcessLoop() 722 direction = PeelDirection::kBefore; in ProcessLoop() 745 if (direction == PeelDirection::kBefore) { in ProcessLoop() 748 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop() 998 return Direction{LoopPeelingPass::PeelDirection::kBefore, 1}; in HandleEquality() 1073 return Direction{LoopPeelingPass::PeelDirection::kBefore, cast_iteration}; in HandleInequality()
|
D | loop_peeling.h | 239 kBefore, // Can peel before enumerator
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-microtask-queue-gen.cc | 205 RunAllPromiseHooks(PromiseHookType::kBefore, microtask_context, in RunSingleMicrotask() 249 RunAllPromiseHooks(PromiseHookType::kBefore, microtask_context, in RunSingleMicrotask() 302 RunAllPromiseHooks(PromiseHookType::kBefore, microtask_context, in RunSingleMicrotask() 489 case PromiseHookType::kBefore: in RunAllPromiseHooks()
|
/third_party/node/typings/internalBinding/ |
D | async_wrap.d.ts | 117 kBefore: 1;
|
/third_party/node/deps/v8/include/ |
D | v8-promise.h | 141 enum class PromiseHookType { kInit, kResolve, kBefore, kAfter }; enumerator
|
/third_party/node/deps/v8/src/d8/ |
D | async-hooks-wrapper.cc | 209 } else if (type == PromiseHookType::kBefore) { in ShellPromiseHook() 267 case PromiseHookType::kBefore: in PromiseHookDispatch()
|
/third_party/node/src/ |
D | async_wrap.cc | 126 Emit(env, async_id, AsyncHooks::kBefore, in EmitBefore() 416 SET_HOOKS_CONSTANT(kBefore); in Initialize()
|
D | env.h | 231 kBefore, enumerator
|
/third_party/node/src/api/ |
D | callback.cc | 192 async_hooks->fields()[AsyncHooks::kBefore] + in InternalMakeCallback()
|
/third_party/node/deps/v8/src/objects/ |
D | contexts.cc | 569 case PromiseHookType::kBefore: in RunPromiseHook()
|
/third_party/node/deps/v8/src/execution/ |
D | isolate.cc | 5044 RunPromiseHook(PromiseHookType::kBefore, promise, in ThrowInternal()
|