• Home
  • Raw
  • Download

Lines Matching refs:jsgraph

62   RepresentationSelector(JSGraph* jsgraph, Zone* zone,  in RepresentationSelector()  argument
64 : jsgraph_(jsgraph), in RepresentationSelector()
65 count_(jsgraph->graph()->NodeCount()), in RepresentationSelector()
792 jsgraph()->Int32Constant(kSmiTagMask)); in IsTagged()
798 RepresentationChanger changer(jsgraph(), &simplified, in LowerAllNodes()
800 RepresentationSelector selector(jsgraph(), zone(), &changer); in LowerAllNodes()
807 Node* shift_amount = jsgraph()->Int32Constant(kSmiTagSize + kSmiShiftSize); in Untag()
814 Node* shift_amount = jsgraph()->Int32Constant(kSmiTagSize + kSmiShiftSize); in SmiTag()
820 return jsgraph()->Int32Constant(offset - kHeapObjectTag); in OffsetMinusTagConstant()
840 Node* offset = jsgraph()->Int32Constant(access.offset - access.tag()); in DoLoadField()
851 Node* offset = jsgraph()->Int32Constant(access.offset - access.tag()); in DoStoreField()
861 jsgraph()->Int32Constant(element_size), index); in ComputeIndex()
866 jsgraph()->Int32Constant(fixed_offset)); in ComputeIndex()
896 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(callable.code())); in DoStringAdd()
897 node->AppendInput(zone(), jsgraph()->UndefinedConstant()); in DoStringAdd()
913 jsgraph()->HeapConstant(stub.GetCode()), in StringComparison()
916 jsgraph()->ExternalConstant(ref), in StringComparison()
917 jsgraph()->Int32Constant(2), in StringComparison()
918 jsgraph()->UndefinedConstant()); in StringComparison()
925 node->ReplaceInput(1, jsgraph()->SmiConstant(EQUAL)); in DoStringEqual()
932 node->ReplaceInput(1, jsgraph()->SmiConstant(EQUAL)); in DoStringLessThan()
939 node->ReplaceInput(1, jsgraph()->SmiConstant(EQUAL)); in DoStringLessThanOrEqual()