Searched defs:frame_state (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/compiler/
H A Dnode-properties-inl.h166 Node* frame_state) {
168 node->ReplaceInput(FirstFrameStateIndex(node), frame_state); local
165 ReplaceFrameStateInput(Node* node, Node* frame_state) argument
H A Draw-machine-assembler.cc85 Node* context, Node* frame_state,
92 receiver, context, frame_state);
99 Node* context, Node* frame_state) {
102 context, frame_state);
110 Node* frame_state) {
120 arity, context, frame_state);
84 CallFunctionStub0(Node* function, Node* receiver, Node* context, Node* frame_state, CallFunctionFlags flags) argument
98 CallJS0(Node* function, Node* receiver, Node* context, Node* frame_state) argument
108 CallRuntime1(Runtime::FunctionId function, Node* arg0, Node* context, Node* frame_state) argument
H A Dverifier.cc78 Node* frame_state = NodeProperties::GetFrameStateInput(node); local
79 CHECK(frame_state->opcode() == IrOpcode::kFrameState ||
82 frame_state->opcode() == IrOpcode::kHeapConstant));
83 CHECK(IsDefUseChainLinkPresent(frame_state, node));
84 CHECK(IsUseDefChainLinkPresent(frame_state, node));
H A Djs-inlining.cc331 Node* frame_state() { return NodeProperties::GetFrameStateInput(call_); } function in class:v8::internal::compiler::JSCallFunctionAccessor
338 void JSInliner::AddClosureToFrameState(Node* frame_state, argument
340 FrameStateCallInfo call_info = OpParameter<FrameStateCallInfo>(frame_state);
344 frame_state->set_op(op);
367 call->frame_state());
426 Node* outer_frame_state = call.frame_state();
H A Dinstruction-selector.cc317 Node* frame_state = local
319 AddFrameStateInputs(frame_state, &buffer->instruction_args,
/external/v8/test/cctest/compiler/
H A Dtest-js-typed-lowering.cc816 Node* frame_state = R.EmptyFrameState(R.context()); local
832 frame_state, ton, R.start());
836 frame_state, ton, R.start());

Completed in 132 milliseconds