/arkcompiler/runtime_core/libpandabase/ |
D | options.yaml | 49 - 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/ |
D | compiler_logger.cpp | 19 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()
|
D | compiler_logger.h | 50 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/ |
D | logger.rb | 50 def components method 51 @components 61 @components = data.components.map { |op| Component.new(op) }
|
D | logger_impl_gen.inc.erb | 20 % LoggerData.components.each do |c| 55 % LoggerData.components.each do |c| 97 % LoggerData.components.each do |c|
|
D | logger_gen.rb | 46 data['components'] += plugin_data['components'] if plugin_data
|
D | logger_enum_gen.h.erb | 26 % LoggerData.components.each do |c|
|
D | logger.yaml | 26 components:
|
/arkcompiler/runtime_core/gn/build/ |
D | fixup-third-party.sh | 22 # components shoild be placed in $ARK_ROOT/gn/ark-third-party directory, 24 COMPONENTS='utils_native zlib icu' 32 for component in $COMPONENTS
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | object_access_helper.cpp | 96 TaggedArray *components = TaggedArray::Cast(unionType->GetComponents().GetTaggedObject()); in ComputePolymorphism() local 97 uint32_t length = components->GetLength(); in ComputePolymorphism() 99 GlobalTSTypeRef gt(components->Get(i).GetInt()); in ComputePolymorphism()
|
/arkcompiler/runtime_core/docs/ |
D | memory-management-SW-requirements.md | 3 The main components of Panda memory management: 54 # 4. INTERACTION WITH OTHER COMPONENTS
|
D | design-of-interpreter.md | 5 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/test/typeinfer/automatedcases/ |
D | pathMappingBasedModuleResolution5_classic.ts | 23 import {z} from "components/file3" 67 // === c:/root/shared/components/file3.ts ===
|
/arkcompiler/ets_frontend/ |
D | bundle.json | 20 "components": [ array
|
/arkcompiler/toolchain/ |
D | bundle.json | 24 "components": [ array
|
/arkcompiler/runtime_core/docs/diagrams/ |
D | mm-components.pucomponent | 16 title Memory management components
|
/arkcompiler/runtime_core/pandastdlib/ |
D | CMakeLists.txt | 20 # TODO: remove after all components will use arkstdlib.abc instead of pandastdlib.bin
|
/arkcompiler/runtime_core/isa/ |
D | README | 10 consistency between components.
|
/arkcompiler/runtime_core/compiler/docs/ |
D | reg_alloc_graph_coloring_doc.md | 41 …components known as Affinity-components. In best-case scenario all nodes in affinity-component sho…
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_runtime_options.cpp | 96 …"--log-components: Enable logs from specified components: ['all', 'gc', 'ecma'… 99 …"--log-debug: Enable debug or above logs for components: ['all', 'gc', 'e… 102 "--log-error: Enable error log for components: ['all', 'gc', 'ecma',\n" 105 "--log-fatal: Enable fatal log for components: ['all', 'gc', 'ecma',\n" 108 "--log-info: Enable info log for components: ['all', 'gc', 'ecma',\n" 111 … "--log-warning: Enable warning log for components: ['all', 'gc', 'ecma',\n" 190 {"log-components", required_argument, nullptr, OPTION_LOG_COMPONENTS}, in ParseCommand()
|
D | log.cpp | 146 void Log::SetLogComponentFromString(const std::vector<std::string>& components) in SetLogComponentFromString() argument 149 for (const auto &component : components) { in SetLogComponentFromString()
|
/arkcompiler/ets_runtime/ |
D | bundle.json | 24 "components": [ array
|
/arkcompiler/runtime_core/panda/ |
D | CMakeLists.txt | 46 # TODO: remove after all components will use ark instead of panda
|
/arkcompiler/runtime_core/ |
D | bundle.json | 24 "components": [ array
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | pgo_type_infer.cpp | 148 TaggedArray *components = TaggedArray::Cast(unionType->GetComponents().GetTaggedObject()); in CollectGateType() local 149 uint32_t length = components->GetLength(); in CollectGateType() 151 GlobalTSTypeRef gt(components->Get(i).GetInt()); in CollectGateType()
|