/external/v8/test/cctest/interpreter/bytecode_expectations/ |
D | ArrayLiterals.golden | 19 /* 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),
|
D | ForIn.golden | 113 /* 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),
|
D | CallRuntime.golden | 81 B(CreateArrayLiteral), U8(0), U8(0), U8(3),
|
D | ForOf.golden | 24 /* 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),
|
D | CountOperators.golden | 270 /* 55 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(3),
|
D | Generators.golden | 342 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(0), U8(3),
|
D | ArrayLiteralsWide.golden | 788 /* 2601 S> */ B(Wide), B(CreateArrayLiteral), U16(256), U16(0), U8(3),
|
/external/v8/src/interpreter/ |
D | bytecode-array-builder.h | 140 BytecodeArrayBuilder& CreateArrayLiteral(Handle<FixedArray> constant_elements,
|
D | bytecodes.h | 208 V(CreateArrayLiteral, AccumulatorUse::kWrite, OperandType::kIdx, \
|
D | bytecode-array-builder.cc | 350 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateArrayLiteral( in CreateArrayLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | bytecode-generator.cc | 1731 builder()->CreateArrayLiteral(expr->constant_elements(), in VisitArrayLiteral()
|
/external/v8/test/unittests/interpreter/ |
D | bytecode-array-builder-unittest.cc | 107 .CreateArrayLiteral(factory->NewFixedArray(1), 0, 0) in TEST_F() 317 .CreateArrayLiteral(factory->NewFixedArray(2), 0, 0) in TEST_F()
|
/external/v8/src/runtime/ |
D | runtime.h | 335 F(CreateArrayLiteral, 4, 1) \
|