• Home
  • Raw
  • Download

Lines Matching refs:SmiConstant

172   node->InsertInput(zone(), 2, jsgraph()->SmiConstant(p.feedback().index()));  in LowerJSLoadProperty()
184 node->InsertInput(zone(), 2, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSLoadNamed()
197 node->InsertInput(zone(), 1, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSLoadGlobal()
218 jsgraph()->SmiConstant(p.feedback().index())); in LowerJSStoreProperty()
238 jsgraph()->SmiConstant(p.feedback().index())); in LowerJSStoreNamed()
256 jsgraph()->SmiConstant(p.feedback().index())); in LowerJSStoreNamedOwn()
287 jsgraph()->SmiConstant(p.feedback().index())); in LowerJSStoreGlobal()
297 node->ReplaceInput(5, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSStoreDataPropertyInLiteral()
385 node->InsertInput(zone(), 2, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSCreateClosure()
390 node->InsertInput(zone(), 2, jsgraph()->SmiConstant(p.feedback().index())); in LowerJSCreateClosure()
412 node->InsertInput(zone(), 1, jsgraph()->SmiConstant(scope_type)); in LowerJSCreateFunctionContext()
429 node->InsertInput(zone(), 1, jsgraph()->SmiConstant(p.index())); in LowerJSCreateLiteralArray()
441 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.flags())); in LowerJSCreateLiteralArray()
450 node->InsertInput(zone(), 1, jsgraph()->SmiConstant(p.index())); in LowerJSCreateLiteralObject()
452 node->InsertInput(zone(), 3, jsgraph()->SmiConstant(p.flags())); in LowerJSCreateLiteralObject()
472 Node* literal_index = jsgraph()->SmiConstant(p.index()); in LowerJSCreateLiteralRegExp()
473 Node* literal_flags = jsgraph()->SmiConstant(p.flags()); in LowerJSCreateLiteralRegExp()