Home
last modified time | relevance | path

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

12

/external/libjpeg-turbo/
Dtjunittest.c64 bailout() \
67 #define _throw(m) { printf("ERROR: %s\n", m); bailout() }
71 bailout() \
96 #define bailout() { exitStatus = -1; goto bailout; } macro
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()
351 bailout() in writeJPEG()
[all …]
Dturbojpeg-jni.c44 goto bailout; \
53 goto bailout; \
70 goto bailout; \
118 bailout: in ProcessSystemProperties()
130 bailout: in Java_org_libjpegturbo_turbojpeg_TJ_bufSize()
142 bailout: in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII()
165 bailout: in Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII()
177 bailout: in Java_org_libjpegturbo_turbojpeg_TJ_planeWidth__III()
189 bailout: in Java_org_libjpegturbo_turbojpeg_TJ_planeHeight__III()
208 bailout: in Java_org_libjpegturbo_turbojpeg_TJCompressor_init()
[all …]
Dturbojpeg.c169 retval = -1; goto bailout; \
173 retval = -1; goto bailout; \
506 bailout: in tjBufSize()
522 bailout: in TJBUFSIZE()
545 bailout: in tjBufSizeYUV2()
576 bailout: in tjPlaneWidth()
597 bailout: in tjPlaneHeight()
620 bailout: in tjPlaneSizeYUV()
651 retval = -1; goto bailout; in tjCompress2()
682 bailout: in tjCompress2()
[all …]
Dtjbench.c42 retval = -1; goto bailout; \
52 retval = -1; goto bailout; \
73 retval = -1; goto bailout; \
249 if (!doWrite) goto bailout; in decomp()
297 bailout: in decomp()
474 goto bailout; in fullTest()
490 bailout: in fullTest()
698 goto bailout; in decompTest()
710 bailout: in decompTest()
987 goto bailout; in main()
[all …]
Dtjexample.c49 retval = -1; goto bailout; \
319 goto bailout; in main()
389 bailout: in main()
/external/v8/src/ic/
Dkeyed-store-generic.cc87 ElementsKind to_kind, Label* bailout);
100 Label* map_mismatch, Label* bailout);
103 ElementsKind packed_kind, Label* bailout);
107 ElementsKind packed_kind_2, Label* bailout);
113 Label* readonly, Label* bailout);
170 ElementsKind from_kind, ElementsKind to_kind, Label* bailout) { in TryRewriteElements() argument
175 TrapAllocationMemento(receiver, bailout); in TryRewriteElements()
193 GotoIf(WordNotEqual(receiver_map, holey_map), bailout); in TryRewriteElements()
205 capacity, INTPTR_PARAMETERS, bailout); in TryRewriteElements()
214 Label* map_mismatch, Label* bailout) { in TryChangeToHoleyMapHelper() argument
[all …]
Daccessor-assembler.h128 Node* representation, Node* value, Label* bailout);
270 Label* bailout);
278 Label* bailout);
Dbinary-op-assembler.cc468 Label bailout(this, rhs_is_smi ? Label::kDeferred : Label::kNonDeferred), in Generate_DivideWithFeedback() local
470 var_result.Bind(TrySmiDiv(CAST(lhs), CAST(rhs), &bailout)); in Generate_DivideWithFeedback()
474 BIND(&bailout); in Generate_DivideWithFeedback()
Daccessor-assembler.cc1011 Node* value, Label* bailout) { in CheckFieldType() argument
1024 bailout); in CheckFieldType()
1030 { Branch(TaggedIsSmi(value), &all_fine, bailout); } in CheckFieldType()
1041 Branch(IsHeapNumberMap(value_map), &all_fine, bailout); in CheckFieldType()
1046 GotoIf(TaggedIsSmi(value), bailout); in CheckFieldType()
1056 bailout); in CheckFieldType()
1063 TNode<Map> field_type_map = CAST(ToWeakHeapObject(field_type, bailout)); in CheckFieldType()
1065 Branch(WordEqual(LoadMap(value), field_type_map), &all_fine, bailout); in CheckFieldType()
1556 Node* value, Label* bailout) { in PrepareValueForStore() argument
1558 value = TryTaggedToFloat64(value, bailout); in PrepareValueForStore()
[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/libmtp/examples/
Dfiletree.c144 goto bailout; in main()
153 bailout: in main()
/external/v8/src/builtins/
Dbuiltins-object-gen.cc35 Label* bailout);
52 Label* bailout);
528 TNode<Map> map, TNode<Int32T> instance_type, Label* bailout) { in EnsureOnlyHasSimpleProperties() argument
529 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), bailout); in EnsureOnlyHasSimpleProperties()
534 bailout); in EnsureOnlyHasSimpleProperties()
1606 Handle<Name> name, TNode<Object> value, Label* bailout) { in AddToDictionaryIf() argument
1610 Add<NameDictionary>(name_dictionary, HeapConstant(name), value, bailout); in AddToDictionaryIf()
1669 Label bailout(this, Label::kDeferred); in FromPropertyDescriptor() local
1675 value, &bailout); in FromPropertyDescriptor()
1681 &bailout); in FromPropertyDescriptor()
[all …]
Dbuiltins-number-gen.cc836 Label bailout(this); in TF_BUILTIN() local
841 GotoIf(SmiEqual(divisor, SmiConstant(0)), &bailout); in TF_BUILTIN()
851 GotoIf(SmiLessThan(divisor, SmiConstant(0)), &bailout); in TF_BUILTIN()
870 &bailout); in TF_BUILTIN()
880 GotoIf(Word32NotEqual(untagged_dividend, truncated), &bailout); in TF_BUILTIN()
885 BIND(&bailout); in TF_BUILTIN()
/external/v8/src/
Dcode-stub-assembler.h597 TNode<Smi> TrySmiDiv(TNode<Smi> dividend, TNode<Smi> divisor, Label* bailout);
1216 void EnsureArrayLengthWritable(TNode<Map> map, Label* bailout);
1223 TNode<Int32T> EnsureArrayPushable(TNode<Map> map, Label* bailout);
1226 Label* bailout, Node* elements, Node* index,
1231 TVariable<IntPtrT>* arg_index, Label* bailout);
1234 Label* bailout);
1615 Node* key, Label* bailout);
1622 Label* bailout);
1628 ParameterMode mode, Label* bailout);
1636 Label* bailout);
[all …]
Dcode-stub-assembler.cc897 Label* bailout) { in TrySmiDiv() argument
900 GotoIf(WordEqual(divisor, SmiConstant(0)), bailout); in TrySmiDiv()
910 GotoIf(SmiLessThan(divisor, SmiConstant(0)), bailout); in TrySmiDiv()
929 bailout); in TrySmiDiv()
938 GotoIf(Word32NotEqual(untagged_dividend, truncated), bailout); in TrySmiDiv()
2823 Label* bailout) { in EnsureArrayLengthWritable() argument
2825 GotoIf(IsDictionaryMap(map), bailout); in EnsureArrayLengthWritable()
2843 bailout); in EnsureArrayLengthWritable()
2847 Label* bailout) { in EnsureArrayPushable() argument
2855 bailout); in EnsureArrayPushable()
[all …]
/external/v8/src/heap/
Dconcurrent-marking.h63 MarkingWorklist* bailout, MarkingWorklist* on_hold,
Dconcurrent-marking.cc78 ConcurrentMarking::MarkingWorklist* bailout, in ConcurrentMarkingVisitor() argument
82 bailout_(bailout, task_id), in ConcurrentMarkingVisitor()
542 MarkingWorklist* bailout, in ConcurrentMarking() argument
547 bailout_(bailout), in ConcurrentMarking()
/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/wasm/baseline/s390/
Dliftoff-assembler-s390.h10 #define BAILOUT(reason) bailout("s390 " reason)
/external/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h10 #define BAILOUT(reason) bailout("arm " reason)
/external/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h10 #define BAILOUT(reason) bailout("ppc " reason)
/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:
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h19 bailout("no " #name); \
1096 assm->bailout("no SSE4.1"); in EmitTruncateFloatToInt()
/external/v8/src/wasm/baseline/
Dliftoff-assembler.h584 void bailout(const char* reason) { in bailout() function

12