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:catch_handler
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
graph.cpp
475
for (auto
catch_handler
: throwable_insts_.at(inst)) {
in RemoveThrowableInst()
476
for (auto catch_inst :
catch_handler
->AllInsts()) {
in RemoveThrowableInst()
497
for (auto
catch_handler
: it->second) {
in ReplaceThrowableInst()
498
for (auto catch_inst :
catch_handler
->AllInsts()) {
in ReplaceThrowableInst()
H
A
D
graph.h
676
void AppendThrowableInst(const Inst *inst, BasicBlock *
catch_handler
)
in AppendThrowableInst()
argument
679
it->second.push_back(
catch_handler
);
in AppendThrowableInst()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_resolver.cpp
49
for (auto
catch_handler
: handlers) {
in AddCatchPhiMoves()
50
for (auto catch_inst :
catch_handler
->AllInsts()) {
in AddCatchPhiMoves()
/arkcompiler/runtime_core/bytecode_optimizer/
H
A
D
codegen.cpp
61
bb->EnumerateCatchHandlers([&, bb, try_end](BasicBlock *
catch_handler
, size_t type_id) {
in VisitTryBegin()
62
AppendCatchBlock(type_id, bb, try_end,
catch_handler
);
in VisitTryBegin()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H
A
D
liveness_analyzer.cpp
271
for (auto
catch_handler
: handlers) {
in GetInitInstLiveSet()
272
live_set->Union(GetBlockLiveSet(
catch_handler
));
in GetInitInstLiveSet()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H
A
D
ir_builder.cpp
173
tbb->EnumerateCatchHandlers([this](BasicBlock *
catch_handler
, [[maybe_unused]] size_t type_id) {
in ProcessThrowableInstructions()
174
catch_handlers_.insert(
catch_handler
);
in ProcessThrowableInstructions()
Completed in 9 milliseconds