Home
last modified time | relevance | path

Searched refs:CreateArrayLiteral (Results 1 – 13 of 13) sorted by relevance

/external/v8/test/cctest/interpreter/bytecode_expectations/
DArrayLiterals.golden19 /* 34 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(3),
39 /* 45 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(3),
68 /* 34 S> */ B(CreateArrayLiteral), U8(0), U8(2), U8(2),
88 /* 45 S> */ B(CreateArrayLiteral), U8(0), U8(2), U8(2),
92 B(CreateArrayLiteral), U8(1), U8(0), U8(3),
102 B(CreateArrayLiteral), U8(2), U8(1), U8(3),
DForIn.golden113 /* 59 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(3),
160 /* 77 S> */ B(CreateArrayLiteral), U8(1), U8(1), U8(3),
211 /* 42 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(3),
213 /* 72 S> */ B(CreateArrayLiteral), U8(1), U8(1), U8(3),
DCallRuntime.golden81 B(CreateArrayLiteral), U8(0), U8(0), U8(3),
DForOf.golden24 /* 48 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(3),
317 /* 48 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(3),
470 /* 77 S> */ B(CreateArrayLiteral), U8(1), U8(1), U8(3),
DCountOperators.golden270 /* 55 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(3),
DGenerators.golden342 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(0), U8(3),
DArrayLiteralsWide.golden788 /* 2601 S> */ B(Wide), B(CreateArrayLiteral), U16(256), U16(0), U8(3),
/external/v8/src/interpreter/
Dbytecode-array-builder.h140 BytecodeArrayBuilder& CreateArrayLiteral(Handle<FixedArray> constant_elements,
Dbytecodes.h208 V(CreateArrayLiteral, AccumulatorUse::kWrite, OperandType::kIdx, \
Dbytecode-array-builder.cc350 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateArrayLiteral( in CreateArrayLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc1731 builder()->CreateArrayLiteral(expr->constant_elements(), in VisitArrayLiteral()
/external/v8/test/unittests/interpreter/
Dbytecode-array-builder-unittest.cc107 .CreateArrayLiteral(factory->NewFixedArray(1), 0, 0) in TEST_F()
317 .CreateArrayLiteral(factory->NewFixedArray(2), 0, 0) in TEST_F()
/external/v8/src/runtime/
Druntime.h335 F(CreateArrayLiteral, 4, 1) \