Home
last modified time | relevance | path

Searched refs:CreateClosure (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h242 BytecodeArrayBuilder& CreateClosure(size_t shared_function_info_entry,
H A Dbytecodes.h320 V(CreateClosure, ImplicitRegisterUse::kWriteAccumulator, OperandType::kIdx, \
H A Dbytecode-array-builder.cc953 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateClosure( in CreateClosure() function in v8::internal::interpreter::BytecodeArrayBuilder
H A Dinterpreter-generator.cc2464 // CreateClosure <index> <slot> <flags>
2468 IGNITION_HANDLER(CreateClosure, InterpreterAssembler) { in IGNITION_HANDLER()
H A Dbytecode-generator.cc2520 builder()->CreateClosure(entry, GetCachedCreateClosureSlot(expr), flags); in VisitFunctionLiteral()
2957 builder()->CreateClosure(entry, index, flags); in VisitNativeFunctionLiteral()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc725 MAGLEV_UNIMPLEMENTED_BYTECODE(CreateClosure)
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h951 const Operator* CreateClosure(
H A Djs-operator.cc1311 const Operator* JSOperatorBuilder::CreateClosure( in CreateClosure() function in v8::internal::compiler::JSOperatorBuilder
H A Dbytecode-graph-builder.cc2186 javascript()->CreateClosure(shared_info, compile_lazy, allocation); in VisitCreateClosure()
H A Djs-call-reducer.cc865 javascript()->CreateClosure(shared, code), HeapConstant(feedback_cell), in CreateClosureFromBuiltinSharedFunctionInfo()
6949 return graph()->NewNode(javascript()->CreateClosure(shared, code),

Completed in 44 milliseconds