Searched refs:StaticParameterTraits (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/compiler/
H A Doperator.h135 struct StaticParameterTraits { struct in namespace:v8::internal::compiler
147 struct StaticParameterTraits<int> { struct in namespace:v8::internal::compiler
157 struct StaticParameterTraits<double> { struct in namespace:v8::internal::compiler
171 struct StaticParameterTraits<Unique<Object> > { struct in namespace:v8::internal::compiler
183 struct StaticParameterTraits<Unique<Name> > { struct in namespace:v8::internal::compiler
195 struct StaticParameterTraits<Handle<Object> > { struct in namespace:v8::internal::compiler
212 // type {T}. If a specialization of StaticParameterTraits<{T}> exists, then
229 return StaticParameterTraits<T>::Equals(this->parameter_, that->parameter_);
232 return opcode() + 33 * StaticParameterTraits<T>::HashCode(this->parameter_);
237 return StaticParameterTraits<
[all...]
H A Dsimplified-operator.cc66 struct StaticParameterTraits<FieldAccess> { struct in namespace:v8::internal::compiler
83 struct StaticParameterTraits<ElementAccess> { struct in namespace:v8::internal::compiler
H A Djs-operator.h202 struct StaticParameterTraits<ContextAccess> { struct in namespace:v8::internal::compiler
218 struct StaticParameterTraits<Runtime::FunctionId> { struct in namespace:v8::internal::compiler
H A Dmachine-operator.cc34 struct StaticParameterTraits<StoreRepresentation> { struct in namespace:v8::internal::compiler
49 struct StaticParameterTraits<LoadRepresentation> { struct in namespace:v8::internal::compiler
H A Dcommon-operator.cc35 struct StaticParameterTraits<ExternalReference> { struct in namespace:v8::internal::compiler
H A Dgraph-unittest.cc28 compiler::StaticParameterTraits<ExternalReference>::PrintTo(ost, value);

Completed in 151 milliseconds