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:module_object_
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
module-instantiate.cc
294
Handle<WasmModuleObject>
module_object_
;
member in v8::internal::wasm::InstanceBuilder
445
module_object_
(module_object),
in InstanceBuilder()
475
NativeModule* native_module =
module_object_
->native_module();
in Build()
534
WasmInstanceObject::New(isolate_,
module_object_
);
in Build()
801
module_object_
->native_module());
in Build()
1001
module_object_
->native_module()->wire_bytes();
in LoadDataSegments()
1055
module_object_
->native_module()->wire_bytes();
in SanitizeImports()
1806
isolate_,
module_object_
, exp.name, kInternalize);
in ProcessExports()
H
A
D
module-compiler.h
233
Handle<WasmModuleObject>
module_object_
;
variable
H
A
D
module-compiler.cc
2124
if (!
module_object_
.is_null()) {
in ~AsyncCompileJob()
2125
isolate_->global_handles()->Destroy(
module_object_
.location());
in ~AsyncCompileJob()
2162
DCHECK(
module_object_
.is_null());
in PrepareRuntimeObjects()
2169
module_object_
= isolate_->global_handles()->Create(*module_object);
in PrepareRuntimeObjects()
2177
bool is_after_deserialization = !
module_object_
.is_null();
in FinishCompile()
2212
Handle<Script> script(
module_object_
->script(), isolate_);
in FinishCompile()
2213
const WasmModule* module =
module_object_
->module();
in FinishCompile()
2217
ModuleWireBytes wire_bytes(
module_object_
->native_module()->wire_bytes());
in FinishCompile()
2240
module_object_
->set_export_wrappers(*export_wrappers);
in FinishCompile()
2253
native_module_->LogWasmCodes(isolate_,
module_object_
in FinishCompile()
[all...]
Completed in 9 milliseconds