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:return_count_
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/src/codegen/
H
A
D
signature.h
22
:
return_count_
(return_count),
in Signature()
25
DCHECK_EQ(kReturnCountOffset, offsetof(Signature,
return_count_
));
in Signature()
31
size_t return_count() const { return
return_count_
; }
in return_count()
36
return reps_[
return_count_
+ index];
in GetParam()
40
DCHECK_LT(index,
return_count_
);
in GetReturn()
46
return {reps_ +
return_count_
, reps_ +
return_count_
+ parameter_count_};
in parameters()
49
return {reps_, reps_ +
return_count_
};
in returns()
52
return {reps_, reps_ +
return_count_
+ parameter_count_};
in all()
67
:
return_count_
(return_coun
in Builder()
75
const size_t
return_count_
;
global()
member in v8::internal::Signature::Builder
121
size_t
return_count_
;
global()
member in v8::internal::Signature
[all...]
H
A
D
interface-descriptors.cc
38
return_count_
= return_count;
in InitializeRegisters()
49
const int types_length =
return_count_
+ param_count_;
in InitializeTypes()
67
const int types_length =
return_count_
+ param_count_;
in AllStackParametersAreTagged()
68
const int first_stack_param =
return_count_
+ register_param_count_;
in AllStackParametersAreTagged()
H
A
D
interface-descriptors.h
198
int return_count() const { return
return_count_
; }
in return_count()
203
DCHECK_LT(index,
return_count_
);
in return_type()
208
return machine_types_[
return_count_
+ index];
in param_type()
225
return_count_
!= kUninitializedCount &&
in IsInitializedRegisters()
242
int
return_count_
= kUninitializedCount;
member in v8::internal::CallInterfaceDescriptorData
/third_party/node/deps/v8/src/compiler/
H
A
D
c-linkage.cc
241
for (size_t i = 0; i < locations.
return_count_
; i++) {
in GetSimplifiedCDescriptor()
247
CHECK_GE(2, locations.
return_count_
);
in GetSimplifiedCDescriptor()
248
if (locations.
return_count_
> 0) {
in GetSimplifiedCDescriptor()
263
if (locations.
return_count_
> 1) {
in GetSimplifiedCDescriptor()
H
A
D
linkage.cc
337
if (locations.
return_count_
> 0) {
in GetCEntryStubCallDescriptor()
340
if (locations.
return_count_
> 1) {
in GetCEntryStubCallDescriptor()
343
if (locations.
return_count_
> 2) {
in GetCEntryStubCallDescriptor()
461
for (size_t i = 0; i < locations.
return_count_
; i++) {
in GetStubCallDescriptor()
H
A
D
wasm-compiler.cc
8609
const size_t return_count = locations.
return_count_
;
Completed in 20 milliseconds