Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.h272 BytecodeArrayBuilder& CreateArrayFromIterable();
Dbytecodes.h258 V(CreateArrayFromIterable, AccumulatorUse::kReadWrite) \
Dbytecode-array-builder.cc1036 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateArrayFromIterable() { in CreateArrayFromIterable() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc2332 IGNITION_HANDLER(CreateArrayFromIterable, InterpreterAssembler) { in IGNITION_HANDLER() argument
Dbytecode-generator.cc2937 builder()->CreateArrayFromIterable().StoreAccumulatorInRegister(array); in BuildCreateArrayLiteral()
/external/v8/src/compiler/
Djs-operator.cc1267 const Operator* JSOperatorBuilder::CreateArrayFromIterable() { in CreateArrayFromIterable() function in v8::internal::compiler::JSOperatorBuilder
Djs-operator.h890 const Operator* CreateArrayFromIterable(); in NON_EXPORTED_BASE()
Dserializer-for-background-compilation.cc39 V(CreateArrayFromIterable) \
Dbytecode-graph-builder.cc2368 Node* iterable = NewNode(javascript()->CreateArrayFromIterable(), in VisitCreateArrayFromIterable()