Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h476 class AllocateParameters {
478 AllocateParameters(Type type, PretenureFlag pretenure) in AllocateParameters() function
491 size_t hash_value(AllocateParameters);
493 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, AllocateParameters);
495 bool operator==(AllocateParameters const&, AllocateParameters const&);
Dsimplified-operator.cc569 size_t hash_value(AllocateParameters info) { in hash_value()
574 AllocateParameters info) { in operator <<()
578 bool operator==(AllocateParameters const& lhs, AllocateParameters const& rhs) { in operator ==()
589 return OpParameter<AllocateParameters>(op).pretenure(); in PretenureFlagOf()
594 return OpParameter<AllocateParameters>(op).type(); in AllocateTypeOf()
1501 return new (zone()) Operator1<AllocateParameters>( in Allocate()
1504 1, 1, 1, 1, 1, 0, AllocateParameters(type, pretenure)); in Allocate()
1509 return new (zone()) Operator1<AllocateParameters>( in AllocateRaw()
1512 "AllocateRaw", 1, 1, 1, 1, 1, 1, AllocateParameters(type, pretenure)); in AllocateRaw()