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:signature_zone
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-module.cc
221
WasmModule::WasmModule(std::unique_ptr<Zone>
signature_zone
)
in WasmModule()
argument
222
:
signature_zone
(std::move(
signature_zone
)) {}
in WasmModule()
625
(module->
signature_zone
? module->
signature_zone
->allocation_size()
in EstimateStoredSize()
H
A
D
module-decoder.cc
563
const FunctionSig* sig = consume_sig(module_->
signature_zone
.get());
567
const StructType* type = consume_struct(module_->
signature_zone
.get());
571
const ArrayType* type = consume_array(module_->
signature_zone
.get());
601
const FunctionSig* sig = consume_sig(module_->
signature_zone
.get());
in consume_nominal_type_definition()
614
const StructType* type = consume_struct(module_->
signature_zone
.get());
in consume_nominal_type_definition()
627
const ArrayType* type = consume_array(module_->
signature_zone
.get());
in consume_nominal_type_definition()
683
const FunctionSig* sig = consume_sig(module_->
signature_zone
.get());
in DecodeTypeSection()
1148
VerifyFunctionBody(module_->
signature_zone
->allocator(),
in DecodeFunctionBody()
H
A
D
wasm-module.h
415
std::unique_ptr<Zone>
signature_zone
;
member
526
explicit WasmModule(std::unique_ptr<Zone>
signature_zone
= nullptr);
Completed in 7 milliseconds