/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 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_enum_gen.h.erb | 26 % LoggerData.components.each do |c|
|
/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/diagrams/ |
D | mm-components.pucomponent | 16 title Memory management components
|
/arkcompiler/ets_runtime/ecmascript/ |
D | log.cpp | 146 void Log::SetLogComponentFromString(const std::vector<std::string>& components) in SetLogComponentFromString() argument 149 for (const auto &component : components) { in SetLogComponentFromString()
|
D | log.h | 107 static void SetLogComponentFromString(const std::vector<std::string>& 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/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()
|
/arkcompiler/runtime_core/panda/ |
D | CMakeLists.txt | 46 # TODO: remove after all components will use ark instead of panda
|
/arkcompiler/runtime_core/docs/ |
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
|
D | memory-management-SW-requirements.md | 3 The main components of Panda memory management:
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | logger.cpp | 39 auto load_components = [&component_mask](auto components) { in Initialize() argument 40 for (const auto &s : components) { in Initialize()
|
/arkcompiler/runtime_core/assembler/ |
D | CMakeLists.txt | 108 # TODO: remove after all components will use ark_asm instead of pandasm
|
/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/ts_types/ |
D | ts_manager.cpp | 503 JSHandle<TaggedArray> components(thread_, unionType->GetComponents()); in GetOrCreateUnionType() local 505 … components->Set(thread_, unionArgIndex, JSTaggedValue(unionTypeVec[unionArgIndex].GetType())); in GetOrCreateUnionType() 507 unionType->SetComponents(thread_, components); in GetOrCreateUnionType() 1493 JSHandle<TaggedArray> components(thread_, unionType->GetComponents()); in TryNarrowUnionType() local 1494 auto length = components->GetLength(); in TryNarrowUnionType() 1501 kungfu::GateType typeGt = kungfu::GateType(components->Get(index).GetInt()); in TryNarrowUnionType()
|
D | ts_type_parser.cpp | 351 JSHandle<TaggedArray> components(thread_, unionType->GetComponents()); in ParseUnionType() local 354 [this, &jsPandaFile, &recordName, &index, &components](const uint32_t literalValue) { in ParseUnionType() 356 components->Set(thread_, index++, JSTaggedValue(componentGT.GetType())); in ParseUnionType() 358 unionType->SetComponents(thread_, components); in ParseUnionType()
|
/arkcompiler/ets_runtime/docs/ |
D | overview.md | 3 …uage compilation and runtime platform of OpenHarmony. It contains core components such as the comp…
|
/arkcompiler/ets_runtime/test/ |
D | test_helper.gni | 571 …" --log-level=" + _test_aot_log_level + " --log-components=compiler --compiler-opt-type-lowering=f… 839 _test_aot_log_level + " --log-components=compiler" + 915 " --log-level=" + _test_aot_log_level + " --log-components=compiler" +
|
/arkcompiler/runtime_core/cmake/ |
D | ClangTidy.cmake | 99 # that each components is responsible for QA'ing only its code base.
|
/arkcompiler/runtime_core/tests/benchmarks/ |
D | CMakeLists.txt | 254 set(vmb_benchmark_path "\$VMB_REPO_ROOT/benchmarks/components/SimpleLanguage/SimpleLanguage")
|
/arkcompiler/runtime_core/libpandabase/ |
D | README.md | 1 # libbase components
|