Home
last modified time | relevance | path

Searched refs:kBefore (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp229 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/
Dpeeling_pass.cpp229 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/
Dpeeling_pass.cpp229 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/
Dasync_hooks.js90 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/
Dasync_hooks.js66 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/
Dloop_peeling.cpp709 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()
Dloop_peeling.h239 kBefore, // Can peel before enumerator
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_peeling.cpp709 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()
Dloop_peeling.h239 kBefore, // Can peel before enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_peeling.cpp709 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()
Dloop_peeling.h239 kBefore, // Can peel before enumerator
/third_party/node/deps/v8/src/builtins/
Dbuiltins-microtask-queue-gen.cc205 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/
Dasync_wrap.d.ts117 kBefore: 1;
/third_party/node/deps/v8/include/
Dv8-promise.h141 enum class PromiseHookType { kInit, kResolve, kBefore, kAfter }; enumerator
/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc209 } else if (type == PromiseHookType::kBefore) { in ShellPromiseHook()
267 case PromiseHookType::kBefore: in PromiseHookDispatch()
/third_party/node/src/
Dasync_wrap.cc126 Emit(env, async_id, AsyncHooks::kBefore, in EmitBefore()
416 SET_HOOKS_CONSTANT(kBefore); in Initialize()
Denv.h231 kBefore, enumerator
/third_party/node/src/api/
Dcallback.cc192 async_hooks->fields()[AsyncHooks::kBefore] + in InternalMakeCallback()
/third_party/node/deps/v8/src/objects/
Dcontexts.cc569 case PromiseHookType::kBefore: in RunPromiseHook()
/third_party/node/deps/v8/src/execution/
Disolate.cc5044 RunPromiseHook(PromiseHookType::kBefore, promise, in ThrowInternal()