Home
last modified time | relevance | path

Searched refs:slow_path (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-iterator-gen.cc313 Label slow_path(this); in TF_BUILTIN() local
315 GotoIfNot(IsFastJSArrayWithNoCustomIteration(context, iterable), &slow_path); in TF_BUILTIN()
320 BIND(&slow_path); in TF_BUILTIN()
409 Label slow_path(this); in TF_BUILTIN() local
411 GotoIfForceSlowPath(&slow_path); in TF_BUILTIN()
414 FastIterableToList(context, iterable, &var_result, &slow_path); in TF_BUILTIN()
417 BIND(&slow_path); in TF_BUILTIN()
Dbuiltins-internal-gen.cc178 Label slow_path(this), next(this); in InsertIntoRememberedSet() local
182 TNode<IntPtrT> slot_set = LoadSlotSet(page, &slow_path); in InsertIntoRememberedSet()
186 TNode<IntPtrT> bucket = LoadBucket(slot_set, slot_offset, &slow_path); in InsertIntoRememberedSet()
192 BIND(&slow_path); in InsertIntoRememberedSet()
206 TNode<IntPtrT> LoadSlotSet(TNode<IntPtrT> page, Label* slow_path) { in LoadSlotSet() argument
210 GotoIf(WordEqual(slot_set, IntPtrConstant(0)), slow_path); in LoadSlotSet()
215 Label* slow_path) { in LoadBucket() argument
221 GotoIf(WordEqual(bucket, IntPtrConstant(0)), slow_path); in LoadBucket()
/third_party/node/deps/v8/infra/testing/
Dbuilders.pyl107 {'name': 'mjsunit', 'variant': 'slow_path', 'test_args': ['--gc-stress'], 'shards': 2},
320 {'name': 'v8testing', 'variant': 'slow_path'},
519 {'name': 'v8testing', 'variant': 'slow_path'},
533 {'name': 'v8testing', 'variant': 'slow_path', 'shards': 2},
1075 'variant': 'slow_path',
1210 {'name': 'v8testing', 'variant': 'slow_path'},
1389 {'name': 'v8testing', 'variant': 'slow_path', 'shards': 1},
1414 {'name': 'v8testing', 'variant': 'slow_path', 'shards': 2},
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_foozzie.py78 slow_path=[
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc6896 v8::internal::compiler::GraphAssemblerLabel<0>* slow_path) { in CanTransformFast() argument
6899 gasm_->GotoIfNot(IsSmi(input), slow_path); in CanTransformFast()
6914 gasm_->Goto(slow_path); in CanTransformFast()
6970 auto slow_path = gasm_->MakeDeferredLabel(); in BuildJSToWasmWrapper() local
6976 CanTransformFast(params[i + 1], sig_->GetParam(i), &slow_path); in BuildJSToWasmWrapper()
6988 gasm_->Bind(&slow_path); in BuildJSToWasmWrapper()