Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h43 using UpdateNodes = std::variant<AstNode *, std::vector<AstNode *>>; variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp115 void HeapSnapshot::UpdateNodes(bool isInFinish) in UpdateNodes() function in panda::ecmascript::HeapSnapshot