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

/external/v8/src/compiler/
H A Doperator.h217 inline T const& OpParameter(const Operator* op) { function in namespace:v8::internal::compiler
H A Dnode.h318 static inline const T& OpParameter(const Node* node) { function in namespace:v8::internal::compiler
319 return OpParameter<T>(node->op());

Completed in 126 milliseconds