Home
last modified time | relevance | path

Searched refs:BytecodeForCreateArguments (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.h257 static Bytecode BytecodeForCreateArguments(CreateArgumentsType type);
Dbytecode-array-builder.cc588 Bytecode bytecode = BytecodeForCreateArguments(type); in CreateArguments()
1535 Bytecode BytecodeArrayBuilder::BytecodeForCreateArguments( in BytecodeForCreateArguments() function in v8::internal::interpreter::BytecodeArrayBuilder