Searched refs:CreateArrayLiteral (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-array-builder.h | 139 BytecodeArrayBuilder& CreateArrayLiteral(Handle<FixedArray> constant_elements,
|
D | bytecodes.h | 179 V(CreateArrayLiteral, OperandType::kIdx8, OperandType::kIdx8, \
|
D | bytecode-array-builder.cc | 613 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateArrayLiteral( in CreateArrayLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | bytecode-generator.cc | 1147 builder()->CreateArrayLiteral(expr->constant_elements(), in VisitArrayLiteral()
|
/external/v8/test/unittests/interpreter/ |
D | bytecode-array-builder-unittest.cc | 106 .CreateArrayLiteral(factory->NewFixedArray(1), 0, 0) in TEST_F() 264 .CreateArrayLiteral(factory->NewFixedArray(2), 0, 0) in TEST_F()
|
/external/v8/test/cctest/interpreter/ |
D | test-bytecode-generator.cc | 1812 B(CreateArrayLiteral), U8(0), U8(0), U8(3), // in TEST() 3547 B(CreateArrayLiteral), U8(0), U8(0), U8(simple_flags), // in TEST() 3559 B(CreateArrayLiteral), U8(0), U8(0), U8(3), // in TEST() 3582 B(CreateArrayLiteral), U8(0), U8(2), U8(deep_elements_flags), // in TEST() 3594 B(CreateArrayLiteral), U8(0), U8(2), U8(deep_elements_flags), // in TEST() 3598 B(CreateArrayLiteral), U8(1), U8(0), U8(simple_flags), // in TEST() 3608 B(CreateArrayLiteral), U8(2), U8(1), U8(simple_flags), // in TEST() 4807 B(CreateArrayLiteral), U8(0), U8(0), U8(array_literal_flags), // in TEST() 5287 B(CreateArrayLiteral), U8(0), U8(0), U8(3), // in TEST() 5326 B(CreateArrayLiteral), U8(1), U8(1), U8(simple_flags), // in TEST() [all …]
|
/external/v8/src/runtime/ |
D | runtime.h | 351 F(CreateArrayLiteral, 4, 1) \
|