/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 175 bailout(kUnsupportedArchitecture, "branch offset overflow"); in PatchPrepareStackFrame() 213 bailout(kUnsupportedArchitecture, "branch offset overflow"); in PatchPrepareStackFrame() 440 bailout(kUnsupportedArchitecture, "SIMD"); in Load() 499 bailout(kUnsupportedArchitecture, "SIMD"); in Store() 827 bailout(kSimd, "simd load"); in LoadCallerFrameSlot() 865 bailout(kSimd, "simd load"); in StoreCallerFrameSlot() 901 bailout(kSimd, "simd load"); in LoadReturnStackSlot() 934 bailout(kSimd, "simd op"); in MoveStackValue() 950 bailout(kSimd, "simd op"); in Move() 975 bailout(kSimd, "simd op"); in Spill() [all …]
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 715 bailout(kAtomics, "AtomicLoad"); in AtomicLoad() 721 bailout(kAtomics, "AtomicStore"); in AtomicStore() 727 bailout(kAtomics, "AtomicAdd"); in AtomicAdd() 733 bailout(kAtomics, "AtomicSub"); in AtomicSub() 739 bailout(kAtomics, "AtomicAnd"); in AtomicAnd() 745 bailout(kAtomics, "AtomicOr"); in AtomicOr() 751 bailout(kAtomics, "AtomicXor"); in AtomicXor() 758 bailout(kAtomics, "AtomicExchange"); in AtomicExchange() 765 bailout(kAtomics, "AtomicCompareExchange"); in AtomicCompareExchange() 1278 bailout(kComplexOperation, "f32_copysign"); in emit_f32_copysign() [all …]
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
D | liftoff-assembler-loong64.h | 1787 bailout(kSimd, "load extend and load splat unimplemented"); in LoadTransform() 1794 bailout(kSimd, "loadlane"); in LoadLane() 1801 bailout(kSimd, "storelane"); in StoreLane() 1809 bailout(kSimd, "emit_i8x16_shuffle"); in emit_i8x16_shuffle() 1815 bailout(kSimd, "emit_i8x16_swizzle"); in emit_i8x16_swizzle() 1820 bailout(kSimd, "emit_i8x16_splat"); in emit_i8x16_splat() 1825 bailout(kSimd, "emit_i16x8_splat"); in emit_i16x8_splat() 1830 bailout(kSimd, "emit_i32x4_splat"); in emit_i32x4_splat() 1835 bailout(kSimd, "emit_i64x2_splat"); in emit_i64x2_splat() 1840 bailout(kSimd, "emit_f32x4_splat"); in emit_f32x4_splat() [all …]
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-shadowrealm-gen.cc | 22 TNode<Name> name, Label* bailout); 41 Label* bailout) { in CheckAccessor() argument 43 GotoIfNot(TaggedEqual(key, name), bailout); in CheckAccessor() 45 GotoIfNot(IsAccessorInfo(CAST(value)), bailout); in CheckAccessor() 56 slow_wrap(this, Label::kDeferred), bailout(this, Label::kDeferred); in TF_BUILTIN() local 65 Branch(IsCallable(CAST(value)), &if_callable, &bailout); in TF_BUILTIN() 149 BIND(&bailout); in TF_BUILTIN()
|
D | builtins-object-gen.cc | 37 TNode<Object> value, Label* bailout); 1397 Label* bailout) { in AddToDictionaryIf() argument 1402 bailout); in AddToDictionaryIf() 1464 Label bailout(this, Label::kDeferred); in FromPropertyDescriptor() local 1470 factory->value_string(), value, &bailout); in FromPropertyDescriptor() 1476 &bailout); in FromPropertyDescriptor() 1481 factory->get_string(), get, &bailout); in FromPropertyDescriptor() 1485 factory->set_string(), set, &bailout); in FromPropertyDescriptor() 1492 &bailout); in FromPropertyDescriptor() 1498 &bailout); in FromPropertyDescriptor() [all …]
|
D | builtins-microtask-queue-gen.cc | 37 void PrepareForContext(TNode<Context> microtask_context, Label* bailout); 107 TNode<Context> native_context, Label* bailout) { in PrepareForContext() argument 112 bailout); in PrepareForContext()
|
D | array-map.tq | 120 // Who knows if the bailout condition will continue to fill in
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg-jni.c | 43 goto bailout; \ 52 goto bailout; \ 69 goto bailout; \ 123 bailout: in ProcessSystemProperties() 135 bailout: in Java_org_libjpegturbo_turbojpeg_TJ_bufSize() 147 bailout: in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII() 170 bailout: in Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII() 182 bailout: in Java_org_libjpegturbo_turbojpeg_TJ_planeWidth__III() 194 bailout: in Java_org_libjpegturbo_turbojpeg_TJ_planeHeight__III() 213 bailout: in Java_org_libjpegturbo_turbojpeg_TJCompressor_init() [all …]
|
D | turbojpeg.c | 196 retval = -1; goto bailout; \ 200 retval = -1; goto bailout; \ 540 bailout: in tjBufSize() 558 bailout: in TJBUFSIZE() 584 bailout: in tjBufSizeYUV2() 615 bailout: in tjPlaneWidth() 636 bailout: in tjPlaneHeight() 661 bailout: in tjPlaneSizeYUV() 692 retval = -1; goto bailout; in tjCompress2() 722 bailout: in tjCompress2() [all …]
|
D | tjunittest.c | 98 #define BAILOUT() { exitStatus = -1; goto bailout; } 162 retval = 0; exitStatus = -1; goto bailout; \ 170 retval = 0; exitStatus = -1; goto bailout; \ 178 retval = 0; exitStatus = -1; goto bailout; \ 257 bailout: in checkBuf() 326 bailout: in checkBufYUV() 368 bailout: in writeJPEG() 426 bailout: in compTest() 495 bailout: in _decompTest() 520 bailout: in decompTest() [all …]
|
D | tjbench.c | 43 retval = -1; goto bailout; \ 54 retval = -1; goto bailout; \ 76 retval = -1; goto bailout; \ 261 if (!doWrite) goto bailout; in decomp() 309 bailout: in decomp() 499 goto bailout; in fullTest() 515 bailout: in fullTest() 729 goto bailout; in decompTest() 742 bailout: in decompTest() 1024 goto bailout; in main() [all …]
|
/third_party/node/deps/v8/src/ic/ |
D | keyed-store-generic.cc | 122 Label* bailout); 141 Label* map_mismatch, Label* bailout); 145 Label* bailout); 151 ElementsKind packed_kind_2, Label* bailout); 157 Label* bailout); 266 ElementsKind from_kind, ElementsKind to_kind, Label* bailout) { in TryRewriteElements() argument 271 TrapAllocationMemento(receiver, bailout); in TryRewriteElements() 289 GotoIf(TaggedNotEqual(receiver_map, holey_map), bailout); in TryRewriteElements() 301 capacity, bailout); in TryRewriteElements() 310 ElementsKind holey_kind, Label* done, Label* map_mismatch, Label* bailout) { in TryChangeToHoleyMapHelper() argument [all …]
|
D | accessor-assembler.h | 294 TNode<Object> value, Label* bailout); 502 Label* bailout); 507 Label* bailout);
|
D | binary-op-assembler.cc | 530 Label bailout(this, rhs_known_smi ? Label::kDeferred : Label::kNonDeferred), in Generate_DivideWithFeedback() local 532 var_result = TrySmiDiv(lhs, rhs, &bailout); in Generate_DivideWithFeedback() 536 BIND(&bailout); in Generate_DivideWithFeedback()
|
D | accessor-assembler.cc | 1486 TNode<Object> value, Label* bailout) { in CheckFieldType() argument 1496 bailout); in CheckFieldType() 1502 { Branch(TaggedIsSmi(value), &all_fine, bailout); } in CheckFieldType() 1507 Branch(IsHeapNumber(CAST(value)), &all_fine, bailout); in CheckFieldType() 1512 GotoIf(TaggedIsSmi(value), bailout); in CheckFieldType() 1522 bailout); in CheckFieldType() 1530 CAST(GetHeapObjectAssumeWeak(field_type, bailout)); in CheckFieldType() 1533 bailout); in CheckFieldType() 2086 Label* bailout) { in CheckHeapObjectTypeMatchesDescriptor() argument 2087 GotoIf(TaggedIsSmi(value), bailout); in CheckHeapObjectTypeMatchesDescriptor() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vsrc_mandelbrot.c | 71 double bailout; member 100 …{"bailout", "set the bailout value", OFFSET(bailout), AV_OPT_TYPE_DOUBLE, {.dbl=10… 126 s->bailout *= s->bailout; in init() 328 if(zr*zr + zi*zi > s->bailout){ in draw_mandelbrot() 333 if(zr*zr + zi*zi > s->bailout){ in draw_mandelbrot() 340 zr = i + log2(log(s->bailout) / log(zr*zr + zi*zi)); in draw_mandelbrot() 347 zr /= s->bailout; in draw_mandelbrot() 348 zi /= s->bailout; in draw_mandelbrot()
|
/third_party/node/deps/openssl/openssl/VMS/ |
D | openssl_startup.com.in | 49 $ ON CONTROL_Y THEN GOTO bailout 50 $ ON ERROR THEN GOTO bailout 86 $ GOTO bailout 121 $ bailout:
|
D | openssl_shutdown.com.in | 15 $ ON CONTROL_Y THEN GOTO bailout 16 $ ON ERROR THEN GOTO bailout
|
/third_party/openssl/VMS/ |
D | openssl_startup.com.in | 49 $ ON CONTROL_Y THEN GOTO bailout 50 $ ON ERROR THEN GOTO bailout 86 $ GOTO bailout 121 $ bailout:
|
D | openssl_shutdown.com.in | 15 $ ON CONTROL_Y THEN GOTO bailout 16 $ ON ERROR THEN GOTO bailout
|
/third_party/libjpeg-turbo/ |
D | libjpeg-turbo-2.1.x-bugfix.patch | 646 @@ -566,11 +567,16 @@ bailout: 672 bailout: 686 @@ -128,24 +129,28 @@ bailout: 698 bailout: 715 bailout: 735 bailout: 781 bailout: 802 bailout: 1455 -@@ -566,11 +567,16 @@ bailout: 1481 - bailout: [all …]
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 1072 Label* bailout) { in TrySmiDiv() argument 1075 GotoIf(TaggedEqual(divisor, SmiConstant(0)), bailout); in TrySmiDiv() 1085 GotoIf(SmiLessThan(divisor, SmiConstant(0)), bailout); in TrySmiDiv() 1104 bailout); in TrySmiDiv() 1113 GotoIf(Word32NotEqual(untagged_dividend, truncated), bailout); in TrySmiDiv() 1979 TNode<Map> map, TNode<Int32T> instance_type, Label* bailout) { in EnsureOnlyHasSimpleProperties() argument 1982 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), bailout); in EnsureOnlyHasSimpleProperties() 1986 bailout); in EnsureOnlyHasSimpleProperties() 3216 Label* bailout) { in EnsureArrayPushable() argument 3220 GotoIfNot(IsExtensibleNonPrototypeMap(map), bailout); in EnsureArrayPushable() [all …]
|
D | code-stub-assembler.h | 728 TNode<Smi> TrySmiDiv(TNode<Smi> dividend, TNode<Smi> divisor, Label* bailout); 1427 Label* bailout); 1832 Label* bailout); 1834 void TryStoreArrayElement(ElementsKind kind, Label* bailout, 1840 TVariable<IntPtrT>* arg_index, Label* bailout); 1843 TNode<Object> value, Label* bailout); 2360 TNode<Smi> key, Label* bailout); 2371 Label* bailout); 2378 TNode<TIndex> new_capacity, Label* bailout); 2386 TNode<BInt> growth, Label* bailout); [all …]
|
/third_party/node/deps/v8/src/objects/ |
D | swiss-name-dictionary.tq | 224 // against the max usable capacity to determine if a bailout is necessary, 225 // and in case of no bailout increase the present element count all in one
|
/third_party/curl/src/ |
D | tool_operate.c | 2672 bool bailout = FALSE; in serial_transfers() local 2699 bailout = TRUE; in serial_transfers() 2705 bailout = TRUE; in serial_transfers() 2711 if(bailout) in serial_transfers()
|