Home
last modified time | relevance | path

Searched defs:components_ (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/
Dcompiler_logger.cpp19 std::bitset<CompilerLoggerComponents::LOG_COMPONENTS_NUM> CompilerLogger::components_(0); member in ark::compiler::CompilerLogger
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_logger.cpp19 std::bitset<LLVMLoggerComponents::LOG_COMPONENTS_NUM> LLVMLogger::components_(0); member in ark::llvmbackend::LLVMLogger
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.h178 ArenaVector<Component> components_; variable
/arkcompiler/ets_runtime/common_components/log/
Dlog.cpp66 ComponentMark Log::components_ = static_cast<ComponentMark>(Component::ALL); member in common::Log
Dlog.h110 static ComponentMark components_; variable
/arkcompiler/runtime_core/libabckit/src/
Dlogger.h99 inline static std::map<std::string, std::unique_ptr<AbckitComponent>> components_ = {}; variable