Searched refs:optionMap (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | dfx_test.cpp | 25 void MapDfxOption(std::map<DfxOptionHandler::DfxOption, uint8_t> &optionMap, DfxOptionHandler::DfxOption option) in MapDfxOption() argument 30 optionMap[DfxOptionHandler::COMPILER_NULLCHECK] = 1; in MapDfxOption() 33 optionMap[DfxOptionHandler::SIGNAL_CATCHER] = 1; in MapDfxOption() 36 optionMap[DfxOptionHandler::SIGNAL_HANDLER] = 1; in MapDfxOption() 39 optionMap[DfxOptionHandler::ARK_SIGQUIT] = 1; in MapDfxOption() 42 optionMap[DfxOptionHandler::ARK_SIGUSR1] = 1; in MapDfxOption() 45 optionMap[DfxOptionHandler::ARK_SIGUSR2] = 1; in MapDfxOption() 48 optionMap[DfxOptionHandler::MOBILE_LOG] = 1; in MapDfxOption() 52 optionMap[DfxOptionHandler::REFERENCE_DUMP] = 1; in MapDfxOption() 55 optionMap[DfxOptionHandle in MapDfxOption() 75 std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap; TEST() local [all...] |
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | dfx.cpp | 104 void DfxController::Initialize(std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap) in Initialize() argument 116 dfxController_ = new DfxController(std::move(optionMap)); in Initialize() 122 std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap; in SetOption() local 128 optionMap[DfxOptionHandler::COMPILER_NULLCHECK] = 1; in SetOption() 131 optionMap[DfxOptionHandler::REFERENCE_DUMP] = 1; in SetOption() 134 optionMap[DfxOptionHandler::SIGNAL_CATCHER] = 1; in SetOption() 137 optionMap[DfxOptionHandler::SIGNAL_HANDLER] = 1; in SetOption() 140 optionMap[DfxOptionHandler::ARK_SIGQUIT] = 1; in SetOption() 143 optionMap[DfxOptionHandler::ARK_SIGUSR1] = 1; in SetOption() 146 optionMap[DfxOptionHandle in SetOption() [all...] |
H A D | dfx.h | 54 static void Initialize(std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap); 84 explicit DfxController(std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap) : optionMap_(std::move(optionMap)) in DfxController() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | aot_compiler_preprocessor.cpp | 97 std::map<std::string, std::vector<std::string>> &optionMap) const in ParseOption() 112 optionMap[recordName] = methodNameVec; in ParseOption() 403 bool AotCompilerPreprocessor::FilterOption(const std::map<std::string, std::vector<std::string>> &optionMap, in FilterOption() argument 406 if (optionMap.empty()) { in FilterOption() 410 auto it = optionMap.find(recordName); in FilterOption() 411 if (it == optionMap.end()) { in FilterOption()
|
H A D | aot_compiler_preprocessor.h | 57 void ParseOption(const std::string &option, std::map<std::string, std::vector<std::string>> &optionMap) const; 138 bool FilterOption(const std::map<std::string, std::vector<std::string>> &optionMap,
|
Completed in 4 milliseconds