Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.h236 BytecodeArrayBuilder& CreateEmptyArrayLiteral(int literal_index);
Dbytecodes.h250 V(CreateEmptyArrayLiteral, AccumulatorUse::kWrite, OperandType::kIdx) \
Dbytecode-array-builder.cc964 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateEmptyArrayLiteral( in CreateEmptyArrayLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc2462 builder()->CreateEmptyArrayLiteral(literal_index); in VisitArrayLiteral()
3728 ->CreateEmptyArrayLiteral(literal_index) in VisitCallSuper()
Dinterpreter-generator.cc2373 IGNITION_HANDLER(CreateEmptyArrayLiteral, InterpreterAssembler) { in IGNITION_HANDLER() argument
/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc422 TF_BUILTIN(CreateEmptyArrayLiteral, ConstructorBuiltinsAssembler) { in TF_BUILTIN() argument
Dbuiltins-definitions.h82 TFS(CreateEmptyArrayLiteral, kFeedbackVector, kSlot) \