Searched refs:ReduceNewArray (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | js-typed-lowering.h | 93 Reduction ReduceNewArray(Node* node, Node* length, int capacity,
|
D | js-typed-lowering.cc | 1685 Reduction JSTypedLowering::ReduceNewArray(Node* node, Node* length, in ReduceNewArray() function in v8::internal::compiler::JSTypedLowering 1755 return ReduceNewArray(node, length, capacity, site); in ReduceJSCreateArray() 1761 return ReduceNewArray(node, length, capacity, site); in ReduceJSCreateArray()
|