Home
last modified time | relevance | path

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

12

/external/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h50 bailout(kUnsupportedArchitecture, "PrepareStackFrame"); in PrepareStackFrame()
56 bailout(kUnsupportedArchitecture, "PrepareTailCall"); in PrepareTailCall()
60 bailout(kUnsupportedArchitecture, "PatchPrepareStackFrame"); in PatchPrepareStackFrame()
87 bailout(kUnsupportedArchitecture, "LoadConstant"); in LoadConstant()
91 bailout(kUnsupportedArchitecture, "LoadFromInstance"); in LoadFromInstance()
95 bailout(kUnsupportedArchitecture, "LoadTaggedPointerFromInstance"); in LoadTaggedPointerFromInstance()
99 bailout(kUnsupportedArchitecture, "SpillInstance"); in SpillInstance()
103 bailout(kUnsupportedArchitecture, "FillInstanceInto"); in FillInstanceInto()
110 bailout(kUnsupportedArchitecture, "LoadTaggedPointer"); in LoadTaggedPointer()
117 bailout(kRefTypes, "GlobalSet"); in StoreTaggedPointer()
[all …]
/external/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h51 bailout(kUnsupportedArchitecture, "PrepareStackFrame"); in PrepareStackFrame()
57 bailout(kUnsupportedArchitecture, "PrepareTailCall"); in PrepareTailCall()
61 bailout(kUnsupportedArchitecture, "PatchPrepareStackFrame"); in PatchPrepareStackFrame()
88 bailout(kUnsupportedArchitecture, "LoadConstant"); in LoadConstant()
92 bailout(kUnsupportedArchitecture, "LoadFromInstance"); in LoadFromInstance()
96 bailout(kUnsupportedArchitecture, "LoadTaggedPointerFromInstance"); in LoadTaggedPointerFromInstance()
100 bailout(kUnsupportedArchitecture, "SpillInstance"); in SpillInstance()
104 bailout(kUnsupportedArchitecture, "FillInstanceInto"); in FillInstanceInto()
111 bailout(kUnsupportedArchitecture, "LoadTaggedPointer"); in LoadTaggedPointer()
118 bailout(kRefTypes, "GlobalSet"); in StoreTaggedPointer()
[all …]
/external/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h398 bailout(kRefTypes, "GlobalSet"); in StoreTaggedPointer()
559 bailout(kAtomics, "AtomicLoad"); in AtomicLoad()
565 bailout(kAtomics, "AtomicStore"); in AtomicStore()
571 bailout(kAtomics, "AtomicAdd"); in AtomicAdd()
577 bailout(kAtomics, "AtomicSub"); in AtomicSub()
583 bailout(kAtomics, "AtomicAnd"); in AtomicAnd()
589 bailout(kAtomics, "AtomicOr"); in AtomicOr()
595 bailout(kAtomics, "AtomicXor"); in AtomicXor()
602 bailout(kAtomics, "AtomicExchange"); in AtomicExchange()
609 bailout(kAtomics, "AtomicCompareExchange"); in AtomicCompareExchange()
[all …]
/external/libjpeg-turbo/
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 …]
Dturbojpeg.c169 retval = -1; goto bailout; \
173 retval = -1; goto bailout; \
510 bailout: in tjBufSize()
528 bailout: in TJBUFSIZE()
554 bailout: in tjBufSizeYUV2()
585 bailout: in tjPlaneWidth()
606 bailout: in tjPlaneHeight()
631 bailout: in tjPlaneSizeYUV()
662 retval = -1; goto bailout; in tjCompress2()
693 bailout: in tjCompress2()
[all …]
Dtjunittest.c96 #define BAILOUT() { exitStatus = -1; goto bailout; }
158 retval = 0; exitStatus = -1; goto bailout; \
165 retval = 0; exitStatus = -1; goto bailout; \
172 retval = 0; exitStatus = -1; goto bailout; \
251 bailout: in checkBuf()
319 bailout: in checkBufYUV()
355 bailout: in writeJPEG()
412 bailout: in compTest()
480 bailout: in _decompTest()
505 bailout: in decompTest()
[all …]
Dtjbench.c43 retval = -1; goto bailout; \
53 retval = -1; goto bailout; \
74 retval = -1; goto bailout; \
256 if (!doWrite) goto bailout; in decomp()
304 bailout: in decomp()
488 goto bailout; in fullTest()
504 bailout: in fullTest()
715 goto bailout; in decompTest()
728 bailout: in decompTest()
1005 goto bailout; in main()
[all …]
Dtjexample.c49 retval = -1; goto bailout; \
319 goto bailout; in main()
390 bailout: in main()
/external/v8/src/ic/
Dkeyed-store-generic.cc91 Label* bailout);
110 Label* map_mismatch, Label* bailout);
114 Label* bailout);
120 ElementsKind packed_kind_2, Label* bailout);
126 Label* bailout);
208 ElementsKind from_kind, ElementsKind to_kind, Label* bailout) { in TryRewriteElements() argument
213 TrapAllocationMemento(receiver, bailout); in TryRewriteElements()
231 GotoIf(TaggedNotEqual(receiver_map, holey_map), bailout); in TryRewriteElements()
243 capacity, bailout); in TryRewriteElements()
252 ElementsKind holey_kind, Label* done, Label* map_mismatch, Label* bailout) { in TryChangeToHoleyMapHelper() argument
[all …]
Dbinary-op-assembler.cc519 Label bailout(this, rhs_known_smi ? Label::kDeferred : Label::kNonDeferred), in Generate_DivideWithFeedback() local
521 var_result = TrySmiDiv(lhs, rhs, &bailout); in Generate_DivideWithFeedback()
525 BIND(&bailout); in Generate_DivideWithFeedback()
Daccessor-assembler.h248 TNode<Object> value, Label* bailout);
433 Label* bailout);
438 Label* bailout);
Daccessor-assembler.cc1238 TNode<Object> value, Label* bailout) { in CheckFieldType() argument
1251 bailout); in CheckFieldType()
1257 { Branch(TaggedIsSmi(value), &all_fine, bailout); } in CheckFieldType()
1262 Branch(IsHeapNumber(CAST(value)), &all_fine, bailout); in CheckFieldType()
1267 GotoIf(TaggedIsSmi(value), bailout); in CheckFieldType()
1277 bailout); in CheckFieldType()
1285 CAST(GetHeapObjectAssumeWeak(field_type, bailout)); in CheckFieldType()
1288 bailout); in CheckFieldType()
1809 Label* bailout) { in CheckHeapObjectTypeMatchesDescriptor() argument
1810 GotoIf(TaggedIsSmi(value), bailout); in CheckHeapObjectTypeMatchesDescriptor()
[all …]
/external/u-boot/drivers/i2c/
Ds3c24x0_i2c.c139 goto bailout; in i2c_transfer()
150 goto bailout; in i2c_transfer()
177 goto bailout; in i2c_transfer()
200 bailout: in i2c_transfer()
/external/v8/src/builtins/
Dbuiltins-object-gen.cc33 Label* bailout);
1338 Handle<Name> name, TNode<Object> value, Label* bailout) { in AddToDictionaryIf() argument
1342 Add<NameDictionary>(name_dictionary, HeapConstant(name), value, bailout); in AddToDictionaryIf()
1401 Label bailout(this, Label::kDeferred); in FromPropertyDescriptor() local
1407 value, &bailout); in FromPropertyDescriptor()
1413 &bailout); in FromPropertyDescriptor()
1418 &bailout); in FromPropertyDescriptor()
1422 &bailout); in FromPropertyDescriptor()
1429 &bailout); in FromPropertyDescriptor()
1435 &bailout); in FromPropertyDescriptor()
[all …]
Dic-dynamic-map-checks.tq113 // bailout to the runtime.
125 // For other cases, we bailout to the runtime.
Dbuiltins-microtask-queue-gen.cc37 void PrepareForContext(TNode<Context> microtask_context, Label* bailout);
104 TNode<Context> native_context, Label* bailout) { in PrepareForContext() argument
109 bailout); in PrepareForContext()
/external/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h513 bailout(kAtomics, "AtomicLoad"); in AtomicLoad()
519 bailout(kAtomics, "AtomicStore"); in AtomicStore()
525 bailout(kAtomics, "AtomicAdd"); in AtomicAdd()
531 bailout(kAtomics, "AtomicSub"); in AtomicSub()
537 bailout(kAtomics, "AtomicAnd"); in AtomicAnd()
543 bailout(kAtomics, "AtomicOr"); in AtomicOr()
549 bailout(kAtomics, "AtomicXor"); in AtomicXor()
556 bailout(kAtomics, "AtomicExchange"); in AtomicExchange()
563 bailout(kAtomics, "AtomicCompareExchange"); in AtomicCompareExchange()
978 bailout(kComplexOperation, "f32_copysign"); in emit_f32_copysign()
[all …]
/external/llvm/test/Transforms/LoopStrengthReduce/
Divchain.ll5 ; CollectIVChains should bailout on this case.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/
Divchain.ll6 ; CollectIVChains should bailout on this case.
/external/v8/src/codegen/
Dcode-stub-assembler.cc936 Label* bailout) { in TrySmiDiv() argument
939 GotoIf(TaggedEqual(divisor, SmiConstant(0)), bailout); in TrySmiDiv()
949 GotoIf(SmiLessThan(divisor, SmiConstant(0)), bailout); in TrySmiDiv()
968 bailout); in TrySmiDiv()
977 GotoIf(Word32NotEqual(untagged_dividend, truncated), bailout); in TrySmiDiv()
1749 TNode<Map> map, TNode<Int32T> instance_type, Label* bailout) { in EnsureOnlyHasSimpleProperties() argument
1752 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), bailout); in EnsureOnlyHasSimpleProperties()
1756 bailout); in EnsureOnlyHasSimpleProperties()
2898 Label* bailout) { in EnsureArrayPushable() argument
2902 GotoIfNot(IsExtensibleNonPrototypeMap(map), bailout); in EnsureArrayPushable()
[all …]
Dcode-stub-assembler.h688 TNode<Smi> TrySmiDiv(TNode<Smi> dividend, TNode<Smi> divisor, Label* bailout);
1254 Label* bailout);
1651 Label* bailout);
1653 void TryStoreArrayElement(ElementsKind kind, Label* bailout,
1659 TVariable<IntPtrT>* arg_index, Label* bailout);
1662 TNode<Object> value, Label* bailout);
2161 TNode<Smi> key, Label* bailout);
2172 Label* bailout);
2179 TNode<TIndex> new_capacity, Label* bailout);
2187 TNode<BInt> growth, Label* bailout);
[all …]
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.h269 void SetBailout(bool *bailout);
736 bool bailout; member
Dlayer_validation_tests.cpp160 if (data->bailout) { in AddToCommandBuffer()
173 if (data->bailout) { in ReleaseNullFence()
703 void ErrorMonitor::SetBailout(bool *bailout) { bailout_ = bailout; } in SetBailout() argument
/external/curl/src/
Dtool_operate.c2085 bool bailout = FALSE; in serial_transfers() local
2114 bailout = TRUE; in serial_transfers()
2119 bailout = TRUE; in serial_transfers()
2127 if(bailout) in serial_transfers()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dblock-placement.ll1507 ; CHECK: %.bailout
1517 br i1 %is_exc, label %.bailout, label %.middle, !prof !13
1519 .bailout:
1539 %sum.phi = phi i32 [ %sum.1, %.backedge ], [ %sum.2, %.bailout ]
1558 br i1 %is_bo1, label %.bailout, label %.first_backedge, !prof !14
1587 .bailout:

12