Home
last modified time | relevance | path

Searched full:acc_type (Results 1 – 25 of 139) sorted by relevance

123456

/arkcompiler/runtime_core/verification/
Dmessages.yaml69 args: field, field_type, acc_type, subtypes, field_subtypes
71 Field is '${field}'. Field type is '${field_type}'. Accumulator type is '${acc_type}'.
101 args: return_type, acc_type
103 Function return type: '${return_type}'. Value type in accumulator: '${acc_type}'.
108 args: return_type, acc_type, compatible_acc_types
110 Function return type: '${return_type}'. Value type in accumulator: '${acc_type}'.
238 args: acc_type, expected_types
240 … Wrong return value type (in accumulator): '${acc_type}'. Compatible types are: ${expected_types}.
244 args: acc_type, expected_type, expected_types
246 … Wrong return value type (in accumulator): '${acc_type}'. Expected a subtype of '${expected_type}'.
[all …]
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h2984 bool CheckReturn(Type ret_type, Type acc_type, Check check) in CheckReturn() argument
2997 … if (!CheckTypes(acc_type, {Types().PrimitiveType()}) || acc_type == Types().PrimitiveType()) { in CheckReturn()
2998 … LOG_VERIFIER_BAD_ACCUMULATOR_RETURN_VALUE_TYPE(ImageOf(acc_type), ImagesOf(compatible_acc_types)); in CheckReturn()
3003 TypeId acc_type_id = Types().TypeIdOf(acc_type); in CheckReturn()
3011 ImageOf(ReturnType()), ImageOf(acc_type), ImagesOf(compatible_acc_types)); in CheckReturn()
3013 …LOG_VERIFIER_DEBUG_FUNCTION_RETURN_AND_ACCUMULATOR_TYPES(ImageOf(ReturnType()), ImageOf(acc_type)); in CheckReturn()
3107 auto &&acc_type = GetAccType(); in HandleReturnObj()
3109 if (!CheckTypes(acc_type, {ReturnType()})) { in HandleReturnObj()
3110 …LOG_VERIFIER_BAD_ACCUMULATOR_RETURN_VALUE_TYPE_WITH_SUBTYPE(ImageOf(acc_type), ImageOf(ReturnType(… in HandleReturnObj()
3160 auto acc_type = GetAccType(); in HandleCheckcast() local
[all …]
/arkcompiler/runtime_core/libpandafile/
Dmodifiers.h47 static constexpr uint32_t ACC_TYPE = 0x00FF0000; // field variable
48 static constexpr uint32_t ACC_TYPE_SHIFT = Ctz(ACC_TYPE);
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfneg.64.yaml140 - file-name: 'acc_type'
143 - acc_type
Dfneg.yaml143 - file-name: 'acc_type'
146 - acc_type
Dsta.obj.yaml226 - acc_type
292 - acc_type
Dstarr.yaml356 - acc_type
833 - acc_type
910 - acc_type
989 - acc_type
1043 - acc_type
Du32tou1.yaml62 - acc_type
Di64toi32.yaml69 - acc_type
Du32tou16.yaml61 - acc_type
Du32toi8.yaml66 - acc_type
Du32tof32.yaml79 - acc_type
Di64tou1.yaml70 - acc_type
Du64toi32.yaml66 - acc_type
Du32toi16.yaml66 - acc_type
Du64tou32.yaml61 - acc_type
Du32tof64.yaml79 - acc_type
Du32toi64.yaml61 - acc_type
Du32tou8.yaml61 - acc_type
Du64tou1.yaml62 - acc_type
Di32tof32.yaml79 - acc_type
Di32tou1.yaml62 - acc_type
Di64tof64.yaml94 - acc_type
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_2107_1.pa29 # - acc_type
Dbug_2107_2.pa31 # - acc_type

123456