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

1 2 34 5 6 7 8 91011

  /external/v8/src/ic/ppc/
handler-compiler-ppc.cc 52 // If we generate a global code snippet for deoptimization only, remember
53 // the place to continue after deoptimization.
95 // If we generate a global code snippet for deoptimization only, remember
96 // the place to continue after deoptimization.
  /external/v8/src/ic/s390/
handler-compiler-s390.cc 51 // If we generate a global code snippet for deoptimization only, remember
52 // the place to continue after deoptimization.
93 // If we generate a global code snippet for deoptimization only, remember
94 // the place to continue after deoptimization.
  /external/v8/src/ic/x64/
handler-compiler-x64.cc 246 // If we generate a global code snippet for deoptimization only, remember
247 // the place to continue after deoptimization.
292 // If we generate a global code snippet for deoptimization only, remember
293 // the place to continue after deoptimization.
  /external/v8/src/runtime/
runtime-test.cc 89 // TODO(turbofan): Deoptimization is not supported yet.
115 // TODO(turbofan): Deoptimization is not supported yet.
203 // code without actual deoptimization can lead to funny bugs.
227 // code without actual deoptimization can lead to funny bugs.
runtime-compiler.cc 230 // unconditionally if the code is not already marked for deoptimization.
265 // function info. It may have been replaced to include deoptimization data.
  /external/v8/src/
safepoint-table.cc 156 // Emit sorted table of pc offsets together with deoptimization indexes.
frames.cc     [all...]
assembler.h 302 // lazy deoptimization. This is the case if we have indirect calls for which
351 DEOPT_INLINING_ID, // Deoptimization source position.
352 DEOPT_REASON, // Deoptimization reason index.
353 DEOPT_ID, // Deoptimization inlining id.
863 // Deoptimization support.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 480 // Deoptimization.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
RuntimeLibcalls.h 480 // Deoptimization.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
RuntimeLibcalls.h 480 // Deoptimization.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 480 // Deoptimization.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
RuntimeLibcalls.h 480 // Deoptimization.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
RuntimeLibcalls.h 480 // Deoptimization.
  /art/runtime/
instrumentation.cc 205 // deoptimization of quick frames to interpreter frames.
    [all...]
stack.cc 405 // be executed by the interpreter after deoptimization of the stack.
411 // original value during deoptimization of the stack.
441 // This is a compiled frame: we must prepare for deoptimization (see SetVRegFromDebugger).
447 // original value during deoptimization of the stack.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 214 * %REVIEW% Y'know, this isn't all that much of a deoptimization. We
238 * %REVIEW% Y'know, this isn't all that much of a deoptimization. We
  /art/compiler/optimizing/
inliner.h 194 // should_deoptimize flag and if it's true, does deoptimization.
  /art/test/563-checker-fakestring/smali/
TestCase.smali 70 # Test deoptimization between String's allocation and initialization. When not
  /external/llvm/include/llvm/Target/
TargetOpcodes.def 119 /// Call instruction with associated vm state for deoptimization and list
  /external/v8/include/
v8-debug.h 236 * The change of this flag triggers deoptimization of all functions that
  /external/v8/src/compiler/
instruction-scheduler.cc 140 // deoptimization point when they depend on it.
instruction-scheduler.h 220 // Last deoptimization instruction encountered while building the graph.
  /external/v8/src/crankshaft/
hydrogen-uint32-analysis.cc 37 // Deoptimization has special support for uint32.
  /art/runtime/interpreter/
interpreter.cc 249 if (LIKELY(shadow_frame.GetDexPC() == 0)) { // Entering the method, but not via deoptimization.
514 // Deoptimization is not called from code directly.
565 // the deoptimization.

Completed in 911 milliseconds

1 2 34 5 6 7 8 91011