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:try_block
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H
A
D
ir_builder.cpp
349
auto &
try_block
= it->second;
TrackTryBoundaries()
local
429
const auto &
try_block
= it.second;
MarkTryCatchBlocks()
local
474
const auto &
try_block
= it.second;
ConnectTryCatchBlocks()
local
483
ConnectTryCodeBlock(const TryCodeBlock &
try_block
, const ArenaMap<uint32_t, BasicBlock *> &catch_blocks)
ConnectTryCodeBlock()
argument
520
RestoreTryEnd(const TryCodeBlock &
try_block
)
RestoreTryEnd()
argument
[all...]
/arkcompiler/runtime_core/abc2program/
H
A
D
abc_code_processor.cpp
165
void AbcCodeProcessor::HandleTryBlock(panda_file::CodeDataAccessor::TryBlock &
try_block
)
in HandleTryBlock()
argument
/arkcompiler/runtime_core/verifier/
H
A
D
verifier.cpp
666
bool Verifier::VerifyCatchBlocks(panda_file::CodeDataAccessor::TryBlock &
try_block
, const BytecodeInstruction &bc_ins,
in VerifyCatchBlocks()
argument
/arkcompiler/runtime_core/disassembler/
H
A
D
disassembler.cpp
839
LocateTryBlock(const BytecodeInstruction &bc_ins, const BytecodeInstruction &bc_ins_last, const panda_file::CodeDataAccessor::TryBlock &
try_block
, pandasm::Function::CatchBlock *catch_block_pa, LabelTable *label_table, size_t try_idx) const
LocateTryBlock()
argument
/arkcompiler/runtime_core/libpandafile/
H
A
D
file_items.h
1430
void AddTryBlock(const TryBlock &
try_block
)
in AddTryBlock()
argument
Completed in 10 milliseconds