Searched refs:CreateArrayFromIterable (Results 1 – 9 of 9) sorted by relevance
272 BytecodeArrayBuilder& CreateArrayFromIterable();
258 V(CreateArrayFromIterable, AccumulatorUse::kReadWrite) \
1036 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateArrayFromIterable() { in CreateArrayFromIterable() function in v8::internal::interpreter::BytecodeArrayBuilder
2332 IGNITION_HANDLER(CreateArrayFromIterable, InterpreterAssembler) { in IGNITION_HANDLER() argument
2937 builder()->CreateArrayFromIterable().StoreAccumulatorInRegister(array); in BuildCreateArrayLiteral()
1267 const Operator* JSOperatorBuilder::CreateArrayFromIterable() { in CreateArrayFromIterable() function in v8::internal::compiler::JSOperatorBuilder
890 const Operator* CreateArrayFromIterable(); in NON_EXPORTED_BASE()
39 V(CreateArrayFromIterable) \
2368 Node* iterable = NewNode(javascript()->CreateArrayFromIterable(), in VisitCreateArrayFromIterable()