Home
last modified time | relevance | path

Searched refs:SharedFunctionInfoRef (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.h82 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 Dframe-states.h26 class SharedFunctionInfoRef;
189 JSGraph* graph, const SharedFunctionInfoRef& shared, Builtin name,
195 JSGraph* graph, const SharedFunctionInfoRef& shared, Node* target,
H A Djs-inlining.h65 base::Optional<SharedFunctionInfoRef> DetermineCallTarget(Node* node);
71 SharedFunctionInfoRef shared, Node* context = nullptr);
H A Dbytecode-graph-builder.h45 SharedFunctionInfoRef const& shared_info,
H A Djs-create-lowering.h94 const SharedFunctionInfoRef& shared,
98 const SharedFunctionInfoRef& shared,
H A Djs-inlining.cc253 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 Djs-call-reducer.cc697 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 Dframe-states.cc211 JSGraph* jsgraph, const SharedFunctionInfoRef& shared, Builtin name, in CreateJavaScriptBuiltinContinuationFrameState()
250 JSGraph* graph, const SharedFunctionInfoRef& shared, Node* target, in CreateGenericLazyDeoptContinuationFrameState()
H A Dheap-refs.cc604 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 Dheap-refs.h459 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 Djs-inlining-heuristic.h64 base::Optional<SharedFunctionInfoRef> shared_info;
H A Djs-inlining-heuristic.cc38 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 Djs-operator.h679 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 Djs-create-lowering.cc154 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 Dbytecode-graph-builder.cc41 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 Djs-operator.cc1312 const SharedFunctionInfoRef& shared_info, const CodeTRef& code, in CreateClosure()
1374 const SharedFunctionInfoRef& shared, FeedbackSource const& feedback) { in GetTemplateObject()
H A Djs-generic-lowering.cc660 SharedFunctionInfoRef shared_info = p.shared_info(broker()); in LowerJSCreateClosure()
740 SharedFunctionInfoRef shared = p.shared(broker()); in LowerJSGetTemplateObject()
H A Dtyper.cc1262 SharedFunctionInfoRef shared = in TypeJSCreateClosure()
2149 base::Optional<SharedFunctionInfoRef> shared = cell.shared_function_info(); in TypeCheckClosure()
H A Djs-typed-lowering.cc1701 base::Optional<SharedFunctionInfoRef> shared; in ReduceJSCall()
H A Djs-native-context-specialization.cc231 SharedFunctionInfoRef shared = MakeRef( in ReduceJSAsyncFunctionEnter()
H A Dpipeline.cc2672 SharedFunctionInfoRef shared_info = in CreateGraph()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compilation-unit.h41 const compiler::SharedFunctionInfoRef& shared_function_info() const { in shared_function_info()
62 const compiler::SharedFunctionInfoRef shared_function_info_;

Completed in 63 milliseconds