Home
last modified time | relevance | path

Searched refs:bailout (Results 1 - 25 of 25) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h175 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(kSim in Spill()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h715 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(kComplexOperatio in emit_f32_copysign()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h1787 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(kSim in emit_f32x4_splat()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg-jni.c43 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...]
H A Dturbojpeg.c196 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...]
H A Dtjunittest.c98 #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...]
H A Dtjbench.c43 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/builtins/
H A Dbuiltins-shadowrealm-gen.cc22 TNode<Name> name, Label* bailout);
41 Label* bailout) { in CheckAccessor()
43 GotoIfNot(TaggedEqual(key, name), bailout); in CheckAccessor() local
45 GotoIfNot(IsAccessorInfo(CAST(value)), bailout); in CheckAccessor()
56 slow_wrap(this, Label::kDeferred), bailout(this, Label::kDeferred); in TF_BUILTIN()
65 Branch(IsCallable(CAST(value)), &if_callable, &bailout); in TF_BUILTIN()
149 BIND(&bailout); in TF_BUILTIN()
38 CheckAccessor(TNode<DescriptorArray> array, TNode<IntPtrT> index, TNode<Name> name, Label* bailout) CheckAccessor() argument
H A Dbuiltins-object-gen.cc37 TNode<Object> value, Label* bailout);
1397 Label* bailout) { in AddToDictionaryIf()
1402 bailout); in AddToDictionaryIf() local
1464 Label bailout(this, Label::kDeferred); in FromPropertyDescriptor()
1470 factory->value_string(), value, &bailout); in FromPropertyDescriptor() local
1476 &bailout); in FromPropertyDescriptor()
1481 factory->get_string(), get, &bailout); in FromPropertyDescriptor() local
1485 factory->set_string(), set, &bailout); in FromPropertyDescriptor() local
1492 &bailout); in FromPropertyDescriptor()
1498 &bailout); in FromPropertyDescriptor()
1394 AddToDictionaryIf( TNode<BoolT> condition, TNode<Context> context, TNode<Object> object, TNode<HeapObject> name_dictionary, Handle<Name> name, TNode<Object> value, Label* bailout) AddToDictionaryIf() argument
[all...]
H A Dbuiltins-microtask-queue-gen.cc37 void PrepareForContext(TNode<Context> microtask_context, Label* bailout);
107 TNode<Context> native_context, Label* bailout) { in PrepareForContext()
112 bailout); in PrepareForContext()
106 PrepareForContext( TNode<Context> native_context, Label* bailout) PrepareForContext() argument
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc122 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()
271 TrapAllocationMemento(receiver, bailout); in TryRewriteElements()
289 GotoIf(TaggedNotEqual(receiver_map, holey_map), bailout); in TryRewriteElements() local
301 capacity, bailout); in TryRewriteElements()
310 ElementsKind holey_kind, Label* done, Label* map_mismatch, Label* bailout) { in TryChangeToHoleyMapHelper()
263 TryRewriteElements( TNode<JSObject> receiver, TNode<Map> receiver_map, TNode<FixedArrayBase> elements, TNode<NativeContext> native_context, ElementsKind from_kind, ElementsKind to_kind, Label* bailout) TryRewriteElements() argument
307 TryChangeToHoleyMapHelper( TNode<JSObject> receiver, TNode<Map> receiver_map, TNode<NativeContext> native_context, ElementsKind packed_kind, ElementsKind holey_kind, Label* done, Label* map_mismatch, Label* bailout) TryChangeToHoleyMapHelper() argument
322 TryChangeToHoleyMap( TNode<JSObject> receiver, TNode<Map> receiver_map, TNode<Word32T> current_elements_kind, TNode<Context> context, ElementsKind packed_kind, Label* bailout) TryChangeToHoleyMap() argument
337 TryChangeToHoleyMapMulti( TNode<JSObject> receiver, TNode<Map> receiver_map, TNode<Word32T> current_elements_kind, TNode<Context> context, ElementsKind packed_kind, ElementsKind packed_kind_2, Label* bailout) TryChangeToHoleyMapMulti() argument
656 LookupPropertyOnPrototypeChain( TNode<Map> receiver_map, TNode<Name> name, Label* accessor, TVariable<Object>* var_accessor_pair, TVariable<HeapObject>* var_accessor_holder, Label* readonly, Label* bailout) LookupPropertyOnPrototypeChain() argument
742 GotoIf(IsJSTypedArrayInstanceType(instance_type), bailout); LookupPropertyOnPrototypeChain() local
[all...]
H A Daccessor-assembler.h294 TNode<Object> value, Label* bailout);
502 Label* bailout);
507 Label* bailout);
H A Dbinary-op-assembler.cc530 Label bailout(this, rhs_known_smi ? Label::kDeferred : Label::kNonDeferred), in Generate_DivideWithFeedback()
532 var_result = TrySmiDiv(lhs, rhs, &bailout); in Generate_DivideWithFeedback()
536 BIND(&bailout); in Generate_DivideWithFeedback()
H A Daccessor-assembler.cc1486 TNode<Object> value, Label* bailout) { in CheckFieldType()
1496 bailout); in CheckFieldType() local
1502 { Branch(TaggedIsSmi(value), &all_fine, bailout); } in CheckFieldType() local
1507 Branch(IsHeapNumber(CAST(value)), &all_fine, bailout); in CheckFieldType()
1512 GotoIf(TaggedIsSmi(value), bailout); in CheckFieldType() local
1522 bailout); in CheckFieldType() local
1530 CAST(GetHeapObjectAssumeWeak(field_type, bailout)); in CheckFieldType()
1533 bailout); in CheckFieldType()
2086 Label* bailout) { in CheckHeapObjectTypeMatchesDescriptor()
2087 GotoIf(TaggedIsSmi(value), bailout); in CheckHeapObjectTypeMatchesDescriptor() local
1483 CheckFieldType(TNode<DescriptorArray> descriptors, TNode<IntPtrT> name_index, TNode<Word32T> representation, TNode<Object> value, Label* bailout) CheckFieldType() argument
2084 CheckHeapObjectTypeMatchesDescriptor( TNode<Word32T> handler_word, TNode<JSObject> holder, TNode<Object> value, Label* bailout) CheckHeapObjectTypeMatchesDescriptor() argument
2110 CheckDescriptorConsidersNumbersMutable( TNode<Word32T> handler_word, TNode<JSObject> holder, Label* bailout) CheckDescriptorConsidersNumbersMutable() argument
2129 bailout); CheckDescriptorConsidersNumbersMutable() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvsrc_mandelbrot.c71 double bailout; member
100 {"bailout", "set the bailout value", OFFSET(bailout), AV_OPT_TYPE_DOUBLE, {.dbl=10}, 0, FLT_MAX, FLAGS },
126 s->bailout *= s->bailout; in init()
319 if(zr*zr + zi*zi > s->bailout){ in draw_mandelbrot()
324 if(zr*zr + zi*zi > s->bailout){ in draw_mandelbrot()
331 zr = i + log2(log(s->bailout) / log(zr*zr + zi*zi)); in draw_mandelbrot()
338 zr /= s->bailout; in draw_mandelbrot()
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1072 Label* bailout) { in TrySmiDiv()
1075 GotoIf(TaggedEqual(divisor, SmiConstant(0)), bailout); in TrySmiDiv() local
1085 GotoIf(SmiLessThan(divisor, SmiConstant(0)), bailout); in TrySmiDiv() local
1104 bailout); in TrySmiDiv() local
1113 GotoIf(Word32NotEqual(untagged_dividend, truncated), bailout); in TrySmiDiv() local
1979 TNode<Map> map, TNode<Int32T> instance_type, Label* bailout) {
1982 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), bailout);
1986 bailout);
3216 Label* bailout) {
3220 GotoIfNot(IsExtensibleNonPrototypeMap(map), bailout);
1071 TrySmiDiv(TNode<Smi> dividend, TNode<Smi> divisor, Label* bailout) TrySmiDiv() argument
[all...]
H A Dcode-stub-assembler.h11 #include "src/codegen/bailout-reason.h"
726 // Tries to compute dividend / divisor for Smi inputs; branching to bailout
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);
[all...]
/third_party/curl/src/
H A Dtool_operate.c2469 bool bailout = FALSE; in serial_transfers() local
2496 bailout = TRUE; in serial_transfers()
2502 bailout = TRUE; in serial_transfers()
2508 if(bailout) in serial_transfers()
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h443 bailout(kUnsupportedArchitecture, "Liftoff needs ARMv7"); in PrepareStackFrame()
1625 bailout(kMissingCPUFeature, "i32_divs"); in emit_i32_divs()
1653 bailout(kMissingCPUFeature, "i32_divu"); in emit_i32_divu()
1668 bailout(kMissingCPUFeature, "i32_rems"); in emit_i32_rems()
1689 bailout(kMissingCPUFeature, "i32_remu"); in emit_i32_remu()
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc198 GraphAssemblerLabel<0>* bailout);
3917 // We need to bailout to the runtime for uncached external strings. in StringCharCodeAt()
4862 GraphAssemblerLabel<0>* bailout) { in AdaptFastCallTypedArrayArgument()
4868 __ GotoIfNot(value_is_typed_array, bailout); in AdaptFastCallTypedArrayArgument()
4878 __ GotoIfNot(value_is_expected_elements_kind, bailout); in AdaptFastCallTypedArrayArgument()
4890 __ GotoIfNot(buffer_is_not_detached, bailout); in AdaptFastCallTypedArrayArgument()
4897 __ GotoIfNot(buffer_is_not_shared, bailout); in AdaptFastCallTypedArrayArgument()
4860 AdaptFastCallTypedArrayArgument( Node* node, ElementsKind expected_elements_kind, GraphAssemblerLabel<0>* bailout) AdaptFastCallTypedArrayArgument() argument
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h1843 __ bailout(kMissingCPUFeature, "no SSE4.1"); in EmitTruncateFloatToInt()
1875 __ bailout(kMissingCPUFeature, "no SSE4.1"); in EmitSatTruncateFloatToInt()
1952 __ bailout(kMissingCPUFeature, "no SSE4.1"); in EmitSatTruncateFloatToUInt64()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h1535 void bailout(LiftoffBailoutReason reason, const char* detail) { in bailout() function
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h300 bailout(kOtherReason, "Stack too big"); in AlignFrameSize()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h2241 __ bailout(kMissingCPUFeature, "no SSE4.1"); in EmitTruncateFloatToInt()
2276 __ bailout(kMissingCPUFeature, "no SSE4.1"); in EmitSatTruncateFloatToInt()
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h1221 void LiftoffAssembler::AtomicFence() { bailout(kAtomics, "AtomicFence"); } in AtomicFence()

Completed in 90 milliseconds