Home
last modified time | relevance | path

Searched defs:IsSameContent (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp2666 bool UnaryNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::UnaryNode
2678 bool TypeCvtNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::TypeCvtNode
2689 bool IreadNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::IreadNode
2700 bool IreadoffNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::IreadoffNode
2711 bool IreadFPoffNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::IreadFPoffNode
2723 bool BinaryOpnds::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::BinaryOpnds
2734 bool BinaryNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::BinaryNode
2746 bool ConstvalNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::ConstvalNode
2771 bool ConststrNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::ConststrNode
2780 bool Conststr16Node::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::Conststr16Node
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h215 virtual bool IsSameContent(const BaseNode *node) const in IsSameContent() function