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:insns_
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
regScope.cpp
43
if (insStartIndex_ < pg_->
insns_
.size()) {
in DebuggerCloseScope()
44
auto it = pg_->
insns_
.begin();
in DebuggerCloseScope()
48
pg_->scope_->SetScopeStart(pg_->
insns_
.back());
in DebuggerCloseScope()
51
pg_->scope_->SetScopeEnd(pg_->
insns_
.back());
in DebuggerCloseScope()
74
insStartIndex_ = pg_->
insns_
.size();
in LocalRegScope()
133
pg_->topScope_->SetScopeStart(pg_->
insns_
.front());
H
A
D
pandagen.h
89
insns_
(allocator_->Adapter()),
in PandaGen()
137
return
insns_
;
in Insns()
142
return
insns_
;
in Insns()
147
insns_
.assign(newInsns.begin(), newInsns.end());
in SetInsns()
532
ArenaList<IRNode *>
insns_
;
member in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
regScope.cpp
43
cg_->scope_->SetScopeEnd(cg_->
insns_
.back());
in DebuggerCloseScope()
62
if (cg_->IsDebug() && !cg_->
insns_
.empty()) {
in LocalRegScope()
63
cg_->scope_->SetScopeStart(cg_->
insns_
.back());
in LocalRegScope()
158
if (cg_->IsDebug() && !cg_->
insns_
.empty()) {
in ~FunctionRegScope()
159
cg_->topScope_->SetScopeStart(cg_->
insns_
.front());
in ~FunctionRegScope()
H
A
D
codeGen.cpp
56
return
insns_
;
61
return
insns_
;
H
A
D
codeGen.h
81
insns_
(allocator_->Adapter()),
176
ArenaVector<IRNode *>
insns_
;
member in ark::es2panda::compiler::CodeGen
Completed in 3 milliseconds