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:isCache
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
H
A
D
unwind_remote_benchmark.cpp
38
bool
isCache
= false;
member
129
unwindData.
isCache
= dataPtr->
isCache
;
141
if (unwindData.
isCache
) {
171
data.
isCache
= false;
184
data.
isCache
= true;
197
data.
isCache
= false;
211
data.
isCache
= true;
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H
A
D
unwind_remote_benchmark.cpp
38
bool
isCache
= false;
member
115
unwinder->EnableUnwindCache(dataPtr->
isCache
);
in GetUnwinder()
174
data.
isCache
= false;
in BenchmarkUnwinderRemoteFull()
189
data.
isCache
= false;
in BenchmarkUnwinderRemoteQut()
204
data.
isCache
= true;
in BenchmarkUnwinderRemoteQutCache()
219
data.
isCache
= false;
in BenchmarkUnwinderRemoteQutFrames()
234
data.
isCache
= true;
in BenchmarkUnwinderRemoteQutFramesCache()
250
data.
isCache
= false;
in BenchmarkUnwinderRemoteQutMiniDebugInfos()
268
data.
isCache
= false;
in BenchmarkUnwinderRemoteQutMiniDebugInfosLazily()
H
A
D
unwind_local_benchmark.cpp
40
bool
isCache
= false;
member
76
unwinder->EnableUnwindCache(dataPtr->
isCache
);
in GetUnwinder()
216
data.
isCache
= false;
in BenchmarkUnwinderLocalFull()
232
data.
isCache
= false;
in BenchmarkUnwinderLocalQut()
248
data.
isCache
= true;
in BenchmarkUnwinderLocalQutCache()
264
data.
isCache
= false;
in BenchmarkUnwinderLocalQutFrames()
280
data.
isCache
= true;
in BenchmarkUnwinderLocalQutFramesCache()
297
data.
isCache
= true;
in BenchmarkUnwinderLocalQutMiniDebugInfos()
316
data.
isCache
= true;
in BenchmarkUnwinderLocalQutMiniDebugInfosLazily()
335
data.
isCache
in BenchmarkUnwinderLocalByFp()
[all...]
Completed in 3 milliseconds