Searched refs:AllocationBuilder (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/ |
D | js-typed-lowering.cc | 27 class AllocationBuilder final { class 29 AllocationBuilder(JSGraph* jsgraph, Node* effect, Node* control) in AllocationBuilder() function in v8::internal::compiler::__anonf3c2a0f30111::AllocationBuilder 1475 AllocationBuilder a(jsgraph(), effect, graph()->start()); in ReduceJSCreate() 1590 AllocationBuilder a(jsgraph(), effect, control); in ReduceJSCreateArguments() 1626 AllocationBuilder a(jsgraph(), effect, control); in ReduceJSCreateArguments() 1662 AllocationBuilder a(jsgraph(), effect, control); in ReduceJSCreateArguments() 1723 AllocationBuilder a(jsgraph(), effect, control); in ReduceNewArray() 1858 AllocationBuilder a(jsgraph(), effect, graph()->start()); in ReduceJSCreateIterResultObject() 1959 AllocationBuilder a(jsgraph(), effect, control); in ReduceJSCreateFunctionContext() 2004 AllocationBuilder a(jsgraph(), effect, control); in ReduceJSCreateWithContext() [all …]
|