Searched defs:bailout (Results 1 - 7 of 7) sorted by relevance

/external/libvncserver/test/
H A Dtjunittest.c46 bailout();}
48 #define _throw(m) {printf("ERROR: %s\n", m); bailout();}
70 #define bailout() {exitStatus=-1; goto bailout;} macro
127 retval=0; exitStatus=-1; goto bailout; \
133 retval=0; exitStatus=-1; goto bailout; \
139 retval=0; exitStatus=-1; goto bailout; \
206 bailout:
230 bailout();
233 bailout
[all...]
/external/libjpeg-turbo/
H A Dtjunittest.c58 bailout();}
60 #define _throw(m) {printf("ERROR: %s\n", m); bailout();}
85 #define bailout() {exitStatus=-1; goto bailout;} macro
164 retval=0; exitStatus=-1; goto bailout; \
170 retval=0; exitStatus=-1; goto bailout; \
176 retval=0; exitStatus=-1; goto bailout; \
273 bailout:
352 bailout:
387 bailout();
[all...]
/external/v8/src/
H A Dcode-stub-assembler.h559 compiler::Node* key, Label* bailout);
569 ParameterMode mode, Label* bailout);
575 compiler::Node* new_capacity, ParameterMode mode, Label* bailout);
953 Label* bailout);
966 Label* bailout) {
967 return EmitKeyedSloppyArguments(receiver, key, nullptr, bailout);
972 compiler::Node* value, Label* bailout) {
974 EmitKeyedSloppyArguments(receiver, key, value, bailout);
985 Label* bailout);
995 KeyedAccessStoreMode store_mode, Label* bailout);
964 LoadKeyedSloppyArguments(compiler::Node* receiver, compiler::Node* key, Label* bailout) argument
971 StoreKeyedSloppyArguments(compiler::Node* receiver, compiler::Node* key, compiler::Node* value, Label* bailout) argument
[all...]
H A Dcode-stubs.h1850 // Skip handling slow case and directly jump to bailout.
1851 void SkipSlow(MacroAssembler* masm, Label* bailout) { argument
1854 masm->jmp(bailout);
1897 // Skip handling slow case and directly jump to bailout.
1898 void SkipSlow(MacroAssembler* masm, Label* bailout) { argument
1900 masm->jmp(bailout);
1951 // Skip handling slow case and directly jump to bailout.
1952 void SkipSlow(MacroAssembler* masm, Label* bailout) { argument
1953 char_code_at_generator_.SkipSlow(masm, bailout);
1954 char_from_code_generator_.SkipSlow(masm, bailout);
[all...]
H A Dcode-stub-assembler.cc2230 Label* bailout) {
2238 bailout);
2245 Label* bailout) {
2251 GotoIf(UintPtrGreaterThanOrEqual(key, max_capacity), bailout); local
2257 new_capacity, mode, bailout);
2262 Node* capacity, Node* new_capacity, ParameterMode mode, Label* bailout) {
2269 bailout); local
4733 // Ensure receiver is JSReceiver, otherwise bailout.
6626 Label* bailout) {
6628 value = TryTaggedToFloat64(value, bailout);
2228 TryGrowElementsCapacity(Node* object, Node* elements, ElementsKind kind, Node* key, Label* bailout) argument
2241 TryGrowElementsCapacity(Node* object, Node* elements, ElementsKind kind, Node* key, Node* capacity, ParameterMode mode, Label* bailout) argument
2260 GrowElementsCapacity( Node* object, Node* elements, ElementsKind from_kind, ElementsKind to_kind, Node* capacity, Node* new_capacity, ParameterMode mode, Label* bailout) argument
6624 PrepareValueForWrite(Node* value, Representation representation, Label* bailout) argument
6632 GotoIf(TaggedIsSmi(value), bailout); local
6634 GotoUnless(TaggedIsSmi(value), bailout); local
6686 EmitKeyedSloppyArguments(Node* receiver, Node* key, Node* value, Label* bailout) argument
6716 GotoUnless(TaggedIsSmi(key), bailout); local
6718 GotoIf(IntPtrLessThan(key, IntPtrConstant(0)), bailout); local
6769 GotoIf(UintPtrGreaterThanOrEqual(key, backing_store_length), bailout); local
6775 GotoIf(WordEqual(result, TheHoleConstant()), bailout); local
6882 PrepareValueForWriteToTypedArray( Node* input, ElementsKind elements_kind, Label* bailout) argument
6951 EmitElementStore(Node* object, Node* key, Node* value, bool is_jsarray, ElementsKind elements_kind, KeyedAccessStoreMode store_mode, Label* bailout) argument
6986 GotoUnless(Word32Equal(neutered_bit, Int32Constant(0)), bailout); local
6999 GotoUnless(UintPtrLessThan(key, length), bailout); local
7025 GotoUnless(TaggedIsSmi(value), bailout); local
7034 GotoUnless(UintPtrLessThan(key, length), bailout); local
7045 CheckForCapacityGrow(Node* object, Node* elements, ElementsKind kind, Node* length, Node* key, ParameterMode mode, bool is_js_array, Label* bailout) argument
7089 GotoUnless(UintPtrLessThan(key, length), bailout); local
7098 CopyElementsOnWrite(Node* object, Node* elements, ElementsKind kind, Node* length, ParameterMode mode, Label* bailout) argument
7122 TransitionElementsKind( compiler::Node* object, compiler::Node* map, ElementsKind from_kind, ElementsKind to_kind, bool is_jsarray, Label* bailout) argument
[all...]
/external/v8/src/crankshaft/
H A Dlithium.cc539 // Although we don't need this lazy bailout for normal execution
551 LInstruction* bailout = LChunkBuilderBase::AssignEnvironment( local
553 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout);
554 chunk_->AddInstruction(bailout, current_block);
/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp220 void SetBailout(bool *bailout) { m_bailout = bailout; } argument
11288 bool bailout; member in struct:thread_data_struct
11296 if (data->bailout) {
11334 data.bailout = false;
11335 m_errorMonitor->SetBailout(&data.bailout);

Completed in 239 milliseconds