Home
last modified time | relevance | path

Searched full:components (Results 1 – 25 of 46) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/
Doptions.yaml49 - name: log-components
79 description: Enable logs from specified components
86 possible_values: $log-components
87 description: Enable debug or above logs from specified components
94 possible_values: $log-components
95 description: Enable info or above logs from specified components
102 possible_values: $log-components
103 description: Enable warning or above logs from specified components
110 possible_values: $log-components
111 description: Enable error or above logs from specified components
[all …]
/arkcompiler/runtime_core/compiler/
Dcompiler_logger.cpp19 std::bitset<CompilerLoggerComponents::LOG_COMPONENTS_NUM> CompilerLogger::components(0); member in panda::compiler::CompilerLogger
25 components.reset(); in SetComponents()
28 components.set(); in SetComponents()
32 components.reset(); in SetComponents()
38 components.set(COMPONENT); \ in SetComponents()
Dcompiler_logger.h50 return components.test(comp); in IsComponentEnabled()
55 components.set(comp); in EnableComponent()
63 static std::bitset<CompilerLoggerComponents::LOG_COMPONENTS_NUM> components;
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger.rb50 def components method
51 @components
61 @components = data.components.map { |op| Component.new(op) }
Dlogger_impl_gen.inc.erb20 % LoggerData.components.each do |c|
55 % LoggerData.components.each do |c|
97 % LoggerData.components.each do |c|
Dlogger_gen.rb46 data['components'] += plugin_data['components'] if plugin_data
Dlogger_enum_gen.h.erb26 % LoggerData.components.each do |c|
Dlogger.yaml26 components:
/arkcompiler/runtime_core/gn/build/
Dfixup-third-party.sh22 # components shoild be placed in $ARK_ROOT/gn/ark-third-party directory,
24 COMPONENTS='utils_native zlib icu'
32 for component in $COMPONENTS
/arkcompiler/runtime_core/docs/
Dmemory-management-SW-requirements.md3 The main components of Panda memory management:
54 # 4. INTERACTION WITH OTHER COMPONENTS
Ddesign-of-interpreter.md5 This document outlines the key design decisions in the interpreter and its companion components:
21 and all related components of the platform:
36 across all components of the platform.
52 is the main form of program representation, information about it is needed in many components of
221 beside too granular unit tests to ensure quality of the interpreter and companion components
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp75 …"--log-components: Enable logs from specified components. Possible values: [\"all\", \"gc\", \"ecm…
77 …"--log-debug: Enable debug or above logs from specified components. Possible values: [\"all\", \"g…
79 …"--log-error: Enable error or above logs from specified components. Possible values: [\"all\", \"g…
81 …"--log-fatal: Enable fatal logs from specified components. Possible values: [\"all\", \"gc\", \"ec…
83 …"--log-info: Enable info or above logs from specified components. Possible values: [\"all\", \"gc\…
85 …"--log-warning: Enable warning or above logs from specified components. Possible values: [\"all\",…
144 {"log-components", required_argument, nullptr, OPTION_LOG_COMPONENTS}, in ParseCommand()
Dlog.cpp49 void Log::SetLogComponentFromString(const std::vector<std::string>& components) in SetLogComponentFromString() argument
52 for (const auto &component : components) { in SetLogComponentFromString()
/arkcompiler/runtime_core/verification/verifier/
Doptions.yaml58 - name: log-components
72 description: Enable logs from specified components
/arkcompiler/ets_frontend/
Dbundle.json20 "components": [], array
/arkcompiler/toolchain/
Dbundle.json24 "components": [], array
/arkcompiler/ets_runtime/
Dbundle.json24 "components": [], array
/arkcompiler/runtime_core/
Dbundle.json24 "components": [], array
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md41components known as Affinity-components. In best-case scenario all nodes in affinity-component sho…
/arkcompiler/runtime_core/docs/diagrams/
Dmm-components.pucomponent16 title Memory management components
/arkcompiler/runtime_core/isa/
DREADME10 consistency between components.
/arkcompiler/runtime_core/pandastdlib/
DCMakeLists.txt20 # TODO: remove after all components will use arkstdlib.abc instead of pandastdlib.bin
/arkcompiler/runtime_core/compiler/tools/paoc/
DCMakeLists.txt44 # TODO: remove after all components will use ark_aot instead of paoc
/arkcompiler/runtime_core/panda/
DCMakeLists.txt46 # TODO: remove after all components will use ark instead of panda
/arkcompiler/runtime_core/compiler/tools/
Dbenchmark_coverage.sh158 …--compiler-cross-arch=$TARGET_ARCH --log-level=debug --log-components=compiler > $tmp_file 2>&1 ||…
190 echo " --log-level=debug --log-components=compiler" >> $LOG_ERROR
304 …--compiler-cross-arch=$TARGET_ARCH --log-level=debug --log-components=compiler > $tmp_file 2>&1 ||…
335 … echo " --log-level=debug --log-components=compiler --compiler-log=all" >> $LOG_ERROR

12