| /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/src/ |
| bailout-reason.cc | 5 #include "src/bailout-reason.h"
|
| /external/v8/src/ic/ |
| keyed-store-generic.cc | 48 ElementsKind to_kind, Label* bailout); 61 Label* map_mismatch, Label* bailout); 64 ElementsKind packed_kind, Label* bailout); 68 ElementsKind packed_kind_2, Label* bailout); 75 Label* readonly, Label* bailout); 78 Node* value, Label* bailout); 121 ElementsKind from_kind, ElementsKind to_kind, Label* bailout) { 126 TrapAllocationMemento(receiver, bailout); 145 GotoIf(WordNotEqual(receiver_map, holey_map), bailout); 158 capacity, INTPTR_PARAMETERS, bailout); 601 bailout); member in namespace:v8::internal 627 bailout); local 633 { Branch(TaggedIsSmi(value), &all_fine, bailout); } local 644 Branch(IsHeapNumberMap(value_map), &all_fine, bailout); local 649 GotoIf(TaggedIsSmi(value), bailout); local 655 GotoIf(WordEqual(field_type, IntPtrConstant(kNoneType)), bailout); local [all...] |
| /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/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/ |
| EfiRom.c | 86 goto BailOut;
89 goto BailOut;
126 goto BailOut;
134 goto BailOut;
177 BailOut:
263 goto BailOut;
269 goto BailOut;
283 goto BailOut;
297 goto BailOut;
306 goto BailOut;
[all...] |
| /external/libjpeg-turbo/ |
| turbojpeg-jni.c | 44 if(!_exccls || (*env)->ExceptionCheck(env)) goto bailout; \ 46 goto bailout; \ 56 goto bailout; \ 62 if(!_cls || (*env)->ExceptionCheck(env)) goto bailout; \ 99 bailout: 110 bailout: 121 bailout: 142 bailout: 153 bailout: 164 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...] |
| turbojpeg.c | 130 retval=-1; goto bailout;} 328 bailout: 637 bailout: 652 bailout: 675 bailout: 708 bailout: 729 bailout: 752 bailout: 793 retval=-1; goto bailout; 825 bailout [all...] |
| bmp.c | 70 retval=-1; goto bailout;} 72 strerror(errno)); retval=-1; goto bailout;} 192 retval=-1; goto bailout; 243 bailout: 276 retval=-1; goto bailout; 332 bailout:
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/ |
| EfiRom.c | 258 goto BailOut;
296 goto BailOut;
304 goto BailOut;
351 BailOut:
466 goto BailOut;
472 goto BailOut;
485 goto BailOut;
494 goto BailOut;
500 goto BailOut;
537 goto BailOut;
[all...] |
| /frameworks/rs/tests/lldb/tests/harness/ |
| exception.py | 35 '''Quick Bailout'''
|
| /toolchain/binutils/binutils-2.27/libiberty/ |
| make-relative-prefix.c | 324 goto bailout; 342 goto bailout; 347 goto bailout; 359 goto bailout; 373 goto bailout; 394 bailout:
|
| /external/libmtp/examples/ |
| filetree.c | 144 goto bailout; 153 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
|
| /external/v8/src/ast/ |
| ast-numbering.h | 25 // Assign type feedback IDs, bailout IDs, and generator yield IDs to an AST node
|
| /prebuilts/go/darwin-x86/src/go/parser/ |
| interface.go | 98 // resume same panic if it's not a bailout 99 if _, ok := e.(bailout); !ok { 194 // resume same panic if it's not a bailout 195 if _, ok := e.(bailout); !ok {
|
| /prebuilts/go/linux-x86/src/go/parser/ |
| interface.go | 98 // resume same panic if it's not a bailout 99 if _, ok := e.(bailout); !ok { 194 // resume same panic if it's not a bailout 195 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...] |
| /frameworks/av/media/libaaudio/examples/write_sine/src/ |
| write_sine_callback.cpp | 48 bool bailOut = false; 124 bailOut = true; 147 if (bailOut) {
|
| /toolchain/binutils/binutils-2.27/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)
|