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

1 2 3 4 5 6 7 8 9

  /external/v8/tools/
check-unused-bailouts.sh 7 bailouts=$(grep -oP 'V\(\K(k[^,]*)' "$v8_root/src/bailout-reason.h")
9 for bailout in $bailouts; do
10 bailout_uses=$(grep -r $bailout "$v8_root/src" "$v8_root/test/cctest" | wc -l)
12 echo "Bailout reason \"$bailout\" seems to be unused."
  /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)");
regress-1104.js 30 // bailout.
regress-1149.js 28 // We should not try to record duplicate bailout IDs for the 'left-hand
regress-3199913.js 28 // Test that bailout during evaluation of the key for a keyed call works as
regress-binop.js 91 // Bailout on left
93 // Bailout on right
95 // Bailout on result
  /external/v8/src/
bailout-reason.cc 5 #include "src/bailout-reason.h"
  /frameworks/av/media/common_time/
cc_helper.cpp 36 goto bailout;
43 goto bailout;
46 goto bailout;
52 bailout:
  /frameworks/base/libs/common_time/
diag_thread.cpp 99 goto bailout;
104 goto bailout;
114 goto bailout;
119 goto bailout;
123 bailout:
206 goto bailout;
224 goto bailout;
317 bailout:
  /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...]
  /device/asus/fugu/libaudio/
alsa_utils.cpp 109 goto bailout;
119 goto bailout;
127 goto bailout;
134 goto bailout;
138 goto bailout;
146 goto bailout;
157 goto bailout;
161 goto bailout;
166 goto bailout;
170 goto bailout;
    [all...]
audio_hal_thunks.cpp 455 goto bailout;
481 goto bailout;
487 bailout:
528 goto bailout;
563 goto bailout;
571 bailout:
666 goto bailout;
673 goto bailout;
680 goto bailout;
710 bailout
    [all...]
  /external/libjpeg-turbo/
turbojpeg-jni.c 44 if(!_exccls) goto bailout; \
46 goto bailout; \
58 if(!_cls) goto bailout; \
95 bailout:
106 bailout:
117 bailout:
138 bailout:
149 bailout:
160 bailout:
179 bailout
    [all...]
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...]
bmp.c 70 retval=-1; goto bailout;}
72 strerror(errno)); retval=-1; goto bailout;}
185 retval=-1; goto bailout;
236 bailout:
269 retval=-1; goto bailout;
325 bailout:
turbojpeg.c 129 retval=-1; goto bailout;}
327 bailout:
611 bailout:
626 bailout:
649 bailout:
682 bailout:
703 bailout:
726 bailout:
753 goto bailout;
798 bailout
    [all...]
  /external/v8/src/ast/
ast-numbering.h 17 // Assign type feedback IDs, bailout IDs, and generator yield IDs to an AST node
  /toolchain/binutils/binutils-2.25/libiberty/
make-relative-prefix.c 324 goto bailout;
342 goto bailout;
347 goto bailout;
359 goto bailout;
373 goto bailout;
394 bailout:
  /external/v8/gypfiles/
download_gold_plugin.py 50 # Bailout if this is not a cfi build.
55 # Bailout if clang is up-to-date. This requires the script to be run before
  /prebuilts/go/darwin-x86/src/go/parser/
interface.go 94 // resume same panic if it's not a bailout
95 if _, ok := e.(bailout); !ok {
184 // resume same panic if it's not a bailout
185 if _, ok := e.(bailout); !ok {
  /prebuilts/go/linux-x86/src/go/parser/
interface.go 94 // resume same panic if it's not a bailout
95 if _, ok := e.(bailout); !ok {
184 // resume same panic if it's not a bailout
185 if _, ok := e.(bailout); !ok {
  /external/v8/src/arm64/
deoptimizer-arm64.cc 18 // Size of the code used to patch lazy bailout points.
118 // Get the bailout id from the stack.
127 // Compute the fp-to-sp delta, and correct one word for bailout id.
141 // - x2: bailout id
179 // Remove the bailout id and the saved registers from the stack.
  /external/v8/src/ppc/
deoptimizer-ppc.cc 150 // Get the bailout id from the stack.
157 // Correct one word for bailout id.
170 __ li(r4, Operand(type())); // bailout type,
171 // r5: bailout id already loaded.
204 // Remove the bailout id and the saved registers from the stack.
  /external/libvncserver/common/
turbojpeg.c 108 retval=-1; goto bailout;}
254 bailout:
515 bailout:
533 bailout:
560 goto bailout;
605 bailout:
719 bailout:
773 goto bailout;
781 retval=-1; goto bailout;
839 bailout
    [all...]
  /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)

Completed in 1183 milliseconds

1 2 3 4 5 6 7 8 9