Lines Matching full:is
9 # distributed under the License is distributed on an "AS IS" BASIS,
23 message: ( type is '${type}' )
29 message: ( constructor is '${constructor}' )
34 message: ( constructor is array constructor )
40 message: ( field is '${field}' )
46 message: Field is '${field}'.
52 message: ( method is '${method}' )
71 Field is '${field}'. Field type is '${field_type}'. Accumulator type is '${acc_type}'.
96 (try block scope is [${try_block_start}, ${try_block_end}]).${std::dec << std::setw(0)}
156 …${reg} is of wrong type: '${reg_type}'. Expected a subtype of one from ${target_types}. Compatible…
168 … null in register v${reg}. NPE exception will always be thrown here. Accumulator type is not known.
210 Cannot resolve field type. Field is '${field}'
222 Inconsistency between type in register and field class type. Field is '${field}'.
223 Type in register v${reg_idx} is '${obj_type}'.
224 But expected type is '${field_obj_type}'.
231 Field type is not expected one. Field is '${field}'.
232 Field type is '${field_type}'.
253 …Incorrect 'return${suffix}' instruction. The type of method return value '${return_type}' is not a…
260 …Incorrect 'return.void' instruction. The type of method return value '${return_type}' is not 'void…
266 …Wrong type for 'checkcast'. It is a non-object type '${type}'. Possible types are ${possible_types…
270 message: Accumulator is not a reference to an object.
282 …Accumulator type '${acc_type}' is always a subtype of '${type}'. Checkcast is redundant here. It m…
290 Accumulator is of incompatible type '${acc_type}'. Possible types are ${possible_types}.
298 … Element type in array in accumulator is of incompatible type '${acc_elt_type}'. Possible types are
314 …Wrong type for 'isinstance'. It is a non-object/non-array type '${type}'. Possible types are ${pos…
321 …Accumulator type '${acc_type}' is always a subtype of '${type}'. Result of 'isinstance' is always …
329 Accumulator is of incompatible type '${acc_type}'. Possible types are ${possible_types}.
330 Result of 'isinstance' is always zero. It may be a sign of possible error here.
337 … Element type in array in accumulator is of incompatible type '${acc_elt_type}'. Possible types are
350 Cannot make a call to '${name}'. ${register} is physically incompatible with formal parameter.
351 …${register} physical type is '${actual_type}'. But the expected physical type is '${expected_type}…
357 …Cannot make a call to '${name}'. Formal parameter is of type 'Bot', but actual parameter is of typ…
369 message: "Warning: formal parameter is of type 'Top'. Accepted any type of actual parameter."
376 …Warning: formal type is '${formal_type}' but actual is '${actual_type}'. Actual type is inexact on…
378 …register, like in one path type is u16, in another - i32. It is not an error, but there may be pot…
386 …is not compatible with formal lambda type '${formal_type}' (physical type '${physical_formal_type}…
452 message: Method '${name}' is not initializer or constructor.
462 message: ${register} is undefined.
485 message: Class is not found in cache for offset 0x${std::hex << offset}
496 message: Method is not found in cache for offset 0x${std::hex << offset}
507 message: Field is not found in cache for offset 0x${std::hex << offset}
527 message: Array component type is undefined
538 …message: Class ${klass} is already defined ${original_file}, the new definition ${new_file} will b…
543 message: Wrong call with accumulator instruction, the accumulator position is out of range
686 message: Option '${section}:${option}' is active.