Lines Matching refs:jsgraph
43 BytecodeOffset osr_offset, JSGraph* jsgraph,
392 JSGraph* jsgraph() const { return jsgraph_; }
669 Node* undefined_constant = builder->jsgraph()->UndefinedConstant();
818 DCHECK_NE(values_[index], builder()->jsgraph()->OptimizedOutConstant());
820 builder()->jsgraph()->OptimizedOutConstant());
828 values_[index] = builder()->jsgraph()->OptimizedOutConstant();
834 builder()->jsgraph()->OptimizedOutConstant());
836 builder()->jsgraph()->OptimizedOutConstant());
842 values_[accumulator_base()] = builder()->jsgraph()->OptimizedOutConstant();
1008 : builder()->jsgraph()->OptimizedOutConstant();
1025 JSGraph* jsgraph, CallFrequency const& invocation_frequency,
1034 jsgraph_(jsgraph),
1042 broker, jsgraph, feedback_vector_,
1073 state_values_cache_(jsgraph),
1110 feedback_vector_node_ = jsgraph()->Constant(feedback_vector());
1114 return jsgraph()->Constant(feedback_vector().GetClosureFeedbackCell(index));
1119 native_context_node_ = jsgraph()->Constant(native_context());
1446 jsgraph()->SmiConstant(JSGeneratorObject::kGeneratorExecuting));
1467 Node* node = jsgraph()->ZeroConstant();
1472 Node* node = jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0));
1478 Node* node = jsgraph()->Constant(object);
1483 Node* node = jsgraph()->UndefinedConstant();
1488 Node* node = jsgraph()->NullConstant();
1493 Node* node = jsgraph()->TheHoleConstant();
1498 Node* node = jsgraph()->TrueConstant();
1503 Node* node = jsgraph()->FalseConstant();
1626 node = NewNode(op, object, name, value, jsgraph()->Constant(flags),
1637 jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0));
1639 Node* vector = jsgraph()->Constant(feedback_vector());
1703 Node* name = jsgraph()->Constant(MakeRefForConstantForIndexOperand(0));
1727 jsgraph()->UndefinedConstant());
1854 Node* name = jsgraph()->Constant(MakeRefForConstantForIndexOperand(0));
1905 jsgraph()->Constant(MakeRefForConstantForIndexOperand<Name>(0));
1934 Node* name = jsgraph()->Constant(MakeRefForConstantForIndexOperand(0));
2184 MakeRef(broker(), *BUILTIN_CODE(jsgraph()->isolate(), CompileLazy));
2426 receiver_node = jsgraph()->UndefinedConstant();
2510 Node* receiver = jsgraph()->UndefinedConstant();
2519 Node* receiver = jsgraph()->UndefinedConstant();
2530 Node* receiver = jsgraph()->UndefinedConstant();
2815 jsgraph()->TheHoleConstant());
2816 Node* name = jsgraph()->Constant(MakeRefForConstantForIndexOperand(0));
2824 jsgraph()->TheHoleConstant());
2831 jsgraph()->TheHoleConstant());
3061 Node* right = jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0));
3176 Node* mode = jsgraph()->Constant(static_cast<int32_t>(language_mode));
3287 Node* node = NewNode(jsgraph()->simplified()->ObjectIsUndetectable(), object);
3294 jsgraph()->NullConstant());
3301 jsgraph()->UndefinedConstant());
3326 jsgraph()->TrueConstant()),
3327 jsgraph()->TrueConstant(),
3329 jsgraph()->FalseConstant()));
3335 jsgraph()->NullConstant()),
3336 jsgraph()->FalseConstant(),
3347 jsgraph()->TrueConstant(),
3349 jsgraph()->NullConstant()));
3452 BuildJumpIfEqual(jsgraph()->NullConstant());
3456 BuildJumpIfEqual(jsgraph()->NullConstant());
3460 BuildJumpIfNotEqual(jsgraph()->NullConstant());
3464 BuildJumpIfNotEqual(jsgraph()->NullConstant());
3468 BuildJumpIfEqual(jsgraph()->UndefinedConstant());
3472 BuildJumpIfEqual(jsgraph()->UndefinedConstant());
3476 BuildJumpIfNotEqual(jsgraph()->UndefinedConstant());
3480 BuildJumpIfNotEqual(jsgraph()->UndefinedConstant());
3484 BuildJumpIfEqual(jsgraph()->UndefinedConstant());
3485 BuildJumpIfEqual(jsgraph()->NullConstant());
3489 BuildJumpIfEqual(jsgraph()->UndefinedConstant());
3490 BuildJumpIfEqual(jsgraph()->NullConstant());
3527 Node* pop_node = jsgraph()->ZeroConstant();
3553 jsgraph()->Constant(bytecode_iterator().GetIndexOperand(0));
3632 index, jsgraph()->OneConstant());
3668 Node* suspend_id = jsgraph()->SmiConstant(
3674 jsgraph()->Constant(bytecode_iterator().current_offset() +
3704 value_inputs[3 + count_written++] = jsgraph()->OptimizedOutConstant();
3737 jsgraph()->SmiConstant(JSGeneratorObject::kGeneratorExecuting));
3772 jsgraph()->UndefinedConstant());
3880 jsgraph()->SmiConstant(JSGeneratorObject::kGeneratorExecuting));
3984 environment()->BindAccumulator(jsgraph()->FalseConstant());
3988 environment()->BindAccumulator(jsgraph()->TrueConstant());
3996 environment()->BindAccumulator(jsgraph()->TrueConstant());
4000 environment()->BindAccumulator(jsgraph()->FalseConstant());
4018 jsgraph()->TheHoleConstant());
4275 *current_input++ = jsgraph()->Dead();
4412 BytecodeOffset osr_offset, JSGraph* jsgraph,
4421 feedback_cell, osr_offset, jsgraph, invocation_frequency,