Home
last modified time | relevance | path

Searched refs:EmptyFixedArrayConstant (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Djs-create-lowering.cc270 jsgraph()->EmptyFixedArrayConstant()); in ReduceJSCreate()
272 jsgraph()->EmptyFixedArrayConstant()); in ReduceJSCreate()
369 Node* properties = jsgraph()->EmptyFixedArrayConstant(); in ReduceJSCreateArguments()
398 Node* properties = jsgraph()->EmptyFixedArrayConstant(); in ReduceJSCreateArguments()
430 Node* properties = jsgraph()->EmptyFixedArrayConstant(); in ReduceJSCreateArguments()
478 elements = jsgraph()->EmptyFixedArrayConstant(); in ReduceNewArray()
483 Node* properties = jsgraph()->EmptyFixedArrayConstant(); in ReduceNewArray()
681 Node* empty_fixed_array = jsgraph()->EmptyFixedArrayConstant(); in ReduceJSCreateClosure()
716 jsgraph()->EmptyFixedArrayConstant()); in ReduceJSCreateIterResultObject()
718 jsgraph()->EmptyFixedArrayConstant()); in ReduceJSCreateIterResultObject()
[all …]
Djs-graph.h51 Node* EmptyFixedArrayConstant(); in NON_EXPORTED_BASE()
Djs-graph.cc49 Node* JSGraph::EmptyFixedArrayConstant() { in EmptyFixedArrayConstant() function in v8::internal::compiler::JSGraph
Djs-builtin-reducer.cc317 jsgraph()->EmptyFixedArrayConstant(), effect, control); in ReduceArrayIterator()
320 jsgraph()->EmptyFixedArrayConstant(), effect, control); in ReduceArrayIterator()
1639 jsgraph()->EmptyFixedArrayConstant(), effect, control); in ReduceStringIterator()
1642 jsgraph()->EmptyFixedArrayConstant(), effect, control); in ReduceStringIterator()
/external/v8/src/builtins/
Dbuiltins-object.cc518 properties.Bind(a->EmptyFixedArrayConstant()); in Generate_ObjectCreate()
/external/v8/src/
Dcode-stub-assembler.cc1690 Node* const empty_array = EmptyFixedArrayConstant(); in AllocateRegExpResult()