Home
last modified time | relevance | path

Searched full:properties (Results 1 – 25 of 769) sorted by relevance

12345678910>>...31

/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.yaml16 # * properties:
28 properties: [no_return]
36 properties: [no_return]
44 properties: []
53 properties: []
62 properties: []
71 properties: []
80 properties: []
89 properties: [irtoc]
98 properties: []
[all …]
/arkcompiler/runtime_core/libpandafile/
Dtypes.yaml18 properties:
23 properties:
29 properties:
36 properties:
44 properties:
52 properties:
60 properties:
68 properties:
76 properties:
84 properties:
[all …]
/arkcompiler/runtime_core/static_core/libpandafile/
Dtypes.yaml18 properties:
23 properties:
29 properties:
36 properties:
44 properties:
52 properties:
60 properties:
68 properties:
76 properties:
84 properties:
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.yaml16 # * properties:
27 properties: []
37 properties: []
48 properties: [intrinsic]
60 properties: [intrinsic]
72 properties: [intrinsic]
84 properties: [intrinsic]
96 properties: [intrinsic]
108 properties: [intrinsic]
120 properties: [intrinsic]
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Disa.h199 properties(props), in InsnDesc()
210 properties(props), in InsnDesc()
224 properties(props), in InsnDesc()
239 properties(props), in InsnDesc()
253 properties(props), in InsnDesc()
263 uint64 properties; member
278 return (properties & ISCALL) != 0; in IsCall()
283 return (properties & ISSPCALL) != 0; in IsSpecialCall()
287 return properties & ISTAILCALL; in IsTailCall()
291 return (properties & ISPHI) != 0; in IsPhi()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dintrinsics.h114 uint32 properties; member
118 return static_cast<bool>(properties & INTRNISJS); in IsJS()
123 return static_cast<bool>(properties & INTRNISJSUNARY); in IsJsUnary()
128 return static_cast<bool>(properties & INTRNISJSBINARY); in IsJsBinary()
133 …return static_cast<bool>(properties & INTRNISJSUNARY) || static_cast<bool>(properties & INTRNISJSB… in IsJsOp()
138 return static_cast<bool>(properties & INTRNLOADMEM); in IsLoadMem()
143 return static_cast<bool>(properties & INTRNRETURNSTRUCT); in IsJsReturnStruct()
148 return static_cast<bool>(properties & INTRNISPURE); in IsPure()
153 return static_cast<bool>(properties & INTRNNEVERRETURN); in IsNeverReturn()
158 return static_cast<bool>(properties & INTRNATOMIC); in IsAtomic()
[all …]
/arkcompiler/runtime_core/isa/
Disa.yaml119 properties:
291 properties:
381 properties:
398 properties: [ic_slot, two_slot, eight_sixteen_bit_ic]
403 properties: [ic_slot, two_slot, eight_sixteen_bit_ic]
413 properties: [ic_slot, eight_bit_ic]
418 properties: [ic_slot, two_slot, eight_bit_ic]
423 properties: [ic_slot, two_slot, eight_bit_ic]
428 properties: [ic_slot, two_slot, eight_bit_ic]
433 properties: [string_id, ic_slot, two_slot, eight_bit_ic]
[all …]
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DtupleType.cpp25 for (const auto *it : desc_->properties) { in ConvertToArrayType()
41 for (auto it = desc_->properties.begin(); it != desc_->properties.end(); it++) { in ToString()
47 if (std::next(it) != desc_->properties.end()) { in ToString()
52 for (auto it = desc_->properties.begin(); it != desc_->properties.end(); it++) { in ToString()
62 if (std::next(it) != desc_->properties.end()) { in ToString()
78 … if (kind_ == otherTuple->Kind() && desc_->properties.size() == otherTuple->Properties().size()) { in Identical()
79 for (size_t i = 0; i < desc_->properties.size(); i++) { in Identical()
80 varbinder::LocalVariable *targetProp = desc_->properties[i]; in Identical()
81 varbinder::LocalVariable *sourceProp = otherTuple->Properties()[i]; in Identical()
113 const auto &sourceProperties = sourceTuple->Properties(); in AssignmentTarget()
[all …]
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtupleType.cpp26 for (const auto *it : desc_->properties) { in ConvertToArrayType()
42 for (auto it = desc_->properties.begin(); it != desc_->properties.end(); it++) { in ToString()
48 if (std::next(it) != desc_->properties.end()) { in ToString()
53 for (auto it = desc_->properties.begin(); it != desc_->properties.end(); it++) { in ToString()
63 if (std::next(it) != desc_->properties.end()) { in ToString()
76 … if (kind_ == otherTuple->Kind() && desc_->properties.size() == otherTuple->Properties().size()) { in Identical()
77 for (size_t i = 0; i < desc_->properties.size(); i++) { in Identical()
78 binder::LocalVariable *targetProp = desc_->properties[i]; in Identical()
79 binder::LocalVariable *sourceProp = otherTuple->Properties()[i]; in Identical()
112 const auto &sourceProperties = sourceTuple->Properties(); in AssignmentTarget()
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dsendable_class_interface_property.ts.json29 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
36 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
43 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
50 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
57 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
64 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
71 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
78 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
85 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
92 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
[all …]
Dsendable_explicit_field_type.ts.json134 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
141 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
148 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
155 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
169 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
176 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
190 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
197 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
204 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
211 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
[all …]
/arkcompiler/runtime_core/assembler/templates/
Doperand_types_print.h.erb24 % properties = insn.properties
30 % properties.include?('jump') ? 'label' : 'imm'
32 % if properties.include?('type_id')
34 % elsif properties.include?('string_id')
36 % elsif properties.include?('method_id')
Dopcode_parsing.h.erb31 % properties = insn.properties
34 % if insn.return? && !insn.properties.include?('dynamic')
85 % if properties.include?("jump")
88 % if properties.include?("float")
95 % if properties.include?("type_id")
103 % elsif properties.include?("string_id")
105 % elsif properties.include?("literalarray_id")
107 % elsif properties.include?("method_id")
109 % elsif properties.include?("field_id")
Disa.h.erb22 % pretty_format.gsub!('ID', 'TYPE') if insn.properties.include?('type_id')
32 % flags << "InstFlags::METHOD_ID" if insn.properties.include? 'method_id'
33 % flags << "InstFlags::FIELD_ID" if insn.properties.include? 'field_id'
34 % flags << "InstFlags::TYPE_ID" if insn.properties.include? 'type_id'
35 % flags << "InstFlags::STRING_ID" if insn.properties.include? 'string_id'
36 % flags << "InstFlags::LITERALARRAY_ID" if insn.properties.include? 'literalarray_id'
37 % flags << "InstFlags::CALL_RANGE" if (insn.properties.include?('call') || insn.stripped_mnemonic…
/arkcompiler/runtime_core/static_core/assembler/templates/
Doperand_types_print.h.erb25 % properties = insn.properties
31 % properties.include?('jump') ? 'label' : 'imm'
33 % if properties.include?('type_id')
35 % elsif properties.include?('string_id')
37 % elsif properties.include?('method_id')
Dopcode_parsing.h.erb32 % properties = insn.properties
35 % if insn.return? && !insn.properties.include?('dynamic')
86 % if properties.include?("jump")
89 % if properties.include?("float")
96 % if properties.include?("type_id")
106 % elsif properties.include?("string_id")
108 % elsif properties.include?("method_id")
114 % elsif properties.include?("literalarray_id") # NOTE:
116 % # properties.include?("method_id"), because we …
119 % elsif properties.include?("field_id")
Dins_emit.h.erb73 % if insn.properties.include?('method_id')
75 % elsif insn.properties.include?('field_id')
77 % elsif insn.properties.include?('type_id')
79 % elsif insn.properties.include?('string_id')
81 % elsif insn.properties.include?('literalarray_id')
91 % if insn.properties.include?('short_long_range')
97 % if insn.properties.include?('method_id')
101 % elsif insn.properties.include?('field_id')
105 % elsif insn.properties.include?('type_id')
109 % elsif insn.properties.include?('string_id')
[all …]
Disa.h.erb28 % pretty_format.gsub!('ID', 'TYPE') if insn.properties.include?('type_id')
38 % flags << "InstFlags::METHOD_ID" if insn.properties.include? 'method_id'
39 % flags << "InstFlags::FIELD_ID" if insn.properties.include? 'field_id'
40 % flags << "InstFlags::TYPE_ID" if insn.properties.include? 'type_id'
41 % flags << "InstFlags::STRING_ID" if insn.properties.include? 'string_id'
42 % flags << "InstFlags::LITERALARRAY_ID" if insn.properties.include? 'literalarray_id'
43 % flags << "InstFlags::CALL_RANGE" if (insn.properties.include?('call') || insn.stripped_mnemonic…
/arkcompiler/runtime_core/static_core/disassembler/templates/
Dinstructions_test_isa.cpp.erb30 % properties = insn.properties
37 % if properties.include?("jump")
40 % if properties.include?("float")
47 % if properties.include?("type_id")
53 % elsif properties.include?("string_id")
55 % elsif properties.include?("method_id")
57 % elsif properties.include?("literalarray_id")
59 % elsif properties.include?("field_id")
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.cpp72 …[this](TaskProperties properties, size_t count) { this->IncrementCounterOfAddedTasks(properties, c… in RegisterQueue() argument
207 size_t TaskScheduler::HelpWorkersWithTasks(TaskProperties properties) in HelpWorkersWithTasks() argument
214 auto *queue = GetQueue({properties.GetTaskType(), properties.GetVMType()}); in HelpWorkersWithTasks()
215 if (queue->HasTaskWithExecutionMode(properties.GetTaskExecutionMode())) { in HelpWorkersWithTasks()
216 executedTasksCount = GetAndExecuteSetOfTasksFromQueue(properties); in HelpWorkersWithTasks()
218 executedTasksCount = StealAndExecuteOneTaskFromWorkers(properties); in HelpWorkersWithTasks()
225 DecrementCountOfTasksInSystem(properties, executedTasksCount); in HelpWorkersWithTasks()
229 if (waitToFinish > 0 && GetCountOfTasksInSystemWithTaskProperties(properties) == 0) { in HelpWorkersWithTasks()
236 size_t TaskScheduler::GetAndExecuteSetOfTasksFromQueue(TaskProperties properties) in GetAndExecuteSetOfTasksFromQueue() argument
238 auto *queue = GetQueue({properties.GetTaskType(), properties.GetVMType()}); in GetAndExecuteSetOfTasksFromQueue()
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dtest-schema.json9 "properties": { object
26 "properties": { object
33 "properties": { object
60 "properties": { object
91 "properties": { object
95 "properties": { object
105 "properties": { object
133 "properties": { object
203 "properties": { object
239 "properties": { object
Dyaml-schema.json5 "properties": { object
13 "properties": { object
34 "properties": { object
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json9 "properties": { object
26 "properties": { object
33 "properties": { object
60 "properties": { object
91 "properties": { object
95 "properties": { object
105 "properties": { object
133 "properties": { object
203 "properties": { object
239 "properties": { object
/arkcompiler/ets_runtime/ecmascript/
Decma_isa.yaml25 properties:
105 properties: [return]
419 properties: [method_id]
424 properties: [method_id]
429 properties: [method_id]
434 properties: [method_id]
439 properties: [method_id]
492 properties: [method_id]
497 properties: [string_id]
502 properties: [string_id]
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
DREADME.md28 `/* @@@ <id> <test-type> <properties> */`
32 …- `<properties>` is a JSON containing keys and values to be checked in AST node for Node tests and…
43 `/* @@ <test-type> <properties> */`
46 - `<properties>` is a JSON containing keys and values to be checked in AST node for Node tests and …
54 `/* @@? <line>:<col> <test-type> <properties> */`
57 - `<properties>` is a JSON containing keys and values to be checked in AST node for Node tests and …
63 1. contains all (`key`: `value`) pairs, specified in a `<properties>` JSON (Note that such node may…

12345678910>>...31