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:paramNum
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H
A
D
x64_call_conv.cpp
138
++
paramNum
;
in LocateNextParm()
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
file_reader.h
101
TypeItem *CreateParamTypeItem(ProtoDataAccessor *protoAcc, size_t
paramNum
, size_t referenceNum);
H
A
D
file_reader.cpp
494
TypeItem *FileReader::CreateParamTypeItem(ProtoDataAccessor *protoAcc, size_t
paramNum
, size_t referenceNum)
in CreateParamTypeItem()
argument
496
Type paramType = protoAcc->GetArgType(
paramNum
);
in CreateParamTypeItem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H
A
D
x64_call_conv.h
225
uint64
paramNum
= 0; /* number of all types of parameters processed so far */
member in maplebe::X64CallConvImpl
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H
A
D
objectExpression.cpp
322
size_t
paramNum
= func->Function()->FormalParamsLength();
in CompileStaticProperties()
local
323
Literal *methodAffiliate = pg->Allocator()->New<TaggedLiteral>(LiteralTag::METHODAFFILIATE,
paramNum
);
in CompileStaticProperties()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
reg_alloc_lsra.cpp
1008
uint32
paramNum
= isInt ? regInfo->GetIntRegs().size() : regInfo->GetFpRegs().size();
in UpdateParamAllocateInfo()
local
1011
for (uint32 i = 0; i <
paramNum
; ++i) {
in UpdateParamAllocateInfo()
Completed in 8 milliseconds