Home
last modified time | relevance | path

Searched refs:CreateArrayLiteral (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc343 Handle<JSObject> CreateArrayLiteral(
366 return CreateArrayLiteral(isolate, array_boilerplate_description, in Create()
415 value = CreateArrayLiteral(isolate, array_boilerplate, allocation); in CreateObjectLiteral()
452 Handle<JSObject> CreateArrayLiteral( in CreateArrayLiteral() function
495 CreateArrayLiteral(isolate, boilerplate, allocation); in CreateArrayLiteral()
Druntime.h271 F(CreateArrayLiteral, 4, 1) \
/third_party/node/deps/v8/src/builtins/
Dconstructor.tq8 extern runtime CreateArrayLiteral(
83 tail runtime::CreateArrayLiteral(
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.h268 BytecodeArrayBuilder& CreateArrayLiteral(size_t constant_elements_entry,
Dbytecodes.h304 V(CreateArrayLiteral, ImplicitRegisterUse::kWriteAccumulator, \
Dbytecode-array-builder.cc1025 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateArrayLiteral( in CreateArrayLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc2278 IGNITION_HANDLER(CreateArrayLiteral, InterpreterAssembler) { in IGNITION_HANDLER() argument
Dbytecode-generator.cc3422 builder()->CreateArrayLiteral(entry, literal_index, flags); in BuildCreateArrayLiteral()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc718 MAGLEV_UNIMPLEMENTED_BYTECODE(CreateArrayLiteral) in MAGLEV_UNIMPLEMENTED_BYTECODE()
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc341 V(CreateArrayLiteral) \ in IsSideEffectFreeIntrinsic()