Lines Matching refs:AllocateParameters
592 size_t hash_value(AllocateParameters info) {
598 AllocateParameters info) {
602 bool operator==(AllocateParameters const& lhs, AllocateParameters const& rhs) {
607 const AllocateParameters& AllocateParametersOf(const Operator* op) {
610 return OpParameter<AllocateParameters>(op);
1775 return zone()->New<Operator1<AllocateParameters>>(
1777 0, AllocateParameters(type, allocation));
1783 return zone()->New<Operator1<AllocateParameters>>(
1785 1, 1, 1, AllocateParameters(type, allocation, allow_large_objects));