Lines Matching refs:jsgraph

55     Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker, Flags flags,
58 jsgraph_(jsgraph),
239 AllocationBuilder ab(jsgraph(), effect, control);
273 jsgraph(), Builtin::kAsyncFunctionLazyDeoptContinuation, context,
279 Node* debug_event = jsgraph()->FalseConstant();
309 jsgraph(), Builtin::kAsyncFunctionLazyDeoptContinuation, context,
375 Node* value = jsgraph()->Constant(function_prototype);
421 PropertyAccessBuilder access_builder(jsgraph(), broker(), dependencies());
478 jsgraph(), Builtin::kToBooleanLazyDeoptContinuation, context, nullptr,
482 Node* target = jsgraph()->Constant(*constant);
483 Node* feedback = jsgraph()->UndefinedConstant();
599 jsgraph()->BooleanConstant(result == kIsInPrototypeChain);
622 Node* feedback = jsgraph()->UndefinedConstant();
626 node, jsgraph()->Constant(function.bound_target_function()),
648 Node* prototype_constant = jsgraph()->Constant(prototype);
849 ? jsgraph()->TrueConstant()
850 : jsgraph()->Constant(property_cell_value);
864 ? jsgraph()->TrueConstant()
865 : jsgraph()->Constant(property_cell_value);
902 jsgraph()->Constant(property_cell), effect, control);
916 jsgraph()->Constant(property_cell_value));
955 jsgraph()->Constant(property_cell), value,
967 jsgraph()->Constant(property_cell), value, effect, control);
992 Node* script_context = jsgraph()->Constant(feedback.script_context());
1024 Node* script_context = jsgraph()->Constant(feedback.script_context());
1150 PropertyAccessBuilder access_builder(jsgraph(), broker(), dependencies());
1357 value = effect = control = jsgraph()->Dead();
1418 Node* value = jsgraph()->Constant(prototype);
1425 Node* value = jsgraph()->Constant(object.AsString().length().value());
1432 return ReducePropertyAccess(node, nullptr, name, jsgraph()->Dead(),
1443 return ReducePropertyAccess(node, nullptr, name, jsgraph()->Dead(),
1464 Node* call_slot = jsgraph()->SmiConstant(p.callFeedback().slot.ToInt());
1465 Node* call_feedback = jsgraph()->HeapConstant(p.callFeedback().vector);
1468 jsgraph(), Builtin::kGetIteratorWithFeedbackLazyDeoptContinuation,
1490 Node* dead_node = jsgraph()->Dead();
1508 jsgraph(), Builtin::kCallIteratorWithFeedback, context, parameters,
1719 PropertyAccessBuilder access_builder(jsgraph(), broker(), dependencies());
1743 NodeProperties::FindFrameStateBefore(node, jsgraph()->Dead());
1831 value = effect = control = jsgraph()->Dead();
1899 jsgraph()->Constant(*elements));
1913 ? jsgraph()->TrueConstant()
1914 : jsgraph()->Constant(*element);
1927 jsgraph()->Constant(receiver_ref.AsString().length().value());
1984 NodeProperties::FindFrameStateBefore(node, jsgraph()->Dead());
1999 Node* value = jsgraph()->Dead();
2092 jsgraph()->EmptyFixedArrayConstant()));
2121 Node* value = jsgraph()->Dead();
2159 Node* target = jsgraph()->Constant(constant);
2163 Node* feedback = jsgraph()->UndefinedConstant();
2165 jsgraph()->javascript()->Call(JSCallNode::ArityForArgc(0),
2176 ? jsgraph()->Constant(access_info.holder().value())
2198 Node* target = jsgraph()->Constant(constant);
2201 Node* feedback = jsgraph()->UndefinedConstant();
2203 jsgraph()->javascript()->Call(JSCallNode::ArityForArgc(1),
2210 ? jsgraph()->Constant(access_info.holder().value())
2248 Node* data = jsgraph()->Constant(call_handler_info.data());
2253 Node* code = jsgraph()->HeapConstant(call_api_callback.code());
2256 Node* context = jsgraph()->Constant(native_context());
2258 code, function_reference, jsgraph()->Constant(argc), data, holder,
2291 value = jsgraph()->UndefinedConstant();
2302 Node* cell = jsgraph()->Constant(access_info.constant().value().AsCell());
2312 PropertyAccessBuilder access_builder(jsgraph(), broker(), dependencies());
2343 Node* value = access_info.IsNotFound() ? jsgraph()->FalseConstant()
2344 : jsgraph()->TrueConstant();
2379 PropertyAccessBuilder access_builder(jsgraph(), broker(), dependencies());
2433 AllocationBuilder a(jsgraph(), effect, control);
2566 jsgraph()->Constant(transition_map_ref), effect, control);
2570 jsgraph()->UndefinedConstant(), effect);
2662 length = jsgraph()->Constant(static_cast<double>(typed_array->length()));
2670 base_pointer = jsgraph()->ZeroConstant();
2671 external_pointer = jsgraph()->PointerConstant(typed_array->data_ptr());
2684 base_pointer = jsgraph()->ZeroConstant();
2704 ? jsgraph()->Constant(typed_array->buffer())
2719 jsgraph()->Constant(JSArrayBuffer::WasDetachedBit::kMask)),
2720 jsgraph()->ZeroConstant());
2793 vfalse = jsgraph()->UndefinedConstant();
2887 value = jsgraph()->TrueConstant();
2935 index, jsgraph()->Constant(Smi::kMaxValue), effect, control);
3021 vfalse = jsgraph()->UndefinedConstant();
3077 Node* vfalse = jsgraph()->FalseConstant();
3106 jsgraph()->TheHoleConstant());
3127 vtrue = jsgraph()->TrueConstant();
3178 jsgraph()->Constant(JSObject::kMaxGap))
3180 jsgraph()->OneConstant());
3223 simplified()->NumberAdd(), index, jsgraph()->OneConstant());
3254 index, jsgraph()->Constant(String::kMaxLength), *effect, *control);
3277 Node* vfalse = jsgraph()->UndefinedConstant();
3325 values.push_back(jsgraph()->UndefinedConstant());
3334 jsgraph()->SmiConstant(PropertyArray::kNoHashSentinel));
3339 jsgraph()->Constant(PropertyArray::HashField::kShift));
3346 jsgraph()->Constant(PropertyArray::HashField::kMask));
3349 simplified()->NumberBitwiseOr(), jsgraph()->Constant(new_length), hash);
3356 AllocationBuilder a(jsgraph(), effect, control);
3359 a.Store(AccessBuilder::ForMap(), jsgraph()->PropertyArrayMapConstant());
3375 return graph()->NewNode(op, jsgraph()->Constant(name), value, effect,
3448 return jsgraph()->graph();
3452 return jsgraph()->isolate();
3460 return jsgraph()->common();
3464 return jsgraph()->javascript();
3468 return jsgraph()->simplified();