HomeSort by relevance Sort by last modified time
    Searched full:bailout (Results 26 - 50 of 206) sorted by null

12 3 4 5 6 7 8 9

  /external/llvm/test/Transforms/LoopStrengthReduce/
ivchain.ll 5 ; CollectIVChains should bailout on this case.
  /external/syslinux/core/thread/
semaphore.c 68 * we don't have to do anything, since the bailout clause in
  /external/v8/src/
code-stub-assembler.h 493 Label* bailout);
635 Node* key, Label* bailout);
642 Label* bailout);
648 ParameterMode mode, Label* bailout);
    [all...]
disassembler.cc 228 // A runtime entry reloinfo might be a deoptimization bailout.
244 out.AddFormatted(" ;; soft deoptimization bailout %d", id);
247 out.AddFormatted(" ;; lazy deoptimization bailout %d", id);
250 out.AddFormatted(" ;; deoptimization bailout %d", id);
  /external/v8/src/compiler/
bytecode-analysis.h 68 // assignments and liveness, under the assumption that there is an OSR bailout
frame-states.h 20 // the output of a node to obtain a framestate for lazy bailout.
  /external/v8/src/crankshaft/
lithium-codegen.h 8 #include "src/bailout-reason.h"
  /external/v8/src/s390/
deoptimizer-s390.cc 137 // Get the bailout id from the stack.
159 __ LoadImmP(r3, Operand(type())); // bailout type,
160 // r4: bailout id already loaded.
202 // Remove the bailout id and the saved registers from the stack.
  /external/libvncserver/test/
tjbench.c 42 retval=-1; goto bailout;}
200 bailout:
322 goto bailout;
334 bailout:
439 goto bailout;
452 bailout:
641 goto bailout;
656 bailout:
  /external/v8/src/ic/
accessor-assembler.h 178 Node* value, Label* bailout);
185 bool transition_to_field, Label* bailout);
  /external/v8/src/arm/
deoptimizer-arm.cc 148 // Get the bailout id from the stack.
155 // Correct one word for bailout id.
168 __ mov(r1, Operand(type())); // bailout type,
169 // r2: bailout id already loaded.
204 // Remove the bailout id and the saved registers from the stack.
  /external/v8/src/mips/
deoptimizer-mips.cc 143 // Get the bailout id from the stack.
150 // Correct one word for bailout id.
164 __ li(a1, Operand(type())); // Bailout type.
165 // a2: bailout id already loaded.
206 // Remove the bailout id and the saved registers from the stack.
  /external/v8/src/mips64/
deoptimizer-mips64.cc 143 // Get the bailout id from the stack.
150 // Correct one word for bailout id.
164 __ li(a1, Operand(type())); // Bailout type.
165 // a2: bailout id already loaded.
206 // Remove the bailout id and the saved registers from the stack.
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 72 boolean bailOut = false;
111 bailOut = true;
173 if (bailOut)
  /external/v8/src/profiler/
tick-sample.cc 130 // Bailout if sp/fp doesn't contain the new value.
208 // The frame is not setup, so it'd be hard to iterate the stack. Bailout.
232 // Bailout.
  /external/v8/tools/foozzie/
v8_foozzie.py 214 # Static bailout based on test case content or metadata.
244 # Early bailout based on first run's output.
250 # Bailout based on second run's output.
  /prebuilts/go/darwin-x86/src/go/types/
gotype.go 267 type bailout struct{}
274 panic(bailout{})
284 case nil, bailout:
errors.go 76 panic(bailout{}) // report only first error
  /prebuilts/go/linux-x86/src/go/types/
gotype.go 267 type bailout struct{}
274 panic(bailout{})
284 case nil, bailout:
errors.go 76 panic(bailout{}) // report only first error
  /external/v8/src/ia32/
deoptimizer-ia32.cc 215 // Get the bailout id from the stack.
235 __ mov(Operand(esp, 1 * kPointerSize), Immediate(type())); // Bailout type.
236 __ mov(Operand(esp, 2 * kPointerSize), ebx); // Bailout id.
271 // Remove the bailout id, return address and the double registers.
  /external/v8/src/x87/
deoptimizer-x87.cc 235 // Get the bailout id from the stack.
256 __ mov(Operand(esp, 1 * kPointerSize), Immediate(type())); // Bailout type.
257 __ mov(Operand(esp, 2 * kPointerSize), ebx); // Bailout id.
295 // Remove the bailout id, return address and the double registers.
  /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...]
  /external/libjpeg-turbo/
tjbench.c 43 retval=-1; goto bailout;}
222 if (!dowrite) goto bailout;
276 bailout:
457 goto bailout;
475 bailout:
696 goto bailout;
710 bailout:
980 goto bailout;
1007 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...]

Completed in 840 milliseconds

12 3 4 5 6 7 8 9