Lines Matching refs:SmiConstant
286 node->InsertInput(zone(), 2, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSLoadProperty()
297 node->InsertInput(zone(), 2, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSLoadNamed()
321 node->InsertInput(zone(), 2, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSLoadGlobal()
333 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSStoreProperty()
346 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSStoreNamed()
372 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSStoreGlobal()
509 node->InsertInput(zone(), 1, jsgraph()->SmiConstant(p.index())); in LowerJSCreateLiteralArray()
511 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.flags())); in LowerJSCreateLiteralArray()
518 node->InsertInput(zone(), 1, jsgraph()->SmiConstant(p.index())); in LowerJSCreateLiteralObject()
520 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.flags())); in LowerJSCreateLiteralObject()
529 Node* literal_index = jsgraph()->SmiConstant(p.index()); in LowerJSCreateLiteralRegExp()
530 Node* literal_flags = jsgraph()->SmiConstant(p.flags()); in LowerJSCreateLiteralRegExp()