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:IsEnabled
(Results
1 - 25
of
30
) sorted by relevance
1
2
/arkcompiler/runtime_core/libpandabase/trace/
H
A
D
trace.h
37
static inline bool
IsEnabled
()
in IsEnabled()
function
44
if (UNLIKELY(
IsEnabled
())) {
in BeginTracePoint()
51
if (UNLIKELY(
IsEnabled
())) {
in EndTracePoint()
58
if (UNLIKELY(
IsEnabled
())) {
in IntTracePoint()
65
if (UNLIKELY(
IsEnabled
())) {
in Int64TracePoint()
124
UNLIKELY(::panda::trace::
IsEnabled
()) && ::panda::trace::internal::ScopeTraceStremHelperBegin().GetStream()
/arkcompiler/runtime_core/static_core/libpandabase/trace/
H
A
D
trace.h
34
inline bool
IsEnabled
()
in IsEnabled()
function
41
if (UNLIKELY(
IsEnabled
())) {
in BeginTracePoint()
48
if (UNLIKELY(
IsEnabled
())) {
in EndTracePoint()
55
if (UNLIKELY(
IsEnabled
())) {
in IntTracePoint()
62
if (UNLIKELY(
IsEnabled
())) {
in Int64TracePoint()
121
UNLIKELY(::ark::trace::
IsEnabled
()) && ::ark::trace::internal::ScopeTraceStremHelperBegin().GetStream()
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
gc_first_test.cpp
74
EXPECT_TRUE(heap->GetConcurrentMarker()->
IsEnabled
());
in HWTEST_F_L0()
87
EXPECT_FALSE(heap->GetConcurrentMarker()->
IsEnabled
());
in HWTEST_F_L0()
100
EXPECT_TRUE(heap->GetConcurrentMarker()->
IsEnabled
());
in HWTEST_F_L0()
114
EXPECT_FALSE(heap->GetConcurrentMarker()->
IsEnabled
());
in HWTEST_F_L0()
122
EXPECT_FALSE(heap->GetConcurrentMarker()->
IsEnabled
());
in HWTEST_F_L0()
143
EXPECT_FALSE(heap->GetConcurrentMarker()->
IsEnabled
());
in HWTEST_F_L0()
H
A
D
concurrent_marking_test.cpp
88
if (heap->GetConcurrentMarker()->
IsEnabled
()) {
in HWTEST_F_L0()
128
if (heap->GetConcurrentMarker()->
IsEnabled
()) {
in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/verification/
H
A
D
public.cpp
45
bool
IsEnabled
(Config const *config)
in IsEnabled()
function
48
return config->opts.
IsEnabled
();
in IsEnabled()
152
if (!
IsEnabled
(mode)) {
in CheckBeforeVerification()
H
A
D
verification_options.h
77
bool
IsEnabled
() const
in IsEnabled()
function
H
A
D
public.h
36
bool
IsEnabled
(Config const *config);
/arkcompiler/runtime_core/static_core/runtime/tooling/
H
A
D
pt_hook_type_info.h
34
bool
IsEnabled
(const PtHookType type) const
in IsEnabled()
function in ark::tooling::PtHookTypeInfo
H
A
D
pt_hooks_wrapper.h
451
return globalHookTypeInfo_.
IsEnabled
(type);
in GlobalHookIsEnabled()
464
return managedThread->GetPtThreadInfo()->GetHookTypeInfo().
IsEnabled
(type);
in HookIsEnabled()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H
A
D
coroutine_stats.cpp
31
if (!
IsEnabled
()) {
in StartInterval()
42
if (!
IsEnabled
()) {
in FinishInterval()
H
A
D
coroutine_stats.h
109
bool
IsEnabled
() const
in IsEnabled()
function in ark::CoroutineStatsBase
H
A
D
stackful_coroutine_manager.cpp
45
bool isStatsEnabled = stats_.
IsEnabled
();
in CreateWorkers()
586
if (stats_.
IsEnabled
()) {
in MainCoroutineCompleted()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_concurrent_marker.h
36
bool
IsEnabled
() const
in IsEnabled()
function in panda::ecmascript::SharedConcurrentMarker
H
A
D
shared_concurrent_marker.cpp
34
if (
IsEnabled
() && !dThread_->IsReadyToConcurrentMark() && type == EnableConcurrentMarkType::DISABLE) {
in EnableConcurrentMarking()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
H
A
D
gc_hung.h
62
bool
IsEnabled
() const
in IsEnabled()
function in ark::mem::GcHung
H
A
D
gc_hung.cpp
263
if (!instance_->
IsEnabled
() || !instance_->IsReady()) {
in Start()
275
if (!instance_->
IsEnabled
() || !instance_->IsReady()) {
in Check()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
heap.cpp
184
sConcurrentMarker_ != nullptr && sConcurrentMarker_->
IsEnabled
();
in CheckCanTriggerConcurrentMarking()
429
if (sConcurrentMarker_->
IsEnabled
() && !dThread_->IsReadyToConcurrentMark() &&
in CheckOngoingConcurrentMarking()
1077
if (concurrentMarker_->
IsEnabled
() && !thread_->IsReadyToConcurrentMark()) {
in SelectGCType()
1145
if (!concurrentMarker_->
IsEnabled
() && !incrementalMarker_->IsTriggeredIncrementalMark()) {
in CollectGarbage()
1159
if (!concurrentMarker_->
IsEnabled
() && !incrementalMarker_->IsTriggeredIncrementalMark()) {
in CollectGarbage()
1171
if (concurrentMarker_->
IsEnabled
() &&
in CollectGarbage()
1176
if (concurrentMarker_->
IsEnabled
() && markType_ == MarkType::MARK_YOUNG) {
in CollectGarbage()
1731
if (concurrentMarker_->
IsEnabled
() && !thread_->IsReadyToConcurrentMark() &&
in CheckOngoingConcurrentMarking()
1867
return concurrentMarker_->
IsEnabled
() && thread_->IsReadyToConcurrentMark() &&
in CheckCanTriggerConcurrentMarking()
2003
if (concurrentMarker_->
IsEnabled
()) {
[all...]
H
A
D
concurrent_marker.h
75
bool
IsEnabled
() const
in IsEnabled()
function in panda::ecmascript::ConcurrentMarker
H
A
D
concurrent_marker.cpp
40
if (
IsEnabled
() && !thread_->IsReadyToConcurrentMark() && type == EnableConcurrentMarkType::DISABLE) {
in EnableConcurrentMarking()
H
A
D
idle_gc_trigger.cpp
61
if (heap_->GetConcurrentMarker()->
IsEnabled
() && heap_->CheckCanTriggerConcurrentMarking()) {
in TryTriggerLocalConcurrentMark()
H
A
D
mem_controller.cpp
188
if (heap_->GetConcurrentMarker()->
IsEnabled
()) {
in StopCalculationAfterGC()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
runtime_options.h
31
static inline bool
IsEnabled
(VerificationMode mode)
in IsEnabled()
function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
disassembly.h
100
bool
IsEnabled
() const
in IsEnabled()
function in ark::compiler::Disassembly
H
A
D
disassembly.cpp
58
if (!
IsEnabled
()) {
in Init()
/arkcompiler/runtime_core/panda/
H
A
D
panda.cpp
162
if (verif_opts.
IsEnabled
()) {
in ExecutePandaFile()
Completed in 16 milliseconds
1
2