Searched refs:CreateClosure (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-builder.h | 242 BytecodeArrayBuilder& CreateClosure(size_t shared_function_info_entry,
|
H A D | bytecodes.h | 320 V(CreateClosure, ImplicitRegisterUse::kWriteAccumulator, OperandType::kIdx, \
|
H A D | bytecode-array-builder.cc | 953 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateClosure( in CreateClosure() function in v8::internal::interpreter::BytecodeArrayBuilder
|
H A D | interpreter-generator.cc | 2464 // CreateClosure <index> <slot> <flags> 2468 IGNITION_HANDLER(CreateClosure, InterpreterAssembler) { in IGNITION_HANDLER()
|
H A D | bytecode-generator.cc | 2520 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 D | maglev-graph-builder.cc | 725 MAGLEV_UNIMPLEMENTED_BYTECODE(CreateClosure)
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.h | 951 const Operator* CreateClosure(
|
H A D | js-operator.cc | 1311 const Operator* JSOperatorBuilder::CreateClosure( in CreateClosure() function in v8::internal::compiler::JSOperatorBuilder
|
H A D | bytecode-graph-builder.cc | 2186 javascript()->CreateClosure(shared_info, compile_lazy, allocation); in VisitCreateClosure()
|
H A D | js-call-reducer.cc | 865 javascript()->CreateClosure(shared, code), HeapConstant(feedback_cell), in CreateClosureFromBuiltinSharedFunctionInfo() 6949 return graph()->NewNode(javascript()->CreateClosure(shared, code),
|
Completed in 44 milliseconds