Home
last modified time | relevance | path

Searched refs:machine_types (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dcommon-operator.h201 const ZoneVector<MachineType>* machine_types) in TypedObjectStateInfo()
203 machine_types) {} in TypedObjectStateInfo()
205 const ZoneVector<MachineType>* machine_types() const { return second; } in machine_types() function
334 TypedStateValueInfo(ZoneVector<MachineType> const* machine_types, in TypedStateValueInfo() argument
336 : machine_types_(machine_types), sparse_input_mask_(sparse_input_mask) {} in TypedStateValueInfo()
338 ZoneVector<MachineType> const* machine_types() const { in machine_types() function
Dcommon-operator.cc224 return os << "id:" << i.object_id() << "|" << i.machine_types(); in operator <<()
228 return base::hash_combine(p.object_id(), p.machine_types()); in hash_value()
334 return lhs.machine_types() == rhs.machine_types() && in operator ==()
344 return base::hash_combine(p.machine_types(), p.sparse_input_mask()); in hash_value()
348 return os << p.machine_types() << "|" << p.sparse_input_mask(); in operator <<()
409 return OpParameter<TypedStateValueInfo>(op).machine_types(); in MachineTypesOf()
411 return OpParameter<TypedObjectStateInfo>(op).machine_types(); in MachineTypesOf()
/external/v8/src/
Dinterface-descriptors.cc25 const MachineType* machine_types, int machine_types_length) { in InitializePlatformIndependent() argument
34 if (machine_types == nullptr) { in InitializePlatformIndependent()
40 for (int i = 0; i < types_length; i++) machine_types_[i] = machine_types[i]; in InitializePlatformIndependent()
Dinterface-descriptors.h106 const MachineType* machine_types,
379 MachineType machine_types[] = {__VA_ARGS__}; \
381 kReturnCount + kParameterCount == arraysize(machine_types), \
384 kParameterCount, machine_types, \
385 arraysize(machine_types)); \