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

  /external/v8/src/compiler/
branch-elimination.cc 129 common()->Deoptimize(p.kind(), p.reason(), p.feedback()), frame_state,
common-operator-reducer.cc 163 common()->Deoptimize(p.kind(), p.reason(), p.feedback()), frame_state,
common-operator.h 10 #include "src/deoptimize-reason.h"
99 // Parameters for the {Deoptimize} operator.
457 const Operator* Deoptimize(DeoptimizeKind kind, DeoptimizeReason reason,
js-intrinsic-lowering.cc 111 Node* deoptimize = graph()->NewNode( local
112 common()->Deoptimize(DeoptimizeKind::kEager,
115 NodeProperties::MergeControlToEnd(graph(), common(), deoptimize); local
js-type-hint-lowering.cc 499 Node* deoptimize = jsgraph()->graph()->NewNode( local
500 jsgraph()->common()->Deoptimize(DeoptimizeKind::kSoft, reason,
503 Node* frame_state = NodeProperties::FindFrameStateBefore(deoptimize);
504 deoptimize->ReplaceInput(0, frame_state);
505 return deoptimize;
opcodes.h 25 V(Deoptimize) \
common-operator.cc 713 "Deoptimize", // name
    [all...]
raw-machine-assembler.h     [all...]
typer.cc 114 DECLARE_CASE(Deoptimize)
180 DECLARE_CASE(Deoptimize)
    [all...]
js-native-context-specialization.cc 671 // Record a code dependency on the cell, and just deoptimize if the new
684 // Record a code dependency on the cell, and just deoptimize if the new
727 // Record a code dependency on the cell, and just deoptimize if the
1538 Node* deoptimize = graph()->NewNode( local
1542 NodeProperties::MergeControlToEnd(graph(), common(), deoptimize); local
    [all...]
js-call-reducer.cc 4307 Node* deoptimize = graph()->NewNode( local
4311 NodeProperties::MergeControlToEnd(graph(), common(), deoptimize); local
    [all...]
  /art/runtime/entrypoints/quick/
quick_entrypoints_list.h 150 V(Deoptimize, void, DeoptimizationKind) \
  /art/openjdkjvmti/
deopt_manager.cc 392 art::Runtime::Current()->GetInstrumentation()->Deoptimize(method);
  /art/runtime/
instrumentation.h 58 // Do we want to deoptimize for method entry and exit listeners or just try to intercept
246 // Deoptimize a method by forcing its execution with the interpreter. Nevertheless, a static
249 void Deoptimize(ArtMethod* method)
    [all...]
instrumentation_test.cc 278 instrumentation->Deoptimize(method);
    [all...]
instrumentation.cc 1523 bool deoptimize = (visitor.caller != nullptr) && local
    [all...]
debugger.cc     [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 1186 milliseconds