Home
last modified time | relevance | path

Searched refs:CreateEmptyArrayLiteral (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dconstructor.tq40 extern macro ConstructorBuiltinsAssembler::CreateEmptyArrayLiteral(
88 builtin CreateEmptyArrayLiteral(implicit context: Context)(
90 return CreateEmptyArrayLiteral(feedbackVector, slot, context);
Dbuiltins-constructor-gen.h33 TNode<JSArray> CreateEmptyArrayLiteral(TNode<FeedbackVector> feedback_vector,
Dbuiltins-constructor-gen.cc483 TNode<JSArray> ConstructorBuiltinsAssembler::CreateEmptyArrayLiteral( in CreateEmptyArrayLiteral() function in v8::internal::ConstructorBuiltinsAssembler
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.h270 BytecodeArrayBuilder& CreateEmptyArrayLiteral(int literal_index);
Dbytecodes.h307 V(CreateEmptyArrayLiteral, ImplicitRegisterUse::kWriteAccumulator, \
Dinterpreter-generator.cc2320 IGNITION_HANDLER(CreateEmptyArrayLiteral, InterpreterAssembler) { in IGNITION_HANDLER() argument
2330 result = constructor_assembler.CreateEmptyArrayLiteral( in IGNITION_HANDLER()
Dbytecode-array-builder.cc1019 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateEmptyArrayLiteral( in CreateEmptyArrayLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc3416 builder()->CreateEmptyArrayLiteral(literal_index); in BuildCreateArrayLiteral()
4261 builder()->CreateEmptyArrayLiteral( in BuildDestructuringArrayAssignment()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc720 MAGLEV_UNIMPLEMENTED_BYTECODE(CreateEmptyArrayLiteral) in MAGLEV_UNIMPLEMENTED_BYTECODE()