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:Vreg
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H
A
D
lexenv.cpp
59
pg->LoadAccumulator(node, local->
Vreg
());
in ExpandLoadNormalVar()
113
VReg localReg = local->
Vreg
();
in ExpandStoreNormalVar()
/arkcompiler/ets_frontend/es2panda/compiler/base/
H
A
D
lexenv.cpp
82
pg->LoadAccumulator(node, local->
Vreg
());
in ExpandLoadNormalVar()
129
VReg localReg = local->
Vreg
();
in ExpandStoreNormalVar()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H
A
D
variable.h
182
compiler::VReg
Vreg
() const
in Vreg()
function in ark::es2panda::ark::es2panda::varbinder::LocalVariable
187
compiler::VReg &
Vreg
()
in Vreg()
function in ark::es2panda::ark::es2panda::varbinder::LocalVariable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
function.cpp
87
ASSERT(paramVar->LexicalBound() || paramVar->AsLocalVariable()->
Vreg
() == paramReg);
in CompileFunctionParameterDeclaration()
H
A
D
ETSGen.cpp
319
LoadAccumulator(node, local->
Vreg
());
in LoadVar()
320
SetAccumulatorType(GetVRegType(local->
Vreg
()));
in LoadVar()
345
StoreAccumulator(node, local->
Vreg
());
in StoreVar()
346
SetVRegType(local->
Vreg
(), GetAccumulatorType());
in StoreVar()
625
return res.variable->AsLocalVariable()->
Vreg
();
in GetThisReg()
H
A
D
emitter.cpp
310
static_cast<int32_t>(IRNode::MapRegister(var->AsLocalVariable()->
Vreg
().GetIndex(), totalRegsNum));
in GenLocalVariableInfo()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
H
A
D
functionBuilder.cpp
90
return res.variable->AsLocalVariable()->
Vreg
();
in FunctionReg()
/arkcompiler/ets_frontend/es2panda/binder/
H
A
D
variable.h
156
compiler::VReg
Vreg
() const
in Vreg()
function in panda::es2panda::panda::es2panda::binder::LocalVariable
/arkcompiler/ets_frontend/es2panda/compiler/function/
H
A
D
functionBuilder.cpp
120
return res.variable->AsLocalVariable()->
Vreg
();
in FunctionReg()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
function.cpp
96
ASSERT(paramVar->LexicalBound() || paramVar->AsLocalVariable()->
Vreg
() == paramReg);
in CompileFunctionParameterDeclaration()
H
A
D
pandagen.cpp
276
MoveVreg(node, param->
Vreg
(), targetReg++);
in CopyFunctionArguments()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H
A
D
emitter.cpp
549
static_cast<int32_t>(variable->AsLocalVariable()->
Vreg
()) + pg_->GetSpillRegsCount();
in GenScopeVariableInfo()
Completed in 16 milliseconds