Home
last modified time | relevance | path

Searched refs:dfxController_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Ddfx.cpp20 DfxController *DfxController::dfxController_ = nullptr; member in ark::DfxController
32 dfxController_->optionMap_[DfxOptionHandler::COMPILER_NULLCHECK] = 1; in SetDefaultOption()
35 dfxController_->optionMap_[DfxOptionHandler::REFERENCE_DUMP] = 1; in SetDefaultOption()
38 dfxController_->optionMap_[DfxOptionHandler::SIGNAL_CATCHER] = 1; in SetDefaultOption()
41 dfxController_->optionMap_[DfxOptionHandler::SIGNAL_HANDLER] = 1; in SetDefaultOption()
44 dfxController_->optionMap_[DfxOptionHandler::ARK_SIGQUIT] = 1; in SetDefaultOption()
47 dfxController_->optionMap_[DfxOptionHandler::ARK_SIGUSR1] = 1; in SetDefaultOption()
50 dfxController_->optionMap_[DfxOptionHandler::ARK_SIGUSR2] = 1; in SetDefaultOption()
53 dfxController_->optionMap_[DfxOptionHandler::MOBILE_LOG] = 1; in SetDefaultOption()
56 dfxController_ in SetDefaultOption()
[all...]
H A Ddfx.h60 return dfxController_ != nullptr; in IsInitialized()
68 return dfxController_->optionMap_[dfxOption]; in GetOptionValue()
74 dfxController_->optionMap_[dfxOption] = value; in SetOptionValue()
91 PANDA_PUBLIC_API static DfxController *dfxController_; member in ark::DfxController

Completed in 1 milliseconds