Searched defs:IntrinDesc (Results 1 – 1 of 1) sorted by relevance
115 struct IntrinDesc { struct116 static constexpr int kMaxArgsNum = 7;117 const char *name;118 uint32 properties;119 IntrinArgType argTypes[1 + kMaxArgsNum]; // argTypes[0] is the return type120 bool IsJS() const in IsJS()125 bool IsJava() const in IsJava()130 bool IsJsUnary() const in IsJsUnary()135 bool IsJsBinary() const in IsJsBinary()140 bool IsJsOp() const in IsJsOp()[all …]