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:MatchesSignature
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-objects.h
541
bool
MatchesSignature
(const wasm::FunctionSig* sig);
606
bool
MatchesSignature
(const wasm::WasmModule* other_module,
633
bool
MatchesSignature
(const wasm::FunctionSig* sig);
653
bool
MatchesSignature
(const wasm::FunctionSig* sig) const;
H
A
D
wasm-objects.cc
1651
bool WasmTagObject::
MatchesSignature
(const wasm::FunctionSig* sig) {
in MatchesSignature()
function in v8::WasmTagObject
1665
bool WasmCapiFunction::
MatchesSignature
(const wasm::FunctionSig* sig) const {
in MatchesSignature()
function in v8::WasmCapiFunction
2030
bool WasmExportedFunction::
MatchesSignature
(
in MatchesSignature()
function in v8::WasmExportedFunction
2189
bool WasmJSFunction::
MatchesSignature
(const wasm::FunctionSig* sig) {
in MatchesSignature()
function in v8::WasmJSFunction
2346
if (!WasmJSFunction::cast(*value).
MatchesSignature
(
in TypecheckJSObject()
2361
if (!WasmCapiFunction::cast(*value).
MatchesSignature
(
in TypecheckJSObject()
H
A
D
module-instantiate.cc
1692
if (!imported_tag->
MatchesSignature
(module_->tags[import.index].sig)) {
in ProcessImports()
H
A
D
wasm-js.cc
1889
if (i::Handle<i::WasmJSFunction>::cast(callable)->
MatchesSignature
(sig)) {
in WebAssemblyFunction()
/third_party/node/deps/v8/src/compiler/
H
A
D
wasm-compiler.cc
7794
if (!imported_function->
MatchesSignature
(module, expected_sig)) {
7815
!js_function->
MatchesSignature
(expected_sig))) {
7823
if (!capi_function->
MatchesSignature
(expected_sig)) {
Completed in 27 milliseconds