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:fixedInputsNum
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
ts_inline_lowering.cpp
263
size_t
fixedInputsNum
= info.IsCallThis() ? 2 : 1; // 2: calltarget and this
in CheckParameter()
local
266
ASSERT(numIns >=
fixedInputsNum
);
in CheckParameter()
267
return declaredNumArgs == (numIns -
fixedInputsNum
);
in CheckParameter()
280
size_t
fixedInputsNum
= 0;
in ReplaceCallInput()
local
282
fixedInputsNum
= 2; // 2: call target and this
in ReplaceCallInput()
285
fixedInputsNum
= 1; // 1: call target
in ReplaceCallInput()
289
size_t actualArgc = numIns + NUM_MANDATORY_JSFUNC_ARGS -
fixedInputsNum
;
in ReplaceCallInput()
301
for (size_t i =
fixedInputsNum
- 1; i < numIns - 1; i++) {
in ReplaceCallInput()
H
A
D
slowpath_lowering.cpp
1035
size_t
fixedInputsNum
= 1;
in LowerCallthisrangeImm8Imm8V8()
local
1037
ASSERT(numIns >=
fixedInputsNum
);
in LowerCallthisrangeImm8Imm8V8()
1047
for (size_t i =
fixedInputsNum
; i < numIns - callTargetIndex; i++) {
in LowerCallthisrangeImm8Imm8V8()
1052
for (size_t i =
fixedInputsNum
; i < numIns - callTargetIndex; i++) {
in LowerCallthisrangeImm8Imm8V8()
1061
size_t
fixedInputsNum
= 1; // 1: acc
in LowerWideCallthisrangePrefImm16V8()
local
1063
ASSERT(numIns >=
fixedInputsNum
);
in LowerWideCallthisrangePrefImm16V8()
1073
for (size_t i =
fixedInputsNum
; i < numIns - callTargetIndex; i++) {
in LowerWideCallthisrangePrefImm16V8()
1078
for (size_t i =
fixedInputsNum
; i < numIns - callTargetIndex; i++) {
in LowerWideCallthisrangePrefImm16V8()
3195
size_t
fixedInputsNum
= 1; // 1: acc
in LowerWideCallrangePrefImm16V8()
local
3196
ASSERT(acc_.GetNumValueIn(gate) >=
fixedInputsNum
);
in LowerWideCallrangePrefImm16V8()
[all...]
H
A
D
type_info_accessors.cpp
472
constexpr size_t
fixedInputsNum
= 1;
in CallThisRangeTypeInfoAccessor()
local
475
ASSERT(numIns >=
fixedInputsNum
+ callTargetIndex);
in CallThisRangeTypeInfoAccessor()
476
argc_ = numIns - callTargetIndex -
fixedInputsNum
;
in CallThisRangeTypeInfoAccessor()
Completed in 13 milliseconds