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

  /external/v8/src/compiler/
common-operator.h 28 // the output of a node to obtain a framestate for lazy bailout.
35 // The type of stack frame that a FrameState node represents.
99 const Operator* FrameState(
js-inlining.cc 341 const Operator* op = jsgraph_->common()->FrameState(
352 jsgraph_->common()->FrameState(FrameStateType::ARGUMENTS_ADAPTOR,
common-operator.cc 215 const Operator* CommonOperatorBuilder::FrameState(
219 IrOpcode::kFrameState, Operator::kPure, 4, 1, "FrameState",
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),
opcodes.h 40 V(FrameState) \
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...]
  /hardware/ti/omap4-aah/camera/inc/
BaseCameraAdapter.h 193 enum FrameState {
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 173 enum FrameState {

Completed in 763 milliseconds