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:paramIdx
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H
A
D
vregister_iterator.h
26
ALWAYS_INLINE size_t GetVRegIdx(size_t
paramIdx
) const
in GetVRegIdx()
29
switch (
paramIdx
) {
in GetVRegIdx()
40
switch (
paramIdx
) {
in GetVRegIdx()
57
return instn_.GetVReg<FORMAT, 0>() +
paramIdx
;
in GetVRegIdx()
65
ALWAYS_INLINE T GetAs(size_t
paramIdx
) const
in GetAs()
67
return frame_->GetVReg(GetVRegIdx(
paramIdx
)).template GetAs<T>();
in GetAs()
81
int32_t Get(size_t
paramIdx
) const
in Get()
83
return this->template GetAs<int32_t>(
paramIdx
);
in Get()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
function.cpp
787
for (size_t
paramIdx
= 0;
paramIdx
< paramCount; ++
paramIdx
) {
in FindMostSpecificSignature()
788
const auto range = bestSignaturesForParameter.equal_range(
paramIdx
);
in FindMostSpecificSignature()
/arkcompiler/runtime_core/static_core/assembler/
H
A
D
assembly-emitter.cpp
1332
size_t
paramIdx
= method->IsStatic() ? protoIdx : protoIdx + 1;
in AddMethodAndParamsAnnotations()
local
1333
auto ¶m = func.params[
paramIdx
];
in AddMethodAndParamsAnnotations()
1337
SetLastError("Cannot emit annotations for parameter a" + std::to_string(
paramIdx
) + " of function " +
in AddMethodAndParamsAnnotations()
Completed in 7 milliseconds