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:has_signature
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-opcodes.cc
42
(type.has_index() && !module->
has_signature
(type.ref_index()))) {
in IsJSCompatibleSignature()
H
A
D
wasm-subtyping.cc
192
return sub_module->
has_signature
(sub_index);
in IsSubtypeOfImpl()
195
return !sub_module->
has_signature
(sub_index);
in IsSubtypeOfImpl()
H
A
D
wasm-module.h
456
bool
has_signature
(uint32_t index) const {
in has_signature()
function
461
DCHECK(
has_signature
(index));
in signature()
543
module->
has_signature
(heap_type.ref_index()));
H
A
D
wasm-objects.cc
402
->
has_signature
(table->type().ref_index()));
in Set()
444
->
has_signature
(table->type().ref_index()));
in Get()
512
if (module->
has_signature
(original_sig_id) &&
in UpdateDispatchTables()
2324
if (module->
has_signature
(expected.ref_index())) {
in TypecheckJSObject()
H
A
D
function-body-decoder-impl.h
1437
if (!VALIDATE(module_->
has_signature
(imm.sig_index))) {
in Validate()
1543
if (!VALIDATE(module_->
has_signature
(imm.index))) {
in ValidateSignature()
3379
this->module_->
has_signature
(func_type.ref_index()))) {
in DECODE()
3405
this->module_->
has_signature
(func_type.ref_index()))) {
in DECODE()
H
A
D
module-decoder.cc
1694
if (!module->
has_signature
(sig_index)) {
in consume_sig_index()
/third_party/node/deps/v8/src/compiler/
H
A
D
wasm-compiler.cc
6469
if (module_->
has_signature
(type.ref_index())) {
6628
if (module_->
has_signature
(type.ref_index())) {
Completed in 42 milliseconds