Home
last modified time | relevance | path

Searched defs:components (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/compiler/
Dcompiler_logger.cpp19 std::bitset<CompilerLoggerComponents::LOG_COMPONENTS_NUM> CompilerLogger::components(0); member in panda::compiler::CompilerLogger
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger.rb50 def components method
/arkcompiler/ets_frontend/
Dbundle.json20 "components": [ array
/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.cpp96 TaggedArray *components = TaggedArray::Cast(unionType->GetComponents().GetTaggedObject()); in ComputePolymorphism() local
/arkcompiler/toolchain/
Dbundle.json24 "components": [ array
/arkcompiler/ets_runtime/ecmascript/
Dlog.cpp146 void Log::SetLogComponentFromString(const std::vector<std::string>& components) in SetLogComponentFromString()
/arkcompiler/ets_runtime/
Dbundle.json24 "components": [ array
/arkcompiler/runtime_core/
Dbundle.json24 "components": [ array
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp39 auto load_components = [&component_mask](auto components) { in Initialize()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp148 TaggedArray *components = TaggedArray::Cast(unionType->GetComponents().GetTaggedObject()); in CollectGateType() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp503 JSHandle<TaggedArray> components(thread_, unionType->GetComponents()); in GetOrCreateUnionType() local
1493 JSHandle<TaggedArray> components(thread_, unionType->GetComponents()); in TryNarrowUnionType() local
Dts_type_parser.cpp351 JSHandle<TaggedArray> components(thread_, unionType->GetComponents()); in ParseUnionType() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js35647 this.components = [ "Name", "Descriptors" ]; property
61415 components: null, property
61428 e.components = new f2(t); variable