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:prevPc
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/faultloggerd/test/funchook/
H
A
D
dfx_hook_utils.c
55
unw_word_t
prevPc
;
in LogBacktrace()
local
66
if (index > MIN_FRAME &&
prevPc
== pc) {
in LogBacktrace()
69
prevPc
= pc;
in LogBacktrace()
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
H
A
D
unwind_local_benchmark.cpp
69
unw_word_t
prevPc
= 0;
in UnwindLocal()
local
71
if ((unw_get_reg(&cursor, UNW_REG_IP, (unw_word_t*)(&(pc)))) || (
prevPc
== pc)) {
in UnwindLocal()
75
prevPc
= pc;
in UnwindLocal()
H
A
D
unwind_remote_benchmark.cpp
88
unw_word_t
prevPc
;
in UnwindRemote()
local
90
if ((unw_get_reg(&cursor, UNW_REG_IP, (unw_word_t*)(&(pc)))) || (
prevPc
== pc)) {
in UnwindRemote()
94
prevPc
= pc;
in UnwindRemote()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H
A
D
unwinder.cpp
781
uintptr_t
prevPc
= frame.pc;
in Unwind()
local
787
if (frame.pc ==
prevPc
&& frame.sp == prevSp) {
in Unwind()
1085
uintptr_t
prevPc
= regs->GetPc();
in Apply()
local
1095
if (regs->GetPc() ==
prevPc
&& regs->GetSp() == prevSp) {
in Apply()
Completed in 4 milliseconds