Home
last modified time | relevance | path

Searched refs:components (Results 1 – 25 of 30) sorted by relevance

12

/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
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_enum_gen.h.erb26 % LoggerData.components.each do |c|
/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.cpp96 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/
Dmm-components.pucomponent16 title Memory management components
/arkcompiler/ets_runtime/ecmascript/
Dlog.cpp146 void Log::SetLogComponentFromString(const std::vector<std::string>& components) in SetLogComponentFromString() argument
149 for (const auto &component : components) { in SetLogComponentFromString()
Dlog.h107 static void SetLogComponentFromString(const std::vector<std::string>& components);
/arkcompiler/runtime_core/pandastdlib/
DCMakeLists.txt20 # TODO: remove after all components will use arkstdlib.abc instead of pandastdlib.bin
/arkcompiler/runtime_core/isa/
DREADME10 consistency between components.
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp148 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/
DCMakeLists.txt46 # TODO: remove after all components will use ark instead of panda
/arkcompiler/runtime_core/docs/
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
Dmemory-management-SW-requirements.md3 The main components of Panda memory management:
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp39 auto load_components = [&component_mask](auto components) { in Initialize() argument
40 for (const auto &s : components) { in Initialize()
/arkcompiler/runtime_core/assembler/
DCMakeLists.txt108 # TODO: remove after all components will use ark_asm instead of pandasm
/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/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp503 JSHandle<TaggedArray> components(thread_, unionType->GetComponents()); in GetOrCreateUnionType() local
505components->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()
Dts_type_parser.cpp351 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/
Doverview.md3 …uage compilation and runtime platform of OpenHarmony. It contains core components such as the comp…
/arkcompiler/ets_runtime/test/
Dtest_helper.gni571 …" --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/
DClangTidy.cmake99 # that each components is responsible for QA'ing only its code base.
/arkcompiler/runtime_core/tests/benchmarks/
DCMakeLists.txt254 set(vmb_benchmark_path "\$VMB_REPO_ROOT/benchmarks/components/SimpleLanguage/SimpleLanguage")
/arkcompiler/runtime_core/libpandabase/
DREADME.md1 # libbase components

12