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

  /external/v8/src/compiler/
common-operator.h 37 JS_FRAME, // Represents an unoptimized JavaScriptFrame.
instruction-selector-unittest.cc 307 m.common()->FrameState(JS_FRAME, bailout_id, kPushOutput), parameters,
347 m.common()->FrameState(JS_FRAME, bailout_id_before, kPushOutput),
423 m.common()->FrameState(JS_FRAME, bailout_id_parent, kIgnoreOutput),
432 m.common()->FrameState(JS_FRAME, bailout_id_before, kPushOutput),
code-generator.cc 318 case JS_FRAME:
js-inlining.cc 342 FrameStateType::JS_FRAME, call_info.bailout_id(),
instruction.h 765 if (iter->type_ == JS_FRAME) {
772 bool HasContext() const { return type_ == JS_FRAME; }
ast-graph-builder.cc 227 const Operator* op = common()->FrameState(JS_FRAME, ast_id, combine);
    [all...]
  /external/v8/test/cctest/compiler/
test-codegen-deopt.cc 148 common.FrameState(JS_FRAME, bailout_id, kIgnoreOutput), parameters,
262 common.FrameState(JS_FRAME, bailout_id, kIgnoreOutput), parameters,
test-js-typed-lowering.cc 68 graph.NewNode(common.FrameState(JS_FRAME, BailoutId(0), kIgnoreOutput),
    [all...]
  /external/v8/src/
deoptimizer.cc 814 case Translation::JS_FRAME:
    [all...]
frames.cc 965 if (opcode == Translation::JS_FRAME) {
    [all...]
deoptimizer.h 693 V(JS_FRAME) \
objects.cc     [all...]

Completed in 973 milliseconds