Searched refs:CreateEmptyArrayLiteral (Results 1 – 9 of 9) sorted by relevance
40 extern macro ConstructorBuiltinsAssembler::CreateEmptyArrayLiteral(88 builtin CreateEmptyArrayLiteral(implicit context: Context)(90 return CreateEmptyArrayLiteral(feedbackVector, slot, context);
33 TNode<JSArray> CreateEmptyArrayLiteral(TNode<FeedbackVector> feedback_vector,
483 TNode<JSArray> ConstructorBuiltinsAssembler::CreateEmptyArrayLiteral( in CreateEmptyArrayLiteral() function in v8::internal::ConstructorBuiltinsAssembler
270 BytecodeArrayBuilder& CreateEmptyArrayLiteral(int literal_index);
307 V(CreateEmptyArrayLiteral, ImplicitRegisterUse::kWriteAccumulator, \
2320 IGNITION_HANDLER(CreateEmptyArrayLiteral, InterpreterAssembler) { in IGNITION_HANDLER() argument2330 result = constructor_assembler.CreateEmptyArrayLiteral( in IGNITION_HANDLER()
1019 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateEmptyArrayLiteral( in CreateEmptyArrayLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
3416 builder()->CreateEmptyArrayLiteral(literal_index); in BuildCreateArrayLiteral()4261 builder()->CreateEmptyArrayLiteral( in BuildDestructuringArrayAssignment()
720 MAGLEV_UNIMPLEMENTED_BYTECODE(CreateEmptyArrayLiteral) in MAGLEV_UNIMPLEMENTED_BYTECODE()