Searched refs:InsertInput (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | graph-builder.cc | 212 value->InsertInput(zone(), inputs - 1, other); in MergeEffect() 229 value->InsertInput(zone(), inputs - 1, other); in MergeValue()
|
D | simplified-lowering.cc | 841 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()
|
D | generic-node.h | 43 inline void InsertInput(Zone* zone, int index, GenericNode* new_input);
|
D | generic-node-inl.h | 169 void GenericNode<B, S>::InsertInput(Zone* zone, int index, in InsertInput() function
|
D | js-generic-lowering.cc | 31 node->InsertInput(zone(), index, input); in PatchInsertInput()
|