Lines Matching refs:HeapConstant
110 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in ReplaceWithStubCall()
155 Node* vector = jsgraph()->HeapConstant(p.feedback().vector()); in LowerJSLoadProperty()
166 node->InsertInput(zone(), 1, jsgraph()->HeapConstant(p.name())); in LowerJSLoadNamed()
174 Node* vector = jsgraph()->HeapConstant(p.feedback().vector()); in LowerJSLoadNamed()
186 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(p.name())); in LowerJSLoadGlobal()
194 Node* vector = jsgraph()->HeapConstant(p.feedback().vector()); in LowerJSLoadGlobal()
213 Node* vector = jsgraph()->HeapConstant(p.feedback().vector()); in LowerJSStoreProperty()
224 node->InsertInput(zone(), 1, jsgraph()->HeapConstant(p.name())); in LowerJSStoreNamed()
232 Node* vector = jsgraph()->HeapConstant(p.feedback().vector()); in LowerJSStoreNamed()
243 node->InsertInput(zone(), 1, jsgraph()->HeapConstant(p.name())); in LowerJSStoreNamedOwn()
250 Node* vector = jsgraph()->HeapConstant(p.feedback().vector()); in LowerJSStoreNamedOwn()
261 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(p.name())); in LowerJSStoreGlobal()
270 Node* vector = jsgraph()->HeapConstant(p.feedback().vector()); in LowerJSStoreGlobal()
279 node->ReplaceInput(4, jsgraph()->HeapConstant(p.feedback().vector())); in LowerJSStoreDataPropertyInLiteral()
290 node->InsertInput(zone(), 4, jsgraph()->HeapConstant(p.feedback().vector())); in LowerJSStoreInArrayLiteral()
369 Node* type_info = maybe_site.ToHandle(&site) ? jsgraph()->HeapConstant(site) in LowerJSCreateArray()
418 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(shared_info)); in LowerJSCreateClosure()
419 node->InsertInput(zone(), 1, jsgraph()->HeapConstant(p.feedback_cell())); in LowerJSCreateClosure()
445 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(scope_info)); in LowerJSCreateFunctionContext()
449 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(scope_info)); in LowerJSCreateFunctionContext()
488 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(p.feedback().vector())); in LowerJSCreateLiteralArray()
490 node->InsertInput(zone(), 2, jsgraph()->HeapConstant(p.constant())); in LowerJSCreateLiteralArray()
508 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(p.feedback().vector())); in LowerJSCreateEmptyLiteralArray()
519 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(p.feedback().vector())); in LowerJSCreateLiteralObject()
521 node->InsertInput(zone(), 2, jsgraph()->HeapConstant(p.constant())); in LowerJSCreateLiteralObject()
544 node->InsertInput(zone(), 3, jsgraph()->HeapConstant(p.feedback().vector())); in LowerJSCloneObject()
557 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(p.feedback().vector())); in LowerJSCreateLiteralRegExp()
559 node->InsertInput(zone(), 2, jsgraph()->HeapConstant(p.constant())); in LowerJSCreateLiteralRegExp()
575 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(scope_info)); in LowerJSCreateBlockContext()
587 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstructForwardVarargs()
608 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstruct()
626 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstructWithArrayLike()
646 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstructWithSpread()
670 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSCallForwardVarargs()
687 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSCall()
699 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSCallWithArrayLike()
716 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSCallWithSpread()