Searched refs:ArrayLiteral (Results 1 – 15 of 15) sorted by relevance
554 bool ArrayLiteral::is_empty() const { in is_empty()560 int ArrayLiteral::InitDepthAndFlags() { in InitDepthAndFlags()591 void ArrayLiteral::BuildBoilerplateDescription(Isolate* isolate) { in BuildBoilerplateDescription()651 bool ArrayLiteral::IsFastCloningSupported() const { in IsFastCloningSupported()676 ArrayLiteral* array_literal = expression->AsArrayLiteral(); in GetBoilerplateValue()
72 V(ArrayLiteral)1157 friend class ArrayLiteral; variable1470 class ArrayLiteral final : public AggregateLiteral {1508 ArrayLiteral(ZonePtrList<Expression>* values, int first_spread_index, int pos) in ArrayLiteral() function3045 ArrayLiteral* NewArrayLiteral(ZonePtrList<Expression>* values, int pos) { in NewArrayLiteral()3046 return new (zone_) ArrayLiteral(values, -1, pos); in NewArrayLiteral()3049 ArrayLiteral* NewArrayLiteral(ZonePtrList<Expression>* values, in NewArrayLiteral()3051 return new (zone_) ArrayLiteral(values, first_spread_index, pos); in NewArrayLiteral()
256 void CallPrinter::VisitArrayLiteral(ArrayLiteral* node) { in VisitArrayLiteral()1168 void AstPrinter::VisitArrayLiteral(ArrayLiteral* node) { in VisitArrayLiteral()
342 void AstTraversalVisitor<Subclass>::VisitArrayLiteral(ArrayLiteral* expr) { in VisitArrayLiteral()
84 void VisitArrayLiteral(ArrayLiteral* node, Variable** temp_var);441 void PatternRewriter::VisitArrayLiteral(ArrayLiteral* node, in VisitArrayLiteral()700 void PatternRewriter::VisitArrayLiteral(ArrayLiteral* node) { in VisitArrayLiteral()
512 ArrayLiteral* ArrayLiteralFromListWithSpread(ZonePtrList<Expression>* list);525 Expression* RewriteSpreads(ArrayLiteral* lit);
154 static PreParserExpression ArrayLiteral( in ArrayLiteral() function602 return PreParserExpression::ArrayLiteral(values.variables_); in NewArrayLiteral()
3542 ArrayLiteral* Parser::ArrayLiteralFromListWithSpread( in ArrayLiteralFromListWithSpread()
364 ZoneVector<std::pair<ArrayLiteral*, size_t>> array_literals_;
1002 for (std::pair<ArrayLiteral*, size_t> literal : array_literals_) { in AllocateDeferredConstants()1003 ArrayLiteral* array_literal = literal.first; in AllocateDeferredConstants()2433 void BytecodeGenerator::VisitArrayLiteral(ArrayLiteral* expr) { in VisitArrayLiteral()
532 static_cast<int>(ArrayLiteral::kDisableMementos)); in CreateLiteral()
8036 ObjCArrayLiteral *ArrayLiteral);8064 if (auto ArrayLiteral = dyn_cast<ObjCArrayLiteral>(Element)) in checkObjCCollectionLiteralElement() local8065 checkObjCArrayLiteral(S, TargetElementType, ArrayLiteral); in checkObjCCollectionLiteralElement()8073 ObjCArrayLiteral *ArrayLiteral) { in checkObjCArrayLiteral() argument8091 for (unsigned I = 0, N = ArrayLiteral->getNumElements(); I != N; ++I) { in checkObjCArrayLiteral()8093 ArrayLiteral->getElement(I), in checkObjCArrayLiteral()8194 if (auto *ArrayLiteral = dyn_cast<ObjCArrayLiteral>(E)) in CheckImplicitConversion() local8195 checkObjCArrayLiteral(S, QualType(Target, 0), ArrayLiteral); in CheckImplicitConversion()
386 bool ArrayLiteral = false) { in CheckObjCCollectionLiteralElement() argument470 if (ArrayLiteral) in CheckObjCCollectionLiteralElement()
1587 literal_flags |= ArrayLiteral::kDisableMementos; in VisitCreateArrayLiteral()
META-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...