Searched refs:AllocateElements (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | js-create-lowering.h | 95 Node* AllocateElements(Node* effect, Node* control, in NON_EXPORTED_BASE() 98 Node* AllocateElements(Node* effect, Node* control, in NON_EXPORTED_BASE() 100 Node* AllocateElements(Node* effect, Node* control, in NON_EXPORTED_BASE()
|
D | js-create-lowering.cc | 550 AllocateElements(effect, control, elements_kind, capacity, pretenure); in ReduceNewArray() 607 AllocateElements(effect, control, elements_kind, values, pretenure); in ReduceNewArray() 1578 Node* JSCreateLowering::AllocateElements(Node* effect, Node* control, in AllocateElements() function in v8::internal::compiler::JSCreateLowering 1603 Node* JSCreateLowering::AllocateElements(Node* effect, Node* control, in AllocateElements() function in v8::internal::compiler::JSCreateLowering
|