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:Stop
(Results
1 - 25
of
35
) sorted by relevance
1
2
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H
A
D
mpl_timer.h
36
void
Stop
()
in Stop()
function in maple::MPLTimer
77
void
Stop
() noexcept
139
Stop
();
in ~MPLTimerRegister()
142
void
Stop
() noexcept
145
timer->
Stop
();
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/sampler/
H
A
D
sampling_profiler_test.cpp
147
sp->
Stop
();
in TEST_F()
158
sp->
Stop
();
in TEST_F()
242
sp->
Stop
();
in TEST_F()
286
sp->
Stop
();
in TEST_F()
326
sp->
Stop
();
in TEST_F()
372
sp->
Stop
();
in TEST_F()
389
sp->
Stop
();
in TEST_F()
402
sp->
Stop
();
in TEST_F()
591
sp->
Stop
();
in TEST_F()
627
sp->
Stop
();
in TEST_F()
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H
A
D
heap_tracker.h
49
void
Stop
()
in Stop()
function in panda::ecmascript::HeapTrackerSample
83
sample_.
Stop
();
in StopTracing()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ohos_ws/
H
A
D
ohos_ws_server.h
31
bool
Stop
();
H
A
D
ohos_ws_server.cpp
64
bool OhosWsServer::
Stop
()
in Stop()
function in ark::tooling::inspector::OhosWsServer
66
//
Stop
event loop before closing endpoint server.
in Stop()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
H
A
D
asio_server.h
36
bool
Stop
();
H
A
D
asio_server.cpp
82
bool AsioServer::
Stop
()
in Stop()
function in ark::tooling::inspector::AsioServer
88
//
Stop
accepting new connections.
in Stop()
/arkcompiler/toolchain/tooling/agent/
H
A
D
profiler_impl.cpp
54
Stop
(request);
in Dispatch()
147
void ProfilerImpl::DispatcherImpl::
Stop
(const DispatchRequest &request)
in Stop()
function in panda::ecmascript::tooling::ProfilerImpl::DispatcherImpl
150
DispatchResponse response = profiler_->
Stop
(&profile);
in Stop()
272
DispatchResponse ProfilerImpl::
Stop
(std::unique_ptr<Profile> *profile)
in Stop()
function in panda::ecmascript::tooling::ProfilerImpl
277
return DispatchResponse::Fail("
Stop
is failure");
in Stop()
H
A
D
profiler_impl.h
35
DispatchResponse
Stop
(std::unique_ptr<Profile> *profile);
57
void
Stop
(const DispatchRequest &request);
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
signal_handler_test.cpp
70
void
Stop
()
in Stop()
function in ark::test::final
214
sp.
Stop
();
in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
H
A
D
maple_phase_support.cpp
41
multiTimers[tid]->
Stop
();
in RunAfterPhase()
47
timer.
Stop
();
in RunAfterPhase()
/arkcompiler/toolchain/tooling/client/session/
H
A
D
session.h
43
Stop
();
in ~Session()
49
int
Stop
();
H
A
D
session.cpp
102
int Session::
Stop
()
in Stop()
function in OHOS::ArkCompiler::Toolchain::Session
152
session->
Stop
();
in DelSessionById()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H
A
D
init.cpp
69
if (!g_server.
Stop
()) {
in StopDebugger()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H
A
D
caller_stat.cpp
30
PandaRuntimeTimer *PandaRuntimeTimer::
Stop
()
in Stop()
function in panda::ecmascript::PandaRuntimeTimer
H
A
D
caller_stat.h
119
PandaRuntimeTimer *
Stop
();
H
A
D
function_call_timer.cpp
48
PandaRuntimeTimer *callerTimer = callee->
Stop
();
in StopCount()
H
A
D
runtime_stat.cpp
46
PandaRuntimeTimer *parentTimer = currentTimer_->
Stop
();
in StopCount()
/arkcompiler/runtime_core/static_core/runtime/tooling/
H
A
D
tools.cpp
59
sampler_->
Stop
();
in StopSamplingProfiler()
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
H
A
D
profile_saver.h
63
static void
Stop
(bool dumpInfo);
88
* Returns true if the saver is shutting down (ProfileSaver::
Stop
() has been called, will set this flag).
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
reg_alloc.h
50
#define RA_TIMER_STOP(timerName) timerName##Timer.
Stop
()
/arkcompiler/runtime_core/static_core/dprof/daemon/
H
A
D
main.cpp
122
void
Stop
()
in Stop()
function in ark::dprof::Worker
270
worker.
Stop
();
in Main()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H
A
D
sampling_profiler.h
86
PANDA_PUBLIC_API void
Stop
();
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H
A
D
litecg.cpp
114
timer.
Stop
();
in DoCG()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
linear_space.h
29
void
Stop
();
Completed in 9 milliseconds
1
2