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:isTracing_
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H
A
D
tracing.cpp
43
if (
isTracing_
) {
in StartTracing()
54
isTracing_
= true;
in StartTracing()
64
isTracing_
= false;
in StopTracing()
114
if (!
isTracing_
) {
in TraceEventRecordMemory()
145
if (!
isTracing_
) {
in TraceEventRecordCpuProfiler()
H
A
D
tracing.h
122
return
isTracing_
;
in IsTracing()
131
bool
isTracing_
{false};
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H
A
D
trace.cpp
31
bool Trace::
isTracing_
= false;
member in ark::Trace
123
isTracing_
= true;
in StartTracing()
135
isTracing_
= false;
in StopTracing()
143
if (!
isTracing_
) {
in TriggerTracing()
H
A
D
trace.h
76
static bool
isTracing_
;
member in ark::Trace
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_thread.h
268
glueData_.
isTracing_
= isTracing;
in SetIsTracing()
1277
alignas(EAS) bool
isTracing_
{false};
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
runtime.cpp
434
if (Trace::
isTracing_
) {
in Destroy()
Completed in 7 milliseconds