Home
last modified time | relevance | path

Searched refs:ReduceArrayPrototypePush (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.h115 Reduction ReduceArrayPrototypePush(Node* node);
Djs-call-reducer.cc4612 return ReduceArrayPrototypePush(node); in ReduceJSCall()
5543 Reduction JSCallReducer::ReduceArrayPrototypePush(Node* node) { in ReduceArrayPrototypePush() function in v8::internal::compiler::JSCallReducer