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:WasmInliner
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/compiler/
H
A
D
wasm-inlining.cc
21
Reduction
WasmInliner
::Reduce(Node* node) {
in Reduce()
34
void
WasmInliner
::Trace(Node* call, int inlinee, const char* decision) {
in Trace()
39
uint32_t
WasmInliner
::FindOriginatingFunction(Node* call) {
in FindOriginatingFunction()
52
int
WasmInliner
::GetCallCount(Node* call) {
in GetCallCount()
76
Reduction
WasmInliner
::ReduceCall(Node* call) {
in ReduceCall()
127
if (
WasmInliner
::graph_size_allows_inlining(current_graph_size)) {
in SmallEnoughToInline()
132
WasmInliner
::graph_size_allows_inlining(current_graph_size - 100);
in SmallEnoughToInline()
135
void
WasmInliner
::Trace(const CandidateInfo& candidate, const char* decision) {
in Trace()
143
void
WasmInliner
::Finalize() {
in Finalize()
256
void
WasmInliner
[all...]
H
A
D
wasm-inlining.h
34
// The
WasmInliner
provides the core graph inlining machinery for Webassembly
36
class
WasmInliner
final : public AdvancedReducer {
38
WasmInliner
(Editor* editor, wasm::CompilationEnv* env,
in WasmInliner()
function in v8::internal::compiler::final
56
const char* reducer_name() const override { return "
WasmInliner
"; }
H
A
D
pipeline.cc
1625
if (!
WasmInliner
::graph_size_allows_inlining(data->graph()->NodeCount())) {
in Run()
1634
WasmInliner
inliner(&graph_reducer, env, function_index,
in Run()
Completed in 8 milliseconds