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:endPc
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
bytecode_emitter.cpp
253
uint32_t
endPc
= 0;
in EstimateMaxDistance()
local
258
endPc
= targetPc - bias;
in EstimateMaxDistance()
262
endPc
= insnPc - bias;
in EstimateMaxDistance()
268
while (it != branches_.end() && it->first <
endPc
) {
in EstimateMaxDistance()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H
A
D
ir_builder.cpp
409
if (begin_pc <= pc && pc < try_block.boundaries.
endPc
) {
in EnumerateTryBlocksCoveredPc()
422
if (tryBoundaries.
endPc
== iter->second.boundaries.
endPc
) {
in InsertTryBlockInfo()
426
if (tryBoundaries.
endPc
> iter->second.boundaries.
endPc
) {
in InsertTryBlockInfo()
446
auto
endPc
= startPc + tryBlock.GetLength();
in CreateTryCatchBoundariesBlocks()
447
auto tryInfo = InsertTryBlockInfo({startPc,
endPc
});
in CreateTryCatchBoundariesBlocks()
467
CreateBlock(try_block.boundaries.
endPc
);
in CreateTryCatchBoundariesBlocks()
522
openedTryBlocks_.remove_if([pc](TryCodeBlock *tryBlock) { return tryBlock->boundaries.
endPc
== pc; });
in TrackTryBoundaries()
528
if (tryBlock.boundaries.
endPc
> p
in TrackTryBoundaries()
[all...]
H
A
D
ir_builder.h
43
uint32_t
endPc
;
member
68
endBb = graph->CreateEmptyBlock(boundaries.
endPc
);
in Init()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
bytecode_circuit_builder.h
39
uint8_t*
endPc
;
member
42
ExceptionItem(uint8_t* startPc, uint8_t*
endPc
, std::vector<uint8_t*> catches)
in ExceptionItem()
43
: startPc(startPc),
endPc
(
endPc
), catches(catches) {}
in ExceptionItem()
H
A
D
bytecode_circuit_builder.cpp
405
if (pc < it->startPc || pc >= it->
endPc
) {
in BuildCatchBlocks()
Completed in 7 milliseconds