Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dconstructor.tq38 extern macro ConstructorBuiltinsAssembler::CreateEmptyArrayLiteral(
77 builtin CreateEmptyArrayLiteral(implicit context: Context)(
79 return CreateEmptyArrayLiteral(feedbackVector, slot, context);
H A Dbuiltins-constructor-gen.h33 TNode<JSArray> CreateEmptyArrayLiteral(TNode<FeedbackVector> feedback_vector,
H A Dbuiltins-constructor-gen.cc399 TNode<JSArray> ConstructorBuiltinsAssembler::CreateEmptyArrayLiteral( in CreateEmptyArrayLiteral() function in v8::internal::ConstructorBuiltinsAssembler
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dconstructor.tq40 extern macro ConstructorBuiltinsAssembler::CreateEmptyArrayLiteral(
88 builtin CreateEmptyArrayLiteral(implicit context: Context)(
90 return CreateEmptyArrayLiteral(feedbackVector, slot, context);
H A Dbuiltins-constructor-gen.h33 TNode<JSArray> CreateEmptyArrayLiteral(TNode<FeedbackVector> feedback_vector,
H A Dbuiltins-constructor-gen.cc485 TNode<JSArray> ConstructorBuiltinsAssembler::CreateEmptyArrayLiteral( in CreateEmptyArrayLiteral() function in v8::internal::ConstructorBuiltinsAssembler
/dports/lang/v8/v8-9.6.180.12/test/cctest/interpreter/bytecode_expectations/
H A DCallAndSpread.golden74 B(CreateEmptyArrayLiteral), U8(4),
H A DNewAndSpread.golden108 /* 89 S> */ B(CreateEmptyArrayLiteral), U8(0),
H A DSuperCallAndSpread.golden104 B(CreateEmptyArrayLiteral), U8(0),
H A DDestructuringAssignment.golden150 /* 63 S> */ B(CreateEmptyArrayLiteral), U8(15),
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-array-builder.h257 BytecodeArrayBuilder& CreateEmptyArrayLiteral(int literal_index);
H A Dbytecodes.h306 V(CreateEmptyArrayLiteral, ImplicitRegisterUse::kWriteAccumulator, \
H A Dinterpreter-generator.cc2285 IGNITION_HANDLER(CreateEmptyArrayLiteral, InterpreterAssembler) { in IGNITION_HANDLER() argument
2295 result = constructor_assembler.CreateEmptyArrayLiteral( in IGNITION_HANDLER()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-array-builder.h264 BytecodeArrayBuilder& CreateEmptyArrayLiteral(int literal_index);
H A Dbytecodes.h257 V(CreateEmptyArrayLiteral, AccumulatorUse::kWrite, OperandType::kIdx) \
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h236 BytecodeArrayBuilder& CreateEmptyArrayLiteral(int literal_index);
H A Dbytecodes.h250 V(CreateEmptyArrayLiteral, AccumulatorUse::kWrite, OperandType::kIdx) \
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-array-builder.h271 BytecodeArrayBuilder& CreateEmptyArrayLiteral(int literal_index);
H A Dbytecodes.h259 V(CreateEmptyArrayLiteral, AccumulatorUse::kWrite, OperandType::kIdx) \
H A Dinterpreter-generator.cc2298 IGNITION_HANDLER(CreateEmptyArrayLiteral, InterpreterAssembler) { in IGNITION_HANDLER() argument
2308 result = constructor_assembler.CreateEmptyArrayLiteral( in IGNITION_HANDLER()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc421 TF_BUILTIN(CreateEmptyArrayLiteral, ConstructorBuiltinsAssembler) { in TF_BUILTIN() argument
H A Dbuiltins-definitions.h89 TFS(CreateEmptyArrayLiteral, kFeedbackVector, kSlot) \
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc433 TF_BUILTIN(CreateEmptyArrayLiteral, ConstructorBuiltinsAssembler) { in TF_BUILTIN() argument
H A Dbuiltins-definitions.h78 TFS(CreateEmptyArrayLiteral, kFeedbackVector, kSlot) \
/dports/lang/v8/v8-9.6.180.12/test/unittests/interpreter/
H A Dbytecode-array-builder-unittest.cc393 .CreateEmptyArrayLiteral(0) in TEST_F()

12