Home
last modified time | relevance | path

Searched refs:InsertInput (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dgraph-builder.cc212 value->InsertInput(zone(), inputs - 1, other); in MergeEffect()
229 value->InsertInput(zone(), inputs - 1, other); in MergeValue()
Dsimplified-lowering.cc841 node->InsertInput(zone(), 1, offset); in DoLoadField()
852 node->InsertInput(zone(), 1, offset); in DoStoreField()
896 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(callable.code())); in DoStringAdd()
Dgeneric-node.h43 inline void InsertInput(Zone* zone, int index, GenericNode* new_input);
Dgeneric-node-inl.h169 void GenericNode<B, S>::InsertInput(Zone* zone, int index, in InsertInput() function
Djs-generic-lowering.cc31 node->InsertInput(zone(), index, input); in PatchInsertInput()