Home
last modified time | relevance | path

Searched refs:allocate_operator_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmemory-lowering.cc108 if (allocate_operator_.is_set()) return; in EnsureAllocateOperator()
116 allocate_operator_.set(common()->Call(call_descriptor)); in EnsureAllocateOperator()
304 allocate_operator_.get(), allocate_builtin, reservation_size)); in ReduceAllocateRaw()
358 __ Goto(&done, __ Call(allocate_operator_.get(), allocate_builtin, size)); in ReduceAllocateRaw()
Dmemory-lowering.h125 SetOncePointer<const Operator> allocate_operator_; variable