HomeSort by relevance Sort by last modified time
    Searched refs:Deoptimize (Results 1 - 20 of 20) sorted by null

  /external/v8/test/mjsunit/compiler/
escape-analysis-representation.js 58 // Deoptimize on a run with a different representation.
  /external/v8/test/mjsunit/regress/
regress-fast-literal-transition.js 57 // Step 2: Deoptimize g() and transition to FAST_ELEMENTS boilerplate.
  /art/runtime/entrypoints/quick/
quick_entrypoints_list.h 126 V(Deoptimize, void, void) \
  /external/v8/test/mjsunit/
math-imul.js 64 // Deoptimize closures and forget type feedback.
  /art/runtime/
instrumentation.h 51 // Do we want to deoptimize for method entry and exit listeners or just try to intercept
162 // Deoptimize a method by forcing its execution with the interpreter. Nevertheless, a static
165 void Deoptimize(ArtMethod* method)
instrumentation.cc 717 void Instrumentation::Deoptimize(ArtMethod* method) {
755 // Restore code and possibly stack only if we did not deoptimize everything.
1012 bool deoptimize = (visitor.caller != nullptr) && local
    [all...]
instrumentation_test.cc 209 instrumentation->Deoptimize(method);
    [all...]
debugger.cc     [all...]
  /external/v8/src/arm64/
lithium-codegen-arm64.h 220 void Deoptimize(LInstruction* instr,
lithium-arm64.h 70 V(Deoptimize) \
    [all...]
lithium-codegen-arm64.cc     [all...]
  /external/v8/src/compiler/
raw-machine-assembler.h 390 void Deoptimize(Node* state);
  /external/v8/src/arm/
lithium-arm.h 66 V(Deoptimize) \
435 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
436 DECLARE_HYDROGEN_ACCESSOR(Deoptimize)
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 70 V(Deoptimize) \
430 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
431 DECLARE_HYDROGEN_ACCESSOR(Deoptimize)
    [all...]
  /external/v8/src/mips/
lithium-mips.h 66 V(Deoptimize) \
432 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
433 DECLARE_HYDROGEN_ACCESSOR(Deoptimize)
    [all...]
  /external/v8/src/mips64/
lithium-mips64.h 66 V(Deoptimize) \
431 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
432 DECLARE_HYDROGEN_ACCESSOR(Deoptimize)
    [all...]
  /external/v8/src/x64/
lithium-x64.h 66 V(Deoptimize) \
440 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
441 DECLARE_HYDROGEN_ACCESSOR(Deoptimize)
    [all...]
  /external/v8/src/x87/
lithium-x87.h 71 V(Deoptimize) \
448 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
449 DECLARE_HYDROGEN_ACCESSOR(Deoptimize)
    [all...]
  /art/compiler/optimizing/
nodes.h 818 M(Deoptimize, Instruction) \
    [all...]
  /external/v8/src/
hydrogen-instructions.h 92 V(Deoptimize) \
506 // it will deoptimize if result does not fit into signed integer range.
    [all...]

Completed in 443 milliseconds