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:BranchHintOf
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/compiler/
H
A
D
control-flow-optimizer.cc
77
if (
BranchHintOf
(branch->op()) != BranchHint::kNone) return false;
in TryBuildSwitch()
101
if (
BranchHintOf
(branch1->op()) != BranchHint::kNone) break;
in TryBuildSwitch()
H
A
D
raw-machine-assembler.cc
467
if (
BranchHintOf
(control_node->op()) != BranchHint::kFalse) {
in MarkControlDeferred()
474
BranchHint hint =
BranchHintOf
(branch->op());
in MarkControlDeferred()
487
BranchHint hint =
BranchHintOf
(branch->op());
in MarkControlDeferred()
518
BranchHint hint =
BranchHintOf
(responsible_branch->op());
in MarkControlDeferred()
H
A
D
scheduler.cc
491
switch (
BranchHintOf
(branch->op())) {
in ConnectBranch()
511
BranchHintOf
(branch->op()) != BranchHint::kNone &&
in ConnectBranch()
512
hint_from_profile !=
BranchHintOf
(branch->op())) {
in ConnectBranch()
552
if (
BranchHintOf
(successor_blocks[index]->front()->op()) ==
in ConnectSwitch()
H
A
D
common-operator.h
74
V8_EXPORT_PRIVATE BranchHint
BranchHintOf
(const Operator* const)
H
A
D
common-operator-reducer.cc
122
node, common()->Branch(NegateBranchHint(
BranchHintOf
(node->op()))));
in ReduceBranch()
H
A
D
common-operator.cc
50
BranchHint
BranchHintOf
(const Operator* const op) {
in BranchHintOf()
function
H
A
D
machine-operator-reducer.cc
2268
node, common()->Branch(NegateBranchHint(
BranchHintOf
(node->op()))));
in SwapBranches()
H
A
D
effect-control-linearizer.cc
544
BranchHint const hint =
BranchHintOf
(branch->op());
in TryCloneBranch()
Completed in 27 milliseconds