Searched defs:Operator1 (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Doperator.h139 // Default equality function for below Operator1<*> class.
144 // Default hashing function for below Operator1<*> class.
152 class Operator1 : public Operator { class in namespace:v8::internal::compiler
154 Operator1(Opcode opcode, Properties properties, const char* mnemonic, function in class:v8::internal::compiler::Operator1
168 const Operator1<T, Pred, Hash>* that =
169 reinterpret_cast<const Operator1<T, Pred, Hash>*>(other);
192 // Helper to extract parameters from Operator1<*> operator.
195 return reinterpret_cast<const Operator1<T, OpEqualTo<T>, OpHash<T>>*>(op)

Completed in 66 milliseconds