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:kFlags_branch
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
instruction-selector.h
54
return FlagsContinuation(
kFlags_branch
, condition, true_block, false_block);
in ForBranch()
92
bool IsBranch() const { return mode_ ==
kFlags_branch
; }
in IsBranch()
196
DCHECK(mode ==
kFlags_branch
);
in FlagsContinuation()
248
BasicBlock* true_block_; // Only valid if mode_ ==
kFlags_branch
*.
249
BasicBlock* false_block_; // Only valid if mode_ ==
kFlags_branch
*.
H
A
D
jump-threading.cc
212
if (mode ==
kFlags_branch
) {
in ApplyForwarding()
H
A
D
instruction-scheduler.cc
134
DCHECK_NE(instr->flags_mode(),
kFlags_branch
);
in AddInstruction()
H
A
D
instruction-codes.h
213
kFlags_branch
= 1,
enumerator
H
A
D
instruction.cc
433
case
kFlags_branch
:
H
A
D
code-generator.cc
735
case
kFlags_branch
: {
in AssembleInstruction()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H
A
D
code-generator-ppc.cc
40
case
kFlags_branch
:
in OutputRCBit()
/third_party/node/deps/v8/src/compiler/backend/arm/
H
A
D
code-generator-arm.cc
38
case
kFlags_branch
:
in OutputSBit()
Completed in 18 milliseconds