Searched refs:AllocateElements (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | js-create-lowering.h | 109 Node* AllocateElements(Node* effect, Node* control, 112 Node* AllocateElements(Node* effect, Node* control, 114 Node* AllocateElements(Node* effect, Node* control,
|
H A D | js-create-lowering.cc | 545 AllocateElements(effect, control, elements_kind, capacity, allocation); in ReduceNewArray() 606 AllocateElements(effect, control, elements_kind, values, allocation); in ReduceNewArray() 1616 Node* JSCreateLowering::AllocateElements(Node* effect, Node* control, in AllocateElements() function in v8::internal::compiler::JSCreateLowering 1641 Node* JSCreateLowering::AllocateElements(Node* effect, Node* control, in AllocateElements() function in v8::internal::compiler::JSCreateLowering
|
Completed in 4 milliseconds