Searched refs:allocate_operator_ (Results 1 – 2 of 2) sorted by relevance
108 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()
125 SetOncePointer<const Operator> allocate_operator_; variable