/third_party/node/deps/v8/src/compiler/ |
H A D | js-call-reducer.h | 82 const SharedFunctionInfoRef& shared); 84 const SharedFunctionInfoRef& shared); 104 Reduction ReduceArrayEvery(Node* node, const SharedFunctionInfoRef& shared); 105 Reduction ReduceArrayFilter(Node* node, const SharedFunctionInfoRef& shared); 107 const SharedFunctionInfoRef& shared); 108 Reduction ReduceArrayFind(Node* node, const SharedFunctionInfoRef& shared); 109 Reduction ReduceArrayForEach(Node* node, const SharedFunctionInfoRef& shared); 113 Reduction ReduceArrayMap(Node* node, const SharedFunctionInfoRef& shared); 118 Reduction ReduceArrayReduce(Node* node, const SharedFunctionInfoRef& shared); 120 const SharedFunctionInfoRef [all...] |
H A D | frame-states.h | 26 class SharedFunctionInfoRef; 189 JSGraph* graph, const SharedFunctionInfoRef& shared, Builtin name, 195 JSGraph* graph, const SharedFunctionInfoRef& shared, Node* target,
|
H A D | js-inlining.h | 65 base::Optional<SharedFunctionInfoRef> DetermineCallTarget(Node* node); 71 SharedFunctionInfoRef shared, Node* context = nullptr);
|
H A D | bytecode-graph-builder.h | 45 SharedFunctionInfoRef const& shared_info,
|
H A D | js-create-lowering.h | 94 const SharedFunctionInfoRef& shared, 98 const SharedFunctionInfoRef& shared,
|
H A D | js-inlining.cc | 253 SharedFunctionInfoRef shared, Node* context) { in CreateArtificialFrameState() 283 bool NeedsImplicitReceiver(SharedFunctionInfoRef shared_info) { in NeedsImplicitReceiver() 294 base::Optional<SharedFunctionInfoRef> JSInliner::DetermineCallTarget( in DetermineCallTarget() 473 base::Optional<SharedFunctionInfoRef> shared_info(DetermineCallTarget(node)); in ReduceJSCall() 476 SharedFunctionInfoRef outer_shared_info = in ReduceJSCall() 530 // based on SharedFunctionInfoRef::GetInlineability. For the inlineable ones in ReduceJSCall()
|
H A D | js-call-reducer.cc | 697 ElementsKind kind, const SharedFunctionInfoRef& shared); 702 const SharedFunctionInfoRef& shared); 705 ElementsKind kind, const SharedFunctionInfoRef& shared, 709 ElementsKind kind, const SharedFunctionInfoRef& shared, 714 const SharedFunctionInfoRef& shared, 719 ElementsKind kind, const SharedFunctionInfoRef& shared, 857 SharedFunctionInfoRef shared, TNode<Context> context) { in CreateClosureFromBuiltinSharedFunctionInfo() 910 Node* holder, const SharedFunctionInfoRef shared, Node* target, in FastApiCallReducerAssembler() 1021 const SharedFunctionInfoRef shared_; 1333 SharedFunctionInfoRef share [all...] |
H A D | frame-states.cc | 211 JSGraph* jsgraph, const SharedFunctionInfoRef& shared, Builtin name, in CreateJavaScriptBuiltinContinuationFrameState() 250 JSGraph* graph, const SharedFunctionInfoRef& shared, Node* target, in CreateGenericLazyDeoptContinuationFrameState()
|
H A D | heap-refs.cc | 604 SharedFunctionInfoRef shared = in Cache() 1558 BytecodeArrayRef SharedFunctionInfoRef::GetBytecodeArray() const { in GetBytecodeArray() 1574 SharedFunctionInfo::Inlineability SharedFunctionInfoRef::GetInlineability() in GetInlineability() 2038 base::Optional<SharedFunctionInfoRef> FeedbackCellRef::shared_function_info() in shared_function_info() 2045 SharedFunctionInfoRef FeedbackVectorRef::shared_function_info() const { in shared_function_info() 2182 SharedFunctionInfoRef::function_template_info() const { in function_template_info() 2188 int SharedFunctionInfoRef::context_header_size() const { in context_header_size() 2192 int SharedFunctionInfoRef::context_parameters_start() const { in context_parameters_start() 2196 ScopeInfoRef SharedFunctionInfoRef::scope_info() const { in scope_info()
|
H A D | heap-refs.h | 459 SharedFunctionInfoRef shared() const; 610 base::Optional<SharedFunctionInfoRef> shared_function_info() const; 619 SharedFunctionInfoRef shared_function_info() const; 887 class V8_EXPORT_PRIVATE SharedFunctionInfoRef : public HeapObjectRef { class in v8::internal::compiler::HeapObjectType
|
H A D | js-inlining-heuristic.h | 64 base::Optional<SharedFunctionInfoRef> shared_info;
|
H A D | js-inlining-heuristic.cc | 38 SharedFunctionInfoRef shared = feedback_vector->shared_function_info(); in CanConsiderForInlining() 196 SharedFunctionInfoRef shared = candidate.functions[i].has_value() in Reduce() 818 SharedFunctionInfoRef shared = candidate.functions[i].has_value() in PrintCandidates()
|
H A D | js-operator.h | 679 CreateClosureParameters(const SharedFunctionInfoRef& shared_info, in CreateClosureParameters() 683 SharedFunctionInfoRef shared_info(JSHeapBroker* broker) const { in shared_info() 710 const SharedFunctionInfoRef& shared, in GetTemplateObjectParameters() 717 SharedFunctionInfoRef shared(JSHeapBroker* broker) const { in shared() 952 const SharedFunctionInfoRef& shared_info, const CodeTRef& code, 979 const SharedFunctionInfoRef& shared, FeedbackSource const& feedback);
|
H A D | js-create-lowering.cc | 154 SharedFunctionInfoRef shared = in ReduceJSCreateArguments() 403 SharedFunctionInfoRef shared = js_function.shared(); in ReduceJSCreateGeneratorObject() 927 SharedFunctionInfoRef shared = p.shared_info(broker()); in ReduceJSCreateClosure() 1489 const SharedFunctionInfoRef& shared, bool* has_aliased_arguments) { in TryAllocateAliasedArguments() 1560 const SharedFunctionInfoRef& shared, bool* has_aliased_arguments) { in TryAllocateAliasedArguments()
|
H A D | bytecode-graph-builder.cc | 41 SharedFunctionInfoRef const& shared_info, 441 SharedFunctionInfoRef shared_info() const { return shared_info_; } in shared_info() 453 SharedFunctionInfoRef const shared_info_; 1023 SharedFunctionInfoRef const& shared_info, in BytecodeGraphBuilder() 2176 SharedFunctionInfoRef shared_info = in VisitCreateClosure() 4410 SharedFunctionInfoRef const& shared_info, in BuildGraphFromBytecode()
|
H A D | js-operator.cc | 1312 const SharedFunctionInfoRef& shared_info, const CodeTRef& code, in CreateClosure() 1374 const SharedFunctionInfoRef& shared, FeedbackSource const& feedback) { in GetTemplateObject()
|
H A D | js-generic-lowering.cc | 660 SharedFunctionInfoRef shared_info = p.shared_info(broker()); in LowerJSCreateClosure() 740 SharedFunctionInfoRef shared = p.shared(broker()); in LowerJSGetTemplateObject()
|
H A D | typer.cc | 1262 SharedFunctionInfoRef shared = in TypeJSCreateClosure() 2149 base::Optional<SharedFunctionInfoRef> shared = cell.shared_function_info(); in TypeCheckClosure()
|
H A D | js-typed-lowering.cc | 1701 base::Optional<SharedFunctionInfoRef> shared; in ReduceJSCall()
|
H A D | js-native-context-specialization.cc | 231 SharedFunctionInfoRef shared = MakeRef( in ReduceJSAsyncFunctionEnter()
|
H A D | pipeline.cc | 2672 SharedFunctionInfoRef shared_info = in CreateGraph()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-compilation-unit.h | 41 const compiler::SharedFunctionInfoRef& shared_function_info() const { in shared_function_info() 62 const compiler::SharedFunctionInfoRef shared_function_info_;
|