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:Revisit
(Results
1 - 17
of
17
) sorted by relevance
/third_party/node/deps/v8/src/compiler/
H
A
D
graph-reducer.cc
188
Revisit
(user);
in ReduceTop()
228
if (user != node)
Revisit
(user);
in Replace()
239
if (user != node)
Revisit
(user);
in Replace()
270
Revisit
(user);
in ReplaceWithValue()
274
Revisit
(user);
in ReplaceWithValue()
279
Revisit
(user);
in ReplaceWithValue()
283
Revisit
(user);
in ReplaceWithValue()
310
void GraphReducer::
Revisit
(Node* node) {
in Revisit()
function in v8::internal::GraphReducer
H
A
D
graph-reducer.h
90
//
Revisit
the {node} again later.
91
virtual void
Revisit
(Node* node) = 0;
110
void
Revisit
(Node* node) {
in Revisit()
function in v8::internal::compiler::AdvancedReducer
112
editor_->
Revisit
(node);
in Revisit()
189
//
Revisit
queue operations.
191
void
Revisit
(Node* node) final;
H
A
D
common-operator-reducer.cc
173
Revisit
(graph()->end());
in ReduceDeoptimizeConditional()
234
Revisit
(merge);
in ReduceEffectPhi()
271
Revisit
(merge);
in ReducePhi()
282
Revisit
(merge);
in ReducePhi()
301
Revisit
(merge);
in ReducePhi()
497
Revisit
(graph()->end());
in ReduceTrapConditional()
H
A
D
branch-elimination.cc
160
Revisit
(use);
in ReduceBranch()
226
Revisit
(merge);
in TryPullTrapIntoMerge()
299
Revisit
(graph()->end());
in ReduceTrapConditional()
340
Revisit
(graph()->end());
in ReduceDeoptimizeConditional()
H
A
D
dead-code-elimination.cc
160
Revisit
(loop_exit);
in ReduceLoopOrMerge()
173
Revisit
(use);
in ReduceLoopOrMerge()
254
Revisit
(merge);
in ReduceEffectPhi()
255
Revisit
(graph_->end());
in ReduceEffectPhi()
H
A
D
escape-analysis.h
50
void
Revisit
(Node* node);
114
reducer->
Revisit
(node);
in RevisitDependants()
H
A
D
add-type-assertions-reducer.cc
43
Revisit
(user);
in Reduce()
H
A
D
wasm-escape-analysis.cc
53
Revisit
(stored_value);
in ReduceAllocateRaw()
H
A
D
wasm-inlining.cc
281
Revisit
(edge.from());
in RewireFunctionEntry()
304
Revisit
(graph()->end());
in InlineTailCall()
380
Revisit
(graph()->end());
in InlineCall()
H
A
D
escape-analysis.cc
339
if (reduction.effect_changed())
Revisit
(use);
in ReduceFrom()
341
if (reduction.value_changed())
Revisit
(use);
in ReduceFrom()
360
void EffectGraphReducer::
Revisit
(Node* node) {
in Revisit()
function in v8::internal::compiler::EffectGraphReducer
465
reducer_->
Revisit
(old_value);
in MergeInputs()
H
A
D
js-typed-lowering.cc
633
Revisit
(on_exception);
in ReduceJSAdd()
642
Revisit
(graph()->end());
in ReduceJSAdd()
1155
Revisit
(on_exception);
in ReduceJSToObject()
1274
Revisit
(on_exception);
in ReduceJSHasInPrototypeChain()
1932
Revisit
(if_exception);
in ReduceJSForInNext()
2057
Revisit
(user);
in ReduceJSForInPrepare()
2060
Revisit
(user);
in ReduceJSForInPrepare()
2300
Revisit
(on_exception);
in ReduceObjectIsArray()
H
A
D
js-call-reducer.h
71
void RevisitForGraphAssembler(Node* node) {
Revisit
(node); }
in RevisitForGraphAssembler()
H
A
D
js-intrinsic-lowering.cc
132
Revisit
(graph()->end());
in ReduceDeoptimizeNow()
H
A
D
csa-load-elimination.cc
361
Revisit
(object);
in ReduceLoadFromObject()
H
A
D
js-inlining.cc
218
Revisit
(graph()->end());
in InlineCall()
H
A
D
js-native-context-specialization.cc
505
Revisit
(edge.from());
in ReduceJSInstanceOf()
1990
Revisit
(graph()->end());
in ReduceEagerDeoptimize()
H
A
D
js-call-reducer.cc
5487
Revisit
(graph()->end());
Completed in 29 milliseconds