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
defs:staticBlock
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
function.cpp
213
const auto *
staticBlock
= stmt->AsClassStaticBlock();
in CompileClassInitializer()
local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H
A
D
globalClassHandler.cpp
134
auto *
staticBlock
= (*maybeStaticBlock)->AsClassStaticBlock();
in AddInitCallFromStaticBlock()
local
281
auto *
staticBlock
= NodeAllocator::Alloc<ir::ClassStaticBlock>(allocator_, funcExpr, allocator_);
in CreateStaticBlock()
local
[all...]
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H
A
D
methodBuilder.cpp
173
auto *
staticBlock
= checker_->AllocNode<ir::ClassStaticBlock>(funcExpr, allocator);
in CreateIrConstructor()
local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
dynamic.cpp
292
auto *
staticBlock
= AllocNode<ir::ClassStaticBlock>(funcExpr, Allocator());
in CreateClassStaticInitializer()
local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H
A
D
scopesInitPhase.cpp
79
void ScopesInitPhase::VisitClassStaticBlock(ir::ClassStaticBlock *
staticBlock
)
in VisitClassStaticBlock()
argument
793
void InitScopesPhaseETS::VisitClassStaticBlock(ir::ClassStaticBlock *
staticBlock
)
in VisitClassStaticBlock()
argument
/arkcompiler/ets_frontend/ets2panda/parser/
H
A
D
parserImpl.cpp
576
auto *
staticBlock
= AllocNode<ir::ClassStaticBlock>(funcExpr, Allocator());
in ParseClassStaticBlock()
local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H
A
D
transformer.cpp
1123
ir::ClassStaticBlock *
staticBlock
= CreateClassStaticBlock(node, hasPrivateIdentifier);
in VisitClassDeclaration()
local
1266
ir::ClassStaticBlock *
staticBlock
= AllocNode<ir::ClassStaticBlock>(lexScope.GetScope(), blockStatement);
CreateClassStaticBlock()
local
[all...]
/arkcompiler/ets_frontend/es2panda/parser/
H
A
D
parserImpl.cpp
2666
auto *
staticBlock
= AllocNode<ir::ClassStaticBlock>(lexScope.GetScope(), blockStatement);
in ParseStaticBlock()
local
Completed in 32 milliseconds