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

  /external/v8/src/compiler/
common-operator.h 31 kIgnoreOutput // Use the frame state as-is.
code-generator.cc 263 if (descriptor->state_combine() != kIgnoreOutput) {
265 BuildTranslation(instr, -1, frame_state_offset, kIgnoreOutput);
308 kIgnoreOutput);
341 case kIgnoreOutput:
ast-graph-builder.h 177 OutputFrameStateCombine combine = kIgnoreOutput);
291 return IsEffect() ? kIgnoreOutput : kPushOutput;
js-inlining.cc 353 BailoutId(-1), kIgnoreOutput, jsfunction);
instruction-selector-unittest.cc 423 m.common()->FrameState(JS_FRAME, bailout_id_parent, kIgnoreOutput),
instruction.h 746 case kIgnoreOutput:
  /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...]

Completed in 193 milliseconds