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

1 2 3 4

  /external/webkit/Source/WebCore/svg/
SVGPreserveAspectRatio.cpp 69 goto bailOut;
73 goto bailOut;
76 goto bailOut;
81 goto bailOut;
85 goto bailOut;
87 goto bailOut;
96 goto bailOut;
100 goto bailOut;
108 goto bailOut;
112 goto bailOut;
    [all...]
  /frameworks/av/media/common_time/
cc_helper.cpp 36 goto bailout;
43 goto bailout;
46 goto bailout;
52 bailout:
  /frameworks/base/services/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:
common_time_server.cpp 431 goto bailout;
439 goto bailout;
453 goto bailout;
473 goto bailout;
487 goto bailout;
498 goto bailout;
509 goto bailout;
515 goto bailout;
524 goto bailout;
529 goto bailout;
    [all...]
clock_recovery.cpp 370 goto bailout;
406 bailout:
  /external/v8/test/mjsunit/regress/
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
  /external/llvm/test/Transforms/LoopStrengthReduce/
ivchain.ll 5 ; CollectIVChains should bailout on this case.
  /external/v8/test/mjsunit/compiler/
assignment-deopt.js 81 // Test bailout when accessing a non-existing array element.
90 // Test bailout with count operation in a value context.
count-deopt.js 81 // Test bailout when accessing a non-existing array element.
90 // Test bailout with count operation in a value context.
expression-trees.js 78 // Set the j'th variable to a string to force a bailout.
101 // Set the j'th variable to a string to force a bailout.
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 72 boolean bailOut = false;
111 bailOut = true;
173 if (bailOut)
  /external/v8/src/
hydrogen.cc     [all...]
disassembler.cc 286 // A runtime entry reloinfo might be a deoptimization bailout.
292 out.AddFormatted(" ;; deoptimization bailout %d", id);
full-codegen.h 372 // For test contexts, we prepare for bailout before branching, not at
399 // Bailout support.
411 // Prepare for bailout before a test (or compare) and branch. If
414 // the actual bailout target from the optimized code. If not
ast.h 391 // Bailout support.
685 // Bailout support.
727 // Bailout support.
768 // Bailout support.
816 // Bailout support.
    [all...]
deoptimizer.h 115 // This last bailout type is not really a bailout, but used by the
hydrogen.h 136 // instruction and updating the bailout environment.
825 // Bailout environment manipulation.
829 void Bailout(const char* reason);
968 // Remove the arguments from the bailout environment and emit instructions
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 643 // function code and AST id of the bailout.
813 // Get the bailout id from the stack.
821 // Correct one word for bailout id.
825 // Correct one word for bailout id.
829 // Correct two words for bailout id and return address.
    [all...]
full-codegen-arm.cc 388 // entry becomes the target of a bailout. We don't expect it to be, but
3494 Label bailout, done, one_char_separator, long_separator, local
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 633 // function code and AST id of the bailout.
797 // Get the bailout id from the stack.
805 // Correct one word for bailout id.
809 // Correct one word for bailout id.
813 // Correct two words for bailout id and return address.
823 __ li(a1, Operand(type())); // bailout type,
824 // a2: bailout id already loaded.
    [all...]
full-codegen-mips.cc 397 // entry becomes the target of a bailout. We don't expect it to be, but
3528 Label bailout, done, one_char_separator, long_separator, local
    [all...]
  /external/clang/test/Analysis/
idempotent-operations.c 68 void bailout() { function
  /external/v8/src/x64/
full-codegen-x64.cc 348 // entry becomes the target of a bailout. We don't expect it to be, but
3331 Label bailout, return_result, done, one_char_separator, long_separator, local
    [all...]

Completed in 4640 milliseconds

1 2 3 4