Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/include/old/
Dea_connection_graph.h482 bool UpdatePointsTo(const std::set<EACGObjectNode *> &) override in UpdatePointsTo() function
555 bool UpdatePointsTo(const std::set<EACGObjectNode *> &) override in UpdatePointsTo() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/src/old/
Dea_connection_graph.cpp104 bool EACGBaseNode::UpdatePointsTo(const std::set<EACGObjectNode *> &cPointsTo) in UpdatePointsTo() function in maple::EACGBaseNode