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
defs:bbId
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
reg_alloc_verifier.cpp
407
auto
bbId
= it->first;
in RunImpl()
local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
inlining.cpp
178
[[maybe_unused]] auto
bbId
= hotBlocks[i]->GetId();
in Do()
local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
reg_alloc_lsra.cpp
1643
auto
bbId
= bb.GetId();
in UpdateLocalDefWithBBLiveIn()
local
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
frame_states.cpp
96
bool FrameStateBuilder::MergeFromSuccBB(size_t
bbId
)
in MergeFromSuccBB()
argument
103
void FrameStateBuilder::MergeFromCatchBB(size_t
bbId
)
in MergeFromCatchBB()
argument
115
bool FrameStateBuilder::ComputeLiveOut(size_t
bbId
)
in ComputeLiveOut()
argument
994
size_t
bbId
= pendingList_.back();
in ComputeLoopBack()
local
1054
CountLoopBody(FrameStateBuilder::LoopInfo& loopInfo, size_t
bbId
)
CountLoopBody()
argument
1195
EnterInnerLoop(FrameStateBuilder::LoopInfo* loopInfo, size_t
bbId
)
EnterInnerLoop()
argument
1253
Push(size_t
bbId
, size_t depth)
Push()
argument
1332
size_t
bbId
;
global()
member
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
operand.h
1953
void InsertOpnd(uint32
bbId
, RegOperand &phiParam)
in InsertOpnd()
argument
1959
void UpdateOpnd(uint32
bbId
, uint32 newId, RegOperand &phiParam)
in UpdateOpnd()
argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H
A
D
llvm_ir_builder.cpp
1258
void LLVMIRBuilder::LinkToLLVMCfg(int
bbId
, const OperandsVector &predecessors)
in LinkToLLVMCfg()
argument
Completed in 21 milliseconds