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:kNoSuperType
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
canonical-types.cc
84
while (canonical_sub !=
kNoSuperType
) {
in IsCanonicalSubtype()
96
uint32_t canonical_supertype =
kNoSuperType
;
in CanonicalizeTypeDef()
101
} else if (type.supertype !=
kNoSuperType
) {
in CanonicalizeTypeDef()
H
A
D
wasm-module-builder.h
338
uint32_t supertype =
kNoSuperType
);
341
uint32_t supertype =
kNoSuperType
);
343
uint32_t AddStructType(StructType* type, uint32_t supertype =
kNoSuperType
);
344
uint32_t AddArrayType(ArrayType* type, uint32_t supertype =
kNoSuperType
);
H
A
D
wasm-module.h
348
constexpr uint32_t
kNoSuperType
= std::numeric_limits<uint32_t>::max();
member
360
: function_sig(nullptr), supertype(
kNoSuperType
), kind(kFunction) {}
in TypeDefinition()
447
isorecursive_canonical_type_ids.push_back(
kNoSuperType
);
in add_type()
494
return supertype(index) !=
kNoSuperType
;
H
A
D
module-decoder.cc
564
return {sig,
kNoSuperType
};
568
return {type,
kNoSuperType
};
572
return {type,
kNoSuperType
};
602
uint32_t super_index =
kNoSuperType
;
in consume_nominal_type_definition()
615
uint32_t super_index =
kNoSuperType
;
in consume_nominal_type_definition()
628
uint32_t super_index =
kNoSuperType
;
in consume_nominal_type_definition()
662
supertype_count == 1 ? consume_u32v("supertype") :
kNoSuperType
;
in consume_subtype_definition()
685
module_->add_signature(sig,
kNoSuperType
);
in DecodeTypeSection()
754
if (explicit_super ==
kNoSuperType
) continue;
in DecodeTypeSection()
H
A
D
wasm-subtyping.cc
223
if (explicit_super ==
kNoSuperType
) return false;
in IsSubtypeOfImpl()
H
A
D
wasm-module.cc
122
while ((type_index = module->supertype(type_index)) !=
kNoSuperType
) {
in GetSubtypingDepth()
H
A
D
module-instantiate.cc
241
if (supertype !=
kNoSuperType
) {
in CreateMapForType()
669
DCHECK_NE(maximum_canonical_type_index,
kNoSuperType
);
in Build()
H
A
D
wasm-module-builder.cc
616
if (type.supertype !=
kNoSuperType
) {
in WriteTo()
Completed in 14 milliseconds