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:ReturnInfo
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/src/compiler/
H
A
D
fast-api-calls.cc
94
if (c_signature->
ReturnInfo
().GetType() == CTypeInfo::Type::kFloat32 ||
in CanOptimizeFastSignature()
95
c_signature->
ReturnInfo
().GetType() == CTypeInfo::Type::kFloat64) {
in CanOptimizeFastSignature()
101
if (c_signature->
ReturnInfo
().GetType() == CTypeInfo::Type::kInt64 ||
in CanOptimizeFastSignature()
102
c_signature->
ReturnInfo
().GetType() == CTypeInfo::Type::kUint64) {
in CanOptimizeFastSignature()
H
A
D
wasm-compiler.cc
7389
builder.AddReturn(MachineType::TypeForCType(c_signature->
ReturnInfo
()));
7748
CTypeInfo return_info = info->
ReturnInfo
();
H
A
D
effect-control-linearizer.cc
5212
MachineType::TypeForCType(c_signature->
ReturnInfo
());
in LowerFastApiCall()
5309
switch (c_signature->
ReturnInfo
().GetType()) {
in LowerFastApiCall()
/third_party/node/deps/v8/src/execution/
H
A
D
encoded-c-signature.cc
33
if (signature->
ReturnInfo
().GetSequenceType() ==
in EncodedCSignature()
35
CTypeInfo::IsFloatingPointType(signature->
ReturnInfo
().GetType())) {
in EncodedCSignature()
/third_party/node/deps/v8/include/
H
A
D
v8-fast-api-calls.h
390
const CTypeInfo&
ReturnInfo
() const { return return_info_; }
in ReturnInfo()
function in v8::CFunctionInfo
451
const CTypeInfo&
ReturnInfo
() const { return type_info_->
ReturnInfo
(); }
in ReturnInfo()
function in v8::CFunction
/third_party/node/deps/v8/include/v8-include/
H
A
D
v8-fast-api-calls.h
399
const CTypeInfo&
ReturnInfo
() const { return return_info_; }
in ReturnInfo()
function in v8::CFunctionInfo
463
const CTypeInfo&
ReturnInfo
() const { return type_info_->
ReturnInfo
(); }
in ReturnInfo()
function in v8::CFunction
Completed in 28 milliseconds