Home | History | Annotate | Download | only in arm64

Lines Matching refs:ArrayLiteral

1779 void FullCodeGenerator::VisitArrayLiteral(ArrayLiteral* expr) {
1780 Comment cmnt(masm_, "[ ArrayLiteral");
1783 int flags = (expr->depth() == 1) ? ArrayLiteral::kShallowElements
1784 : ArrayLiteral::kNoFlags;