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

1 23 4 5 6 7 8 91011

  /art/compiler/optimizing/
load_store_elimination.cc 46 * the heap location persists at method return/deoptimization.
60 * at method return/deoptimization.
66 * return/deoptimization.
663 // return/deoptimization later, this store isn't really redundant.
    [all...]
  /external/v8/src/
compilation-info.cc 63 // compiling later on. This means that code recompiled with deoptimization
67 // with deoptimization support.
deoptimizer.h 24 // the exact bit pattern during deoptimization when passing this value. Note
39 // the exact bit pattern during deoptimization when passing this value. Note
266 // Auxiliary class for translating deoptimization values.
451 // information of a code object to perform lazy deoptimization
518 // Generators for the deoptimization entry code.
597 // Marks all the code in the given context for deoptimization.
    [all...]
  /external/v8/src/compiler/
code-generator.cc 96 // Define deoptimization literals for all inlined functions.
107 // Define deoptimization literals for all unoptimized code objects of inlined
196 // Assemble all eager deoptimization exits.
202 // Ensure there is space for lazy deoptimization in the code.
250 // Ensure there is space for lazy deoptimization in the relocation info.
451 // Assemble a conditional eager deoptimization after this instruction.
597 // Populate deoptimization entries.
    [all...]
bytecode-graph-builder.h 126 // Prepare information for eager deoptimization. This information is carried
131 // Prepare information for lazy deoptimization. This information is attached
typed-optimization.cc 43 // eager deoptimization exit (i.e. {node} has an operator that doesn't have
172 // (2) deoptimization is enabled and we can add a code dependency on the
code-generator-impl.h 178 // Eager deoptimization exit.
  /art/runtime/
quick_exception_handler.cc 283 // Prepares deoptimization.
352 // We hit some code that's not deoptimizeable. However, Single-frame deoptimization triggered
513 // Restore deoptimization exception. When returning from the invoke stub,
514 // ArtMethod::Invoke() will see the special exception to know deoptimization
543 // Compiled code made an explicit deoptimization.
debugger.cc 130 // Indicates whether breakpoint needs full deoptimization or selective deoptimization.
332 // Deoptimization support.
652 // We don't need deoptimization if everything runs with interpreter after
685 // Best effort deoptimization if the runtime is non-Java debuggable. This happens when
725 // Since we're going to disable deoptimization, we clear the deoptimization requests queue.
726 // This prevents us from having any pending deoptimization request when the debugger attaches
    [all...]
thread.h 121 // The type of method that triggers deoptimization. It contains info on whether
124 kKeepDexPc, // dex pc is required to be kept upon deoptimization.
463 // it for doing the long jump, after finding catch blocks/doing deoptimization.
464 // Both finding catch blocks and deoptimization can trigger another
    [all...]
debugger.h 218 // Method for selective deoptimization.
538 // Indicates whether we need deoptimization for debugging.
541 // Records deoptimization request in the queue.
545 // Manage deoptimization after updating JDWP events list. Suspends all threads, processes each
    [all...]
stack.h 201 // Values will be set in debugger shadow frames. Debugger will make sure deoptimization
206 // Values will be set in debugger shadow frames. Debugger will make sure deoptimization
instrumentation.h 56 // invocations? Deoptimization forces all code to run in the interpreter and considerably hurts the
164 // trigger deoptimization.
200 // Deoptimization.
510 // This is used by the debugger to cause a deoptimization of the thread's stack after updating
    [all...]
  /external/v8/src/ic/ia32/
handler-compiler-ia32.cc 47 // If we generate a global code snippet for deoptimization only, remember
48 // the place to continue after deoptimization.
276 // If we generate a global code snippet for deoptimization only, remember
277 // the place to continue after deoptimization.
289 // If we generate a global code snippet for deoptimization only, don't try
  /external/v8/src/ic/x87/
handler-compiler-x87.cc 47 // If we generate a global code snippet for deoptimization only, remember
48 // the place to continue after deoptimization.
276 // If we generate a global code snippet for deoptimization only, remember
277 // the place to continue after deoptimization.
289 // If we generate a global code snippet for deoptimization only, don't try
  /art/openjdkjvmti/
deopt_manager.cc 278 << "Already performing deoptimization on another thread!";
316 DCHECK_GT(global_deopt_count_, 0u) << "Request to remove non-existent global deoptimization!";
352 DCHECK_GT(deopter_count_, 0u) << "Removing deoptimization requester without any being present";
  /external/v8/src/arm/
deoptimizer-arm.cc 62 // deoptimization entry.
152 // address for lazy deoptimization) and compute the fp-to-sp delta in
307 // Create a sequence of deoptimization entries.
  /external/v8/src/mips/
deoptimizer-mips.cc 60 // deoptimization entry.
147 // address for lazy deoptimization) and compute the fp-to-sp delta in
313 // Create a sequence of deoptimization entries.
  /external/v8/src/mips64/
deoptimizer-mips64.cc 60 // deoptimization entry.
147 // address for lazy deoptimization) and compute the fp-to-sp delta in
312 // Create a sequence of deoptimization entries.
  /art/runtime/interpreter/
shadow_frame.h 58 // Create ShadowFrame in heap for deoptimization.
65 // Delete a ShadowFrame allocated on the heap for deoptimization.
  /external/v8/src/crankshaft/
lithium-codegen.cc 372 // Populate the deoptimization entries.
396 // Define deoptimization literals for all unoptimized code objects of inlined
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 473 // Deoptimization.
  /external/v8/src/ic/arm/
handler-compiler-arm.cc 52 // If we generate a global code snippet for deoptimization only, remember
53 // the place to continue after deoptimization.
96 // If we generate a global code snippet for deoptimization only, remember
97 // the place to continue after deoptimization.
  /external/v8/src/ic/mips/
handler-compiler-mips.cc 52 // If we generate a global code snippet for deoptimization only, remember
53 // the place to continue after deoptimization.
94 // If we generate a global code snippet for deoptimization only, remember
95 // the place to continue after deoptimization.
  /external/v8/src/ic/mips64/
handler-compiler-mips64.cc 52 // If we generate a global code snippet for deoptimization only, remember
53 // the place to continue after deoptimization.
94 // If we generate a global code snippet for deoptimization only, remember
95 // the place to continue after deoptimization.

Completed in 1074 milliseconds

1 23 4 5 6 7 8 91011