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:kArgCount
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/test/js-native-api/6_object_wrap/
H
A
D
6_object_wrap.cc
146
const int
kArgCount
= 1;
in Multiply()
local
147
napi_value argv[
kArgCount
];
in Multiply()
151
NODE_API_CALL(env, napi_new_instance(env, cons,
kArgCount
, argv, &instance));
in Multiply()
/third_party/node/deps/v8/src/compiler/
H
A
D
common-operator.h
671
constexpr int
kArgCount
= 1;
in OutputArityForFormalParameterCount()
local
673
STATIC_ASSERT(kClosure + kNewTarget +
kArgCount
+ kContext ==
in OutputArityForFormalParameterCount()
681
return argc + kClosure + kNewTarget +
kArgCount
+ kContext;
in OutputArityForFormalParameterCount()
/third_party/node/deps/v8/src/execution/ppc/
H
A
D
simulator-ppc.cc
983
const int
kArgCount
= 20;
in SoftwareInterrupt()
local
994
intptr_t arg[
kArgCount
];
in SoftwareInterrupt()
1001
for (int i = kRegisterArgCount, j = 0; i <
kArgCount
; i++, j++) {
in SoftwareInterrupt()
1004
STATIC_ASSERT(
kArgCount
== kRegisterArgCount + 12);
in SoftwareInterrupt()
1005
STATIC_ASSERT(kMaxCParameters ==
kArgCount
);
in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/s390/
H
A
D
simulator-s390.cc
1980
const int
kArgCount
= 20;
in SoftwareInterrupt()
local
1991
intptr_t arg[
kArgCount
];
in SoftwareInterrupt()
1998
for (int i = kRegisterArgCount; i <
kArgCount
; i++) {
in SoftwareInterrupt()
2003
STATIC_ASSERT(
kArgCount
== kRegisterArgCount + 15);
in SoftwareInterrupt()
2004
STATIC_ASSERT(kMaxCParameters ==
kArgCount
);
in SoftwareInterrupt()
Completed in 24 milliseconds