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:WasmTag
(Results
1 - 10
of
10
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-module.h
190
struct
WasmTag
{
struct
191
explicit
WasmTag
(const WasmTagSig* sig) : sig(sig) {}
in WasmTag()
function
512
std::vector<
WasmTag
> tags;
H
A
D
wasm-objects.h
38
struct
WasmTag
;
569
static uint32_t GetEncodedSize(const wasm::
WasmTag
* tag);
H
A
D
module-decoder.cc
1026
WasmTag
* tag = nullptr;
in DecodeExportSection()
1738
uint32_t consume_tag_index(WasmModule* module,
WasmTag
** tag) {
in consume_tag_index()
H
A
D
module-instantiate.cc
1899
const
WasmTag
& tag = module_->tags[exp.index];
in ProcessExports()
H
A
D
wasm-objects.cc
1845
uint32_t WasmExceptionPackage::GetEncodedSize(const wasm::
WasmTag
* tag) {
in GetEncodedSize()
H
A
D
function-body-decoder-impl.h
36
struct
WasmTag
;
460
const
WasmTag
* tag = nullptr;
H
A
D
wasm-js.cc
1666
i::wasm::
WasmTag
tag(&sig);
in GetEncodedSize()
/third_party/node/deps/v8/src/compiler/
H
A
D
wasm-compiler.h
290
Node* Throw(uint32_t tag_index, const wasm::
WasmTag
* tag,
297
Node* GetExceptionValues(Node* except_obj, const wasm::
WasmTag
* tag,
H
A
D
wasm-compiler.cc
2485
Node* WasmGraphBuilder::Throw(uint32_t tag_index, const wasm::
WasmTag
* tag,
in Throw()
2622
const wasm::
WasmTag
* tag,
in GetExceptionValues()
/third_party/node/deps/v8/src/wasm/baseline/
H
A
D
liftoff-compiler.cc
4356
const
WasmTag
* tag) {
Completed in 65 milliseconds