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:PublishCode
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
function-compiler.cc
170
native_module->
PublishCode
(
in CompileWasmFunction()
H
A
D
wasm-code-manager.h
630
// The returned code still needs to be published via {
PublishCode
}.
638
// {
PublishCode
} makes the code available to the system by entering it into
641
WasmCode*
PublishCode
(std::unique_ptr<WasmCode>);
642
std::vector<WasmCode*>
PublishCode
(base::Vector<std::unique_ptr<WasmCode>>);
644
// ReinstallDebugCode does a subset of
PublishCode
: It installs the code in
648
// table and jump table via another {
PublishCode
}.
H
A
D
module-compiler.cc
685
void
PublishCode
(base::Vector<std::unique_ptr<WasmCode>> codes);
1220
code = native_module->
PublishCode
(
in CompileLazy()
3715
PublishCode
(base::VectorOf(unpublished_code));
in PublishCompilationResults()
3718
void CompilationStateImpl::
PublishCode
(
in PublishCode()
function in v8::internal::wasm::__anon15175::CompilationStateImpl
3722
native_module_->
PublishCode
(std::move(code));
in PublishCode()
3969
published_code = native_module->
PublishCode
(std::move(wasm_code));
in CompileImportWrapper()
H
A
D
wasm-code-manager.cc
1280
WasmCode* NativeModule::
PublishCode
(std::unique_ptr<WasmCode> code) {
in PublishCode()
function in NativeModule
1282
"wasm.
PublishCode
");
in PublishCode()
1288
std::vector<WasmCode*> NativeModule::
PublishCode
(
in PublishCode()
function in NativeModule
1294
"wasm.
PublishCode
", "number", codes.size());
in PublishCode()
H
A
D
wasm-serialization.cc
829
auto published_codes = native_module_->
PublishCode
(base::VectorOf(codes));
in Publish()
H
A
D
wasm-debug.cc
295
WasmCode* new_code = native_module_->
PublishCode
(
in RecompileLiftoffWithBreakpoints()
H
A
D
wasm-objects.cc
1494
native_module->
PublishCode
(std::move(wasm_code));
in ImportWasmJSFunctionIntoTable()
/third_party/node/deps/v8/src/compiler/
H
A
D
wasm-compiler.cc
8158
published_code = native_module->
PublishCode
(std::move(wasm_code));
8211
return native_module->
PublishCode
(std::move(wasm_code));
Completed in 35 milliseconds