Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.h242 BytecodeArrayBuilder& CreateClosure(size_t shared_function_info_entry,
Dbytecodes.h320 V(CreateClosure, ImplicitRegisterUse::kWriteAccumulator, OperandType::kIdx, \
Dbytecode-array-builder.cc953 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateClosure( in CreateClosure() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc2468 IGNITION_HANDLER(CreateClosure, InterpreterAssembler) { in IGNITION_HANDLER() argument
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/
Dmaglev-graph-builder.cc725 MAGLEV_UNIMPLEMENTED_BYTECODE(CreateClosure) in MAGLEV_UNIMPLEMENTED_BYTECODE()
/third_party/node/deps/v8/src/compiler/
Djs-operator.cc1311 const Operator* JSOperatorBuilder::CreateClosure( in CreateClosure() function in v8::internal::compiler::JSOperatorBuilder
Djs-operator.h951 const Operator* CreateClosure( in NON_EXPORTED_BASE()
Djs-call-reducer.cc865 javascript()->CreateClosure(shared, code), HeapConstant(feedback_cell), in CreateClosureFromBuiltinSharedFunctionInfo()
6949 return graph()->NewNode(javascript()->CreateClosure(shared, code), in CreateClosureFromBuiltinSharedFunctionInfo()
Dbytecode-graph-builder.cc2186 javascript()->CreateClosure(shared_info, compile_lazy, allocation); in VisitCreateClosure()