Searched refs:FrameState (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/compiler/ |
D | instruction-selector-unittest.cc | 307 m.common()->FrameState(JS_FRAME, bailout_id, kPushOutput), parameters, in TARGET_TEST_F() 347 m.common()->FrameState(JS_FRAME, bailout_id_before, kPushOutput), in TARGET_TEST_F() 423 m.common()->FrameState(JS_FRAME, bailout_id_parent, kIgnoreOutput), in TARGET_TEST_F() 432 m.common()->FrameState(JS_FRAME, bailout_id_before, kPushOutput), in TARGET_TEST_F()
|
D | common-operator.h | 99 const Operator* FrameState(
|
D | js-inlining.cc | 341 const Operator* op = jsgraph_->common()->FrameState( in AddClosureToFrameState() 352 jsgraph_->common()->FrameState(FrameStateType::ARGUMENTS_ADAPTOR, in CreateArgumentsAdaptorFrameState()
|
D | common-operator.cc | 215 const Operator* CommonOperatorBuilder::FrameState( in FrameState() function in v8::internal::compiler::CommonOperatorBuilder
|
D | opcodes.h | 40 V(FrameState) \
|
D | ast-graph-builder.cc | 227 const Operator* op = common()->FrameState(JS_FRAME, ast_id, combine); in Checkpoint()
|
/external/v8/test/cctest/compiler/ |
D | test-codegen-deopt.cc | 148 common.FrameState(JS_FRAME, bailout_id, kIgnoreOutput), parameters, in BuildGraphAndSchedule() 262 common.FrameState(JS_FRAME, bailout_id, kIgnoreOutput), parameters, in BuildGraphAndSchedule()
|
D | test-js-typed-lowering.cc | 68 graph.NewNode(common.FrameState(JS_FRAME, BailoutId(0), kIgnoreOutput), in EmptyFrameState()
|