• Home
  • Raw
  • Download

Lines Matching refs:NodeProperties

45   Type const replacement_type = NodeProperties::GetType(replacement);  in ReplaceNode()
46 Type const original_type = NodeProperties::GetType(original); in ReplaceNode()
56 Node* effect = NodeProperties::GetEffectInput(original); in ReplaceNode()
57 Node* control = NodeProperties::GetControlInput(original); in ReplaceNode()
62 NodeProperties::SetType( in ReplaceNode()
65 NodeProperties::ChangeOp(original, in ReplaceNode()
75 node = NodeProperties::GetValueInput(node, 0); in SkipTypeGuards()
87 NodeProperties::SetType(node, Type::Object()); in ObjectIdNode()
111 Node* effect = NodeProperties::GetEffectInput(node, 0); in Reduce()
183 Node* input = NodeProperties::GetValueInput(node, i); in ReduceDeoptState()
207 num_inputs, &inputs.front(), NodeProperties::GetType(node)); in ReduceDeoptState()
234 Node* arguments_frame = NodeProperties::GetValueInput(node, 0); in Finalize()
236 Node* arguments_length = NodeProperties::GetValueInput(node, 1); in Finalize()
263 NodeProperties::SetType(arguments_length_state, in Finalize()
277 if (!NodeProperties::IsValueEdge(edge)) continue; in Finalize()
313 NodeProperties::SetType(arguments_elements_state, Type::OtherInternal()); in Finalize()
331 Node* index = NodeProperties::GetValueInput(load, 1); in Finalize()
337 NodeProperties::SetType(offset, in Finalize()
339 NodeProperties::ReplaceValueInput(load, arguments_frame, 0); in Finalize()
340 NodeProperties::ReplaceValueInput(load, offset, 1); in Finalize()
341 NodeProperties::ChangeOp(load, load_stack_op); in Finalize()
347 Node* length = NodeProperties::GetValueInput(node, 1); in Finalize()
386 NodeProperties::ChangeOp(tmp_, op); in Constructor()
390 NodeProperties::SetType(tmp_, type); in Constructor()
432 NodeProperties::SetType(tmp_, NodeProperties::GetType(from_)); in MutableNode()
433 NodeProperties::ChangeOp(tmp_, from_->op()); in MutableNode()