HomeSort by relevance Sort by last modified time
    Searched defs:bailout (Results 1 - 25 of 27) sorted by null

1 2

  /external/v8/test/mjsunit/regress/
regress-2843.js 30 function bailout() { throw "bailout"; } function
41 assertThrows("foo(1, bailout)");
42 assertThrows("foo(1, bailout)");
44 assertThrows("foo(1, bailout)");
  /toolchain/binutils/binutils-2.25/opcodes/
h8500-dis.c 42 OPCODES_SIGJMP_BUF bailout; member in struct:private
66 OPCODES_SIGLONGJMP (priv->bailout, 1);
87 if (OPCODES_SIGSETJMP (priv.bailout) != 0)
xtensa-dis.c 45 OPCODES_SIGJMP_BUF bailout; member in struct:dis_private
69 OPCODES_SIGLONGJMP (priv->bailout, 1);
178 if (OPCODES_SIGSETJMP (priv.bailout) != 0)
vax-dis.c 78 OPCODES_SIGJMP_BUF bailout; member in struct:private
102 OPCODES_SIGLONGJMP (priv->bailout, 1);
398 if (OPCODES_SIGSETJMP (priv.bailout) != 0)
z8k-dis.c 40 OPCODES_SIGJMP_BUF bailout; member in struct:__anon74859
79 OPCODES_SIGLONGJMP (priv->bailout, 1);
152 if (OPCODES_SIGSETJMP (instr_data.bailout) != 0)
ns32k-dis.c 60 OPCODES_SIGJMP_BUF bailout; member in struct:private
85 OPCODES_SIGLONGJMP (priv->bailout, 1);
754 if (OPCODES_SIGSETJMP (priv.bailout) != 0)
  /external/libvncserver/test/
tjunittest.c 46 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/ltrace/
prototype.c 212 bailout(const char *name, int own) function
229 return bailout(name, own_name);
241 return bailout(name, own_name);
  /external/libjpeg-turbo/
tjunittest.c 58 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/vulkan-validation-layers/tests/
layer_validation_tests.cpp 170 void SetBailout(bool *bailout) { m_bailout = bailout; }
4861 bool bailout; member in struct:thread_data_struct
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 907 LInstruction* bailout = AssignEnvironment(new(zone()) LLazyBailout()); local
908 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout);
909 chunk_->AddInstruction(bailout, current_block_);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 749 LInstruction* bailout = AssignEnvironment(new(zone()) LLazyBailout()); local
750 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout);
751 chunk_->AddInstruction(bailout, current_block_);
928 // stack arguments, and any real arguments object use causes a bailout.
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 946 LInstruction* bailout = AssignEnvironment(new(zone()) LLazyBailout()); local
947 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout);
948 chunk_->AddInstruction(bailout, current_block_);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 917 LInstruction* bailout = AssignEnvironment(new(zone()) LLazyBailout()); local
918 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout);
919 chunk_->AddInstruction(bailout, current_block_);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 917 LInstruction* bailout = AssignEnvironment(new(zone()) LLazyBailout()); local
918 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout);
919 chunk_->AddInstruction(bailout, current_block_);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 921 LInstruction* bailout = AssignEnvironment(new (zone()) LLazyBailout()); local
922 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout);
923 chunk_->AddInstruction(bailout, current_block_);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 931 LInstruction* bailout = AssignEnvironment(new(zone()) LLazyBailout()); local
932 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout);
933 chunk_->AddInstruction(bailout, current_block_);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 962 LInstruction* bailout = AssignEnvironment(new(zone()) LLazyBailout()); local
963 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout);
964 chunk_->AddInstruction(bailout, current_block_);
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 239 // bailout here. But since that can happen only when new target is not used
437 // entry becomes the target of a bailout. We don't expect it to be, but
3742 Label bailout, done, one_char_separator, long_separator, non_trivial_array, local
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 234 // bailout here. But since that can happen only when new target is not used
399 // entry becomes the target of a bailout. We don't expect it to be, but
3633 Label bailout, done, one_char_separator, long_separator, local
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 249 // bailout here. But since that can happen only when new target is not used
429 // entry becomes the target of a bailout. We don't expect it to be, but
3752 Label bailout, done, one_char_separator, long_separator, local
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 248 // bailout here. But since that can happen only when new target is not used
428 // entry becomes the target of a bailout. We don't expect it to be, but
3758 Label bailout, done, one_char_separator, long_separator, local
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 244 // bailout here. But since that can happen only when new target is not used
424 // entry becomes the target of a bailout. We don't expect it to be, but
3733 Label bailout, done, one_char_separator, long_separator, non_trivial_array, local
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 231 // bailout here. But since that can happen only when new target is not used
396 // entry becomes the target of a bailout. We don't expect it to be, but
3625 Label bailout, done, one_char_separator, long_separator, local
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 242 // bailout here. But since that can happen only when new target is not used
427 // entry becomes the target of a bailout. We don't expect it to be, but
3484 Label bailout, done, one_char_separator, long_separator, local
    [all...]

Completed in 804 milliseconds

1 2