Home
last modified time | relevance | path

Searched defs:optionMap (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Ddfx_test.cpp25 void MapDfxOption(std::map<DfxOptionHandler::DfxOption, uint8_t> &optionMap, DfxOptionHandler::DfxO… in MapDfxOption()
75 std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap; in TEST() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Ddfx.cpp108 void DfxController::Initialize(std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap) in Initialize()
126 std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap; in SetOption() local
Ddfx.h84 …explicit DfxController(std::map<DfxOptionHandler::DfxOption, uint8_t> optionMap) : optionMap_(std:… in DfxController()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.cpp398 …ompilerPreprocessor::FilterOption(const std::map<std::string, std::vector<std::string>> &optionMap, in FilterOption()