| /external/v8/src/ |
| code-stub-assembler.cc | 662 // Bailout if receiver is a Smi. 667 // Bailout if instance type is not JS_ARRAY_TYPE. 673 // Bailout if receiver has slow elements. 2365 GotoIf(UintPtrOrSmiGreaterThanOrEqual(key, max_capacity, mode), bailout); local 2383 bailout); local [all...] |
| code-stubs.cc | [all...] |
| bailout-reason.h | 35 V(kBailoutWasNotPrepared, "Bailout was not prepared") \
|
| compilation-cache.cc | 122 // Do the fast bailout checks first.
|
| compiler.h | 11 #include "src/bailout-reason.h"
|
| /prebuilts/go/darwin-x86/src/go/types/ |
| check.go | 215 // A bailout panic is used for early termination. 216 type bailout struct{} type 220 case nil, bailout:
|
| /prebuilts/go/linux-x86/src/go/types/ |
| check.go | 215 // A bailout panic is used for early termination. 216 type bailout struct{} type 220 case nil, bailout:
|
| /toolchain/binutils/binutils-2.27/opcodes/ |
| 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:__anon5124 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)
|
| visium-dis.c | 41 jmp_buf bailout; member in struct:private 66 longjmp (priv->bailout, 1); 772 if (setjmp (priv.bailout) != 0)
|
| /external/v8/src/x64/ |
| deoptimizer-x64.cc | 145 // Get the bailout id from the stack. 200 // Remove the bailout id and return address from the stack.
|
| /external/v8/src/crankshaft/ |
| lithium.cc | 540 // Although we don't need this lazy bailout for normal execution 552 LInstruction* bailout = LChunkBuilderBase::AssignEnvironment( local 554 bailout->set_hydrogen_value(hydrogen_value_for_lazy_bailout); 555 chunk_->AddInstruction(bailout, current_block);
|
| hydrogen.cc | [all...] |
| hydrogen-range-analysis.cc | 62 // Compute the bailout-on-minus-zero flag.
|
| /external/v8/src/builtins/ |
| builtins-number.cc | 1234 GotoIf(SmiEqual(divisor, SmiConstant(0)), &bailout); local 1244 GotoIf(SmiLessThan(divisor, SmiConstant(0)), &bailout); local 1264 &bailout); local 1274 GotoIf(Word32NotEqual(untagged_dividend, truncated), &bailout); local [all...] |
| /external/v8/src/ic/ |
| accessor-assembler.cc | 749 Label* bailout) { 751 value = TryTaggedToFloat64(value, bailout); 754 GotoIf(TaggedIsSmi(value), bailout); local 774 Node* field_type = LoadWeakCellValue(maybe_field_type, bailout); 775 Branch(WordEqual(LoadMap(value), field_type), &done, bailout); 780 GotoIfNot(TaggedIsSmi(value), bailout); local 828 Label* bailout) { 862 GotoIfNot(Float64Equal(current_value, value), bailout); local 865 GotoIfNot(WordEqual(current_value, value), bailout); local [all...] |
| /frameworks/base/libs/common_time/ |
| clock_recovery.cpp | 370 goto bailout; 406 bailout:
|
| /external/toolchain-utils/crosperf/ |
| experiment.py | 99 # bailout if checksums still do not match.
|
| /external/v8/src/crankshaft/ppc/ |
| lithium-codegen-ppc.h | 90 // Finish the code by setting stack height, safepoint, and bailout
|
| /external/v8/src/crankshaft/s390/ |
| lithium-codegen-s390.h | 89 // Finish the code by setting stack height, safepoint, and bailout
|
| /external/v8/src/crankshaft/arm/ |
| lithium-codegen-arm.h | 90 // Finish the code by setting stack height, safepoint, and bailout
|
| /external/v8/src/crankshaft/arm64/ |
| lithium-codegen-arm64.h | 68 // Finish the code by setting stack height, safepoint, and bailout
|
| /external/v8/src/crankshaft/ia32/ |
| lithium-codegen-ia32.h | 78 // Finish the code by setting stack height, safepoint, and bailout
|
| /external/v8/src/crankshaft/mips/ |
| lithium-codegen-mips.h | 90 // Finish the code by setting stack height, safepoint, and bailout
|