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:paramReg
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
regScope.cpp
100
VReg
paramReg
= pg_->AllocReg();
in FunctionRegScope()
local
H
A
D
function.cpp
95
VReg
paramReg
= binder::Binder::MANDATORY_PARAMS_NUMBER + index++;
in CompileFunctionParameterDeclaration()
local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
regScope.cpp
95
VReg
paramReg
= VReg(VReg::PARAM_START);
in InitializeParams()
local
H
A
D
function.cpp
86
VReg
paramReg
= VReg(varbinder::VarBinder::MANDATORY_PARAMS_NUMBER + VReg::PARAM_START + index++);
in CompileFunctionParameterDeclaration()
local
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H
A
D
test_util.cpp
52
auto
paramReg
= method->GetNumVregs();
in GetValueRegister()
local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H
A
D
macro_assembler_x64.cpp
76
void MacroAssemblerX64::MovParameterIntoParamReg(MacroParameter param, x64::Register
paramReg
)
in MovParameterIntoParamReg()
argument
90
assembler.Movq(x64::Operand(LOCAL_SCOPE_REGISTER, ProfileTypeInfoCell::VALUE_OFFSET),
paramReg
);
in MovParameterIntoParamReg()
local
101
assembler.Movzwq(x64::Operand(LOCAL_SCOPE_REGISTER, Method::LITERAL_INFO_OFFSET),
paramReg
);
in MovParameterIntoParamReg()
local
123
assembler.Movq(panda::ecmascript::x64::Immediate(num),
paramReg
);
in MovParameterIntoParamReg()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H
A
D
macro_assembler_aarch64.cpp
112
void MacroAssemblerAArch64::MovParameterIntoParamReg(MacroParameter param, aarch64::Register
paramReg
)
in MovParameterIntoParamReg()
argument
[all...]
Completed in 6 milliseconds