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:curOp_
(Results
1 - 2
of
2
) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H
A
D
arm_exidx.cpp
328
curOp_
= ops_.front();
in GetOpCode()
330
DFXLOGU("curOp: %{public}llx", (uint64_t)
curOp_
);
in GetOpCode()
395
if ((
curOp_
& decodeTable[i].mask) == decodeTable[i].result) {
in Decode()
409
context_.AddUpVsp(((
curOp_
& 0x3f) << 2) + 4);
in Decode00xxxxxx()
416
context_.AddUpVsp(-(((
curOp_
& 0x3f) << 2) + 4));
in Decode01xxxxxx()
422
uint16_t registers = ((
curOp_
& 0x0f) << 8);
in Decode1000iiiiiiiiiiii()
426
registers |=
curOp_
;
in Decode1000iiiiiiiiiiii()
449
uint8_t bits =
curOp_
& 0xf;
in Decode1001nnnn()
463
INSTR_STATISTIC(UnsupportedArmExidx, bits,
curOp_
);
in Decode1001nnnn()
476
size_t endReg = REG_ARM_R4 + (
curOp_
in Decode1010nnnn()
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H
A
D
arm_exidx.h
93
uint8_t
curOp_
= 0;
member in OHOS::HiviewDFX::ArmExidx
Completed in 1 milliseconds