Searched refs:arrayElementType (Results 1 – 3 of 3) sorted by relevance
426 TypeMirror arrayElementType = MoreTypes.asArray(memberType).getComponentType(); in compatibleTypes() local428 arrayElementType.getKind().isPrimitive() in compatibleTypes()429 ? typeUtils.boxedClass((PrimitiveType) arrayElementType).asType() in compatibleTypes()430 : arrayElementType; in compatibleTypes()
1084 String arrayElementType = argSymbol.value; in execute() local1086 if (arrayElementType.charAt(0) == '[') { in execute()1087 push(symbolTable, '[' + arrayElementType); in execute()1089 push(ARRAY_OF | REFERENCE_KIND | symbolTable.addType(arrayElementType)); in execute()
2084 TType arrayElementType(type); in FoldIndexing() local2085 arrayElementType.toArrayElementType(); in FoldIndexing()2086 size_t arrayElementSize = arrayElementType.getObjectSize(); in FoldIndexing()