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

1 23 4 5 6 7 8 9

  /prebuilts/go/linux-x86/src/go/types/
errors.go 76 panic(bailout{}) // report only first error
  /frameworks/base/libs/common_time/
common_time_server.cpp 432 goto bailout;
440 goto bailout;
454 goto bailout;
474 goto bailout;
488 goto bailout;
499 goto bailout;
510 goto bailout;
516 goto bailout;
525 goto bailout;
530 goto bailout;
    [all...]
clock_recovery.cpp 370 goto bailout;
406 bailout:
  /external/libjpeg-turbo/
tjbench.c 43 retval=-1; goto bailout;}
217 if (!dowrite) goto bailout;
271 bailout:
447 goto bailout;
465 bailout:
680 goto bailout;
694 bailout:
966 goto bailout;
993 bailout:
  /external/v8/src/full-codegen/
full-codegen.h 45 // Encode bailout state and pc-offset as a BitField<type, start, size>.
281 // For test contexts, we prepare for bailout before branching, not at
341 // Bailout support.
361 // Prepare for bailout before a test (or compare) and branch. If
364 // the actual bailout target from the optimized code. If not
    [all...]
  /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"
  /toolchain/binutils/binutils-2.25/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:__anon116530
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/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...]
  /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

Completed in 3810 milliseconds

1 23 4 5 6 7 8 9