Home
last modified time | relevance | path

Searched refs:ArrayLiteral (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/ast/
Dast.cc554 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()
Dast.h72 V(ArrayLiteral)
1157 friend class ArrayLiteral; variable
1470 class ArrayLiteral final : public AggregateLiteral {
1508 ArrayLiteral(ZonePtrList<Expression>* values, int first_spread_index, int pos) in ArrayLiteral() function
3045 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()
Dprettyprinter.cc256 void CallPrinter::VisitArrayLiteral(ArrayLiteral* node) { in VisitArrayLiteral()
1168 void AstPrinter::VisitArrayLiteral(ArrayLiteral* node) { in VisitArrayLiteral()
Dast-traversal-visitor.h342 void AstTraversalVisitor<Subclass>::VisitArrayLiteral(ArrayLiteral* expr) { in VisitArrayLiteral()
/external/v8/src/parsing/
Dpattern-rewriter.cc84 void VisitArrayLiteral(ArrayLiteral* node, Variable** temp_var);
441 void PatternRewriter::VisitArrayLiteral(ArrayLiteral* node, in VisitArrayLiteral()
700 void PatternRewriter::VisitArrayLiteral(ArrayLiteral* node) { in VisitArrayLiteral()
Dparser.h512 ArrayLiteral* ArrayLiteralFromListWithSpread(ZonePtrList<Expression>* list);
525 Expression* RewriteSpreads(ArrayLiteral* lit);
Dpreparser.h154 static PreParserExpression ArrayLiteral( in ArrayLiteral() function
602 return PreParserExpression::ArrayLiteral(values.variables_); in NewArrayLiteral()
Dparser.cc3542 ArrayLiteral* Parser::ArrayLiteralFromListWithSpread( in ArrayLiteralFromListWithSpread()
/external/v8/src/interpreter/
Dbytecode-generator.h364 ZoneVector<std::pair<ArrayLiteral*, size_t>> array_literals_;
Dbytecode-generator.cc1002 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()
/external/v8/src/runtime/
Druntime-literals.cc532 static_cast<int>(ArrayLiteral::kDisableMementos)); in CreateLiteral()
/external/clang/lib/Sema/
DSemaChecking.cpp8036 ObjCArrayLiteral *ArrayLiteral);
8064 if (auto ArrayLiteral = dyn_cast<ObjCArrayLiteral>(Element)) in checkObjCCollectionLiteralElement() local
8065 checkObjCArrayLiteral(S, TargetElementType, ArrayLiteral); in checkObjCCollectionLiteralElement()
8073 ObjCArrayLiteral *ArrayLiteral) { in checkObjCArrayLiteral() argument
8091 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() local
8195 checkObjCArrayLiteral(S, QualType(Target, 0), ArrayLiteral); in CheckImplicitConversion()
DSemaExprObjC.cpp386 bool ArrayLiteral = false) { in CheckObjCCollectionLiteralElement() argument
470 if (ArrayLiteral) in CheckObjCCollectionLiteralElement()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1587 literal_flags |= ArrayLiteral::kDisableMementos; in VisitCreateArrayLiteral()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...