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:WasmCodeManager
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-code-manager.cc
1594
if (
WasmCodeManager
::CanRegisterUnwindInfoForNonABICompliantCodeRange()) {
in AddCodeSpaceLocked()
1890
WasmCodeManager
::
WasmCodeManager
()
in WasmCodeManager()
function in WasmCodeManager
1895
WasmCodeManager
::~
WasmCodeManager
() {
in ~WasmCodeManager()
1904
bool
WasmCodeManager
::CanRegisterUnwindInfoForNonABICompliantCodeRange() {
in CanRegisterUnwindInfoForNonABICompliantCodeRange()
1910
void
WasmCodeManager
::Commit(base::AddressRegion region) {
in Commit()
1923
"
WasmCodeManager
::Commit: Exceeding maximum wasm code space");
in Commit()
1964
"
WasmCodeManager
::Commit: Cannot make pre-reserved region writable");
in Commit()
1969
void
WasmCodeManager
[all...]
H
A
D
wasm-code-manager.h
856
friend class
WasmCodeManager
;
865
// Private constructor, called via {
WasmCodeManager
::NewNativeModule()}.
908
// destructor, the NativeModule still communicates with the
WasmCodeManager
,
1012
class V8_EXPORT_PRIVATE
WasmCodeManager
final {
1014
WasmCodeManager
();
1015
WasmCodeManager
(const
WasmCodeManager
&) = delete;
1016
WasmCodeManager
& operator=(const
WasmCodeManager
&) = delete;
1018
~
WasmCodeManager
();
[all...]
H
A
D
wasm-engine.h
442
// Returns a reference to the
WasmCodeManager
shared by the entire process.
443
V8_EXPORT_PRIVATE
WasmCodeManager
* GetWasmCodeManager();
H
A
D
wasm-engine.cc
848
wasm::
WasmCodeManager
::EstimateNativeModuleMetaDataSize(module);
in CreateWasmScript()
1646
// finished, and that has to happen before the
WasmCodeManager
gets destroyed.
1647
WasmCodeManager
code_manager;
1676
WasmCodeManager
* GetWasmCodeManager() {
in GetWasmCodeManager()
H
A
D
wasm-objects.cc
120
wasm::
WasmCodeManager
::EstimateNativeModuleMetaDataSize(module);
in New()
2242
wasm::
WasmCodeManager
::EstimateNativeModuleCodeSize(
in New()
2244
wasm::
WasmCodeManager
::EstimateNativeModuleMetaDataSize(module);
in New()
H
A
D
module-compiler.cc
1937
wasm::
WasmCodeManager
::EstimateNativeModuleCodeSize(
in CompileToNativeModule()
2546
wasm::
WasmCodeManager
::EstimateNativeModuleCodeSize(
2846
wasm::
WasmCodeManager
::EstimateNativeModuleCodeSize(
in ProcessCodeSectionHeader()
2950
wasm::
WasmCodeManager
::EstimateNativeModuleCodeSize(
in OnFinishedStream()
H
A
D
wasm-serialization.cc
876
wasm::
WasmCodeManager
::EstimateNativeModuleCodeSize(
in DeserializeNativeModule()
/third_party/node/deps/v8/src/wasm/baseline/
H
A
D
liftoff-compiler.cc
6588
WasmCodeManager
::EstimateLiftoffCodeSize(func_body_size);
Completed in 32 milliseconds