Home
last modified time | relevance | path

Searched refs:InsertInputs (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dnode.cc196 void Node::InsertInputs(Zone* zone, int index, int count) { in InsertInputs() function in v8::internal::compiler::Node
Dnode.h104 void InsertInputs(Zone* zone, int index, int count);
Djs-generic-lowering.cc278 node->InsertInputs(zone(), 4, 2); in LowerJSStoreDataPropertyInLiteral()