Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UpdateNodes
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H
A
D
transformer.h
115
ir::
UpdateNodes
VisitTSNode(ir::AstNode *childNode);
116
ir::
UpdateNodes
VisitTsModuleDeclaration(ir::TSModuleDeclaration *childNode, bool isExport = false);
119
ir::
UpdateNodes
VisitClassDeclaration(ir::ClassDeclaration *node);
120
ir::
UpdateNodes
VisitClassExpression(ir::ClassExpression *node);
201
void SetOriginalNode(ir::
UpdateNodes
res, ir::AstNode *originalNode) const;
203
ir::
UpdateNodes
VisitTsEnumDeclaration(ir::TSEnumDeclaration *node, bool isExport = false);
241
void ResetParentScope(ir::
UpdateNodes
res, binder::Scope *parentScope) const;
246
ir::
UpdateNodes
VisitExportClassDeclaration(T *node);
H
A
D
transformer.cpp
196
ir::
UpdateNodes
Transformer::VisitTSNode(ir::AstNode *childNode)
in VisitTSNode()
362
ir::
UpdateNodes
Transformer::VisitExportClassDeclaration(T *node)
in VisitExportClassDeclaration()
427
ir::
UpdateNodes
Transformer::VisitClassExpression(ir::ClassExpression *node)
in VisitClassExpression()
1091
ir::
UpdateNodes
Transformer::VisitClassDeclaration(ir::ClassDeclaration *node)
in VisitClassDeclaration()
1809
void Transformer::SetOriginalNode(ir::
UpdateNodes
res, ir::AstNode *originalNode) const
in SetOriginalNode()
1827
void Transformer::ResetParentScope(ir::
UpdateNodes
res, binder::Scope *parentScope) const
in ResetParentScope()
1995
ir::
UpdateNodes
Transformer::VisitTsModuleDeclaration(ir::TSModuleDeclaration *node, bool isExport)
in VisitTsModuleDeclaration()
2020
ir::
UpdateNodes
Transformer::VisitTsEnumDeclaration(ir::TSEnumDeclaration *node, bool isExport)
in VisitTsEnumDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/
H
A
D
astNode.h
43
using
UpdateNodes
= std::variant<AstNode *, std::vector<AstNode *>>;
44
using NodeUpdater = std::function<
UpdateNodes
(AstNode *)>;
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H
A
D
heap_tracker_first_test.cpp
314
heapSnapshot.
UpdateNodes
();
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H
A
D
heap_snapshot.h
418
void
UpdateNodes
(bool isInFinish = false);
H
A
D
heap_snapshot.cpp
110
void HeapSnapshot::
UpdateNodes
(bool isInFinish)
in UpdateNodes()
function in panda::ecmascript::HeapSnapshot
132
UpdateNodes
(true);
in FinishSnapshot()
H
A
D
heap_profiler.cpp
152
snapshot->
UpdateNodes
();
in UpdateHeapObjects()
Completed in 16 milliseconds