Home
last modified time | relevance | path

Searched refs:AggregateLiteral (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ast/
Dast.h1197 class AggregateLiteral : public MaterializedLiteral {
1238 AggregateLiteral(int pos, NodeType type) in AggregateLiteral() function
1320 class ObjectLiteral final : public AggregateLiteral {
1374 int flags = AggregateLiteral::ComputeFlags(disable_mementos);
1392 static_cast<int>(AggregateLiteral::kNeedsInitialAllocationSite) <
1407 : AggregateLiteral(pos, kObjectLiteral), in ObjectLiteral()
1433 : public BitField<bool, AggregateLiteral::kNextBitFieldIndex, 1> {};
1470 class ArrayLiteral final : public AggregateLiteral {
1502 return AggregateLiteral::ComputeFlags(disable_mementos);
1509 : AggregateLiteral(pos, kArrayLiteral), in ArrayLiteral()
/external/v8/src/runtime/
Druntime-literals.cc472 (flags & AggregateLiteral::kIsShallow) ? kObjectIsShallow : kNoHints; in DecodeCopyHints()
512 (flags & AggregateLiteral::kNeedsInitialAllocationSite) != 0; in CreateLiteral()
/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc376 AggregateLiteral::kDisableMementos | AggregateLiteral::kIsShallow; in TF_BUILTIN()
/external/clang/lib/CodeGen/
DCGCleanup.cpp69 return saved_type(V.getPointer(), AggregateLiteral, in save()
92 case AggregateLiteral: in restore()
DCodeGenFunction.h3481 enum Kind { ScalarLiteral, ScalarAddress, AggregateLiteral,
/external/v8/src/compiler/
Djs-generic-lowering.cc494 if ((p.flags() & AggregateLiteral::kIsShallow) != 0 && in LowerJSCreateLiteralArray()
526 if ((p.flags() & AggregateLiteral::kIsShallow) != 0 && in LowerJSCreateLiteralObject()