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:published_code
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
module-compiler.cc
3721
std::vector<WasmCode*>
published_code
=
in PublishCode()
local
3725
GetWasmEngine()->LogCode(base::VectorOf(
published_code
));
in PublishCode()
3728
OnFinishedUnits(base::VectorOf(std::move(
published_code
)));
in PublishCode()
3960
WasmCode*
published_code
;
in CompileImportWrapper()
local
3969
published_code
= native_module->PublishCode(std::move(wasm_code));
in CompileImportWrapper()
3971
(*cache_scope)[key] =
published_code
;
in CompileImportWrapper()
3972
published_code
->IncRef();
in CompileImportWrapper()
3974
published_code
->instructions().length());
in CompileImportWrapper()
3975
counters->wasm_reloc_size()->Increment(
published_code
->reloc_info().length());
in CompileImportWrapper()
3976
return
published_code
;
in CompileImportWrapper()
[all...]
H
A
D
wasm-code-manager.cc
1295
std::vector<WasmCode*>
published_code
;
in PublishCode()
local
1296
published_code
.reserve(codes.size());
in PublishCode()
1300
published_code
.push_back(PublishCodeLocked(std::move(code)));
in PublishCode()
1302
return
published_code
;
in PublishCode()
H
A
D
wasm-objects.cc
1493
wasm::WasmCode*
published_code
=
in ImportWasmJSFunctionIntoTable()
local
1496
published_code
->instructions().length());
in ImportWasmJSFunctionIntoTable()
1498
published_code
->reloc_info().length());
in ImportWasmJSFunctionIntoTable()
1499
call_target =
published_code
->instruction_start();
in ImportWasmJSFunctionIntoTable()
/third_party/node/deps/v8/src/compiler/
H
A
D
wasm-compiler.cc
8149
wasm::WasmCode*
published_code
;
8158
published_code
= native_module->PublishCode(std::move(wasm_code));
8160
return
published_code
;
Completed in 28 milliseconds