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:instruction_block
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
jump-threading.cc
73
for (auto const
instruction_block
: code->instruction_blocks()) {
in ComputeForwarding()
74
RpoNumber current =
instruction_block
->rpo_number();
in ComputeForwarding()
H
A
D
instruction-selector.cc
126
InstructionBlock*
instruction_block
=
in SelectInstructions()
local
128
for (size_t i = 0; i <
instruction_block
->phis().size(); i++) {
in SelectInstructions()
129
UpdateRenamesInPhi(
instruction_block
->PhiAt(i));
in SelectInstructions()
131
size_t end =
instruction_block
->code_end();
in SelectInstructions()
132
size_t start =
instruction_block
->code_start();
in SelectInstructions()
1240
InstructionBlock*
instruction_block
=
in VisitBlock()
local
1246
instruction_block
->set_code_start(current_num_instructions());
in VisitBlock()
1247
instruction_block
->set_code_end(current_block_end);
in VisitBlock()
/third_party/node/deps/v8/src/compiler/
H
A
D
graph-visualizer.cc
604
const InstructionBlock*
instruction_block
=
in PrintSchedule()
local
607
if (
instruction_block
->code_start() >= 0) {
in PrintSchedule()
608
int first_index =
instruction_block
->first_instruction_index();
in PrintSchedule()
609
int last_index =
instruction_block
->last_instruction_index();
in PrintSchedule()
692
for (int j =
instruction_block
->first_instruction_index();
in PrintSchedule()
693
j <=
instruction_block
->last_instruction_index(); j++) {
in PrintSchedule()
Completed in 8 milliseconds