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