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:WasmLoopInfo
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
graph-builder-interface.h
21
struct
WasmLoopInfo
;
44
std::vector<compiler::
WasmLoopInfo
>* loop_infos,
H
A
D
graph-builder-interface.cc
1318
std::vector<compiler::
WasmLoopInfo
> loop_infos() { return loop_infos_; }
in loop_infos()
1326
std::vector<compiler::
WasmLoopInfo
> loop_infos_;
1872
std::vector<compiler::
WasmLoopInfo
>* loop_infos,
in BuildTFGraph()
/third_party/node/deps/v8/src/compiler/
H
A
D
wasm-inlining.h
32
struct
WasmLoopInfo
;
42
std::vector<
WasmLoopInfo
>* loop_infos, const char* debug_name)
in WasmInliner()
108
std::vector<
WasmLoopInfo
>* const loop_infos_;
H
A
D
pipeline.h
46
struct
WasmLoopInfo
;
64
std::vector<compiler::
WasmLoopInfo
>* loop_infos);
H
A
D
pipeline.cc
1624
std::vector<compiler::
WasmLoopInfo
>* loop_info) {
in Run()
1645
void EliminateLoopExits(std::vector<compiler::
WasmLoopInfo
>* loop_infos) {
in EliminateLoopExits()
1646
for (
WasmLoopInfo
& loop_info : *loop_infos) {
in EliminateLoopExits()
1666
std::vector<compiler::
WasmLoopInfo
>* loop_infos) {
in Run()
1667
for (
WasmLoopInfo
& loop_info : *loop_infos) {
in Run()
1690
std::vector<compiler::
WasmLoopInfo
>* loop_infos) {
in Run()
1691
for (
WasmLoopInfo
& loop_info : *loop_infos) {
in Run()
3122
std::vector<compiler::
WasmLoopInfo
>* loop_info) {
in GenerateCodeForWasmFunction()
H
A
D
wasm-compiler.h
197
struct
WasmLoopInfo
{
struct
204
WasmLoopInfo
(Node* header, uint32_t nesting_depth, bool can_be_innermost)
in WasmLoopInfo()
function
H
A
D
wasm-inlining.cc
194
std::vector<
WasmLoopInfo
> inlinee_loop_infos;
in Finalize()
H
A
D
wasm-compiler.cc
8376
std::vector<compiler::
WasmLoopInfo
>* loop_infos,
8473
std::vector<
WasmLoopInfo
> loop_infos;
Completed in 25 milliseconds