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:observation
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/compiler/
H
A
D
node-observer.cc
24
NodeObserver::Observation
observation
= observer->OnNodeCreated(node);
in StartObserving()
local
25
if (
observation
== NodeObserver::Observation::kContinue) {
in StartObserving()
29
DCHECK_EQ(
observation
, NodeObserver::Observation::kStop);
in StartObserving()
40
NodeObservation*
observation
= it->second;
in OnNodeChanged()
local
41
if (
observation
->state == new_state) return;
in OnNodeChanged()
43
ObservableNodeState old_state =
observation
->state;
in OnNodeChanged()
44
observation
->state = new_state;
in OnNodeChanged()
47
observation
->observer->OnNodeChanged(reducer_name, new_node, old_state);
in OnNodeChanged()
54
observations_[new_node->id()] =
observation
;
in OnNodeChanged()
H
A
D
store-store-elimination.cc
112
// Returns a set that it is the current one, plus the
observation
obs passed
320
UnobservableStore
observation
= {stored_to->id(), offset};
in RecomputeSet()
local
322
observation
, access.maybe_initializing_or_transitioning_store);
in RecomputeSet()
333
uses.IsGCObservable(
observation
);
in RecomputeSet()
354
return uses.Add(
observation
, temp_zone());
in RecomputeSet()
/third_party/node/deps/v8/tools/
H
A
D
run-llprof.sh
44
Executes <benchmark_command> under
observation
by the kernel's "perf" \
H
A
D
run-perf.sh
24
Executes <benchmark_command> under
observation
by Linux perf.
Completed in 2 milliseconds