Searched refs:CreateArrayFromIterable (Results 1 – 9 of 9) sorted by relevance
271 BytecodeArrayBuilder& CreateArrayFromIterable();
306 V(CreateArrayFromIterable, ImplicitRegisterUse::kReadWriteAccumulator) \
1031 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateArrayFromIterable() { in CreateArrayFromIterable() function in v8::internal::interpreter::BytecodeArrayBuilder
2354 IGNITION_HANDLER(CreateArrayFromIterable, InterpreterAssembler) { in IGNITION_HANDLER() argument
3367 builder()->CreateArrayFromIterable().StoreAccumulatorInRegister(array); in BuildCreateArrayLiteral()
719 MAGLEV_UNIMPLEMENTED_BYTECODE(CreateArrayFromIterable) in MAGLEV_UNIMPLEMENTED_BYTECODE()
1350 const Operator* JSOperatorBuilder::CreateArrayFromIterable() { in CreateArrayFromIterable() function in v8::internal::compiler::JSOperatorBuilder
965 const Operator* CreateArrayFromIterable(); in NON_EXPORTED_BASE()
2301 Node* iterable = NewNode(javascript()->CreateArrayFromIterable(), in VisitCreateArrayFromIterable()