HomeSort by relevance Sort by last modified time
    Searched full:deoptimization (Results 101 - 125 of 265) sorted by null

1 2 3 45 6 7 8 91011

  /external/v8/src/compiler/
js-native-context-specialization.cc 141 // If deoptimization is disabled, we cannot optimize.
179 // If deoptimization is disabled, we cannot optimize.
370 // object can be constant-folded, even without deoptimization support.
516 // Not much we can do if deoptimization support is disabled.
542 // Not much we can do if deoptimization support is disabled.
564 // Not much we can do if deoptimization support is disabled.
702 // conditional eager deoptimization exit here.
    [all...]
js-inlining.cc 580 // after we ensure deoptimization support so that the code flusher
581 // does not remove the code with the deoptimization support.
654 // call, we create an observable deoptimization point after the receiver
instruction-selector-impl.h 351 // Creates a new flags continuation for an eager deoptimization exit.
operator.h 48 kNoDeopt = 1 << 6, // Can never generate an eager deoptimization exit.
ast-graph-builder.h 224 // Prepare information for lazy deoptimization. This information is attached
231 // Prepare information for eager deoptimization. This information is carried
code-generator.h 204 // ================== Deoptimization table construction. =====================
common-operator-reducer.cc 291 // Any {Return} node can never be used to insert a deoptimization point,
  /art/test/
knownfailures.json 214 "tests": ["802-deoptimization",
217 "deoptimization. This makes the test meaningless",
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 757 // Restore the exception that was pending before deoptimization then interpret the
    [all...]
  /art/test/570-checker-osr/src/
Main.java 238 // and will therefore trigger deoptimization.
  /external/v8/src/
compiler.h 79 // Adds deoptimization support, requires ParseAndAnalyze.
log.h 169 // Emits a code deoptimization event.
runtime-profiler.cc 29 // If the function optimization was disabled due to high deoptimization count,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
RuntimeLibcalls.def 487 // Deoptimization
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
RuntimeLibcalls.def 487 // Deoptimization
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
RuntimeLibcalls.def 487 // Deoptimization
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
RuntimeLibcalls.def 487 // Deoptimization
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
RuntimeLibcalls.def 487 // Deoptimization
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
RuntimeLibcalls.def 487 // Deoptimization
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
RuntimeLibcalls.def 487 // Deoptimization
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
RuntimeLibcalls.def 487 // Deoptimization
  /art/runtime/
thread.cc 199 // The value returned by the method at the top of the stack before deoptimization.
205 // Whether the context was created from an explicit deoptimization in the code.
208 // The exception that was pending before deoptimization (or null if there was no pending
273 << "No deoptimization context for thread " << *this;
    [all...]
  /external/v8/src/heap/
mark-compact.h 264 // into the unoptimized code again during deoptimization.
684 // deoptimization, then treat the maps in the code as strong pointers,
  /external/v8/src/objects/
scope-info.h 29 // at runtime (stack dumps, deoptimization, etc.).
  /external/v8/src/runtime/
runtime-internal.cc 347 // baseline code. For optimized code this will use the deoptimization

Completed in 991 milliseconds

1 2 3 45 6 7 8 91011