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:WasmExport
(Results
1 - 11
of
11
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-module-builder.h
436
struct
WasmExport
{
struct in v8::internal::wasm::WasmModuleBuilder
466
ZoneVector<
WasmExport
> exports_;
H
A
D
wasm-module.h
265
struct
WasmExport
{
struct
511
std::vector<
WasmExport
> export_table;
H
A
D
module-decoder.cc
976
WasmExport
* exp = &module_->export_table.back();
in DecodeExportSection()
1037
std::vector<
WasmExport
> sorted_exports(module_->export_table);
in DecodeExportSection()
1039
auto cmp_less = [this](const
WasmExport
& a, const
WasmExport
& b) {
in DecodeExportSection()
1051
WasmExport
* last = &*it++;
in DecodeExportSection()
H
A
D
wasm-module.cc
480
const
WasmExport
& exp = module->export_table[index];
in GetExports()
H
A
D
c-api.cc
1175
const std::vector<i::wasm::
WasmExport
>& export_table = module->export_table;
in ExportsImpl()
1179
const i::wasm::
WasmExport
& exp = export_table[i];
in ExportsImpl()
H
A
D
module-instantiate.cc
1804
for (const
WasmExport
& exp : module_->export_table) {
in ProcessExports()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
Wasm.h
143
ArrayRef<wasm::
WasmExport
> exports() const { return Exports; }
in exports()
273
std::vector<wasm::
WasmExport
> Exports;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
WasmObjectWriter.cpp
316
void writeExportSection(ArrayRef<wasm::
WasmExport
> Exports);
773
void WasmObjectWriter::writeExportSection(ArrayRef<wasm::
WasmExport
> Exports) {
in writeExportSection()
781
for (const wasm::
WasmExport
&Export : Exports) {
in writeExportSection()
1115
SmallVector<wasm::
WasmExport
, 4> Exports;
in writeObject()
1329
wasm::
WasmExport
Export;
in writeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
Wasm.h
57
struct
WasmExport
{
struct
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-wasm.cc
287
for (wasm::
WasmExport
exp : module->export_table) {
in RUNTIME_FUNCTION()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
WasmObjectFile.cpp
1027
wasm::
WasmExport
Ex;
in parseExportSection()
Completed in 26 milliseconds