Searched refs:feedback_nexus_config (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | js-heap-broker.cc | 463 FeedbackNexus nexus(source.vector, source.slot, feedback_nexus_config()); in GetFeedbackSlotKind() 469 return FeedbackNexus(source.vector, source.slot, feedback_nexus_config()) in FeedbackIsInsufficient() 481 FeedbackNexus nexus(source.vector, source.slot, feedback_nexus_config()); in ReadFeedbackForPropertyAccess() 539 FeedbackNexus nexus(source.vector, source.slot, feedback_nexus_config()); in ReadFeedbackForGlobalAccess() 584 FeedbackNexus nexus(source.vector, source.slot, feedback_nexus_config()); in ReadFeedbackForBinaryOperation() 593 FeedbackNexus nexus(source.vector, source.slot, feedback_nexus_config()); in ReadFeedbackForCompareOperation() 602 FeedbackNexus nexus(source.vector, source.slot, feedback_nexus_config()); in ReadFeedbackForForIn() 611 FeedbackNexus nexus(source.vector, source.slot, feedback_nexus_config()); in ReadFeedbackForInstanceOf() 627 FeedbackNexus nexus(source.vector, source.slot, feedback_nexus_config()); in ReadFeedbackForArrayOrObjectLiteral() 642 FeedbackNexus nexus(source.vector, source.slot, feedback_nexus_config()); in ReadFeedbackForRegExpLiteral() [all...] |
H A D | js-heap-broker.h | 136 NexusConfig feedback_nexus_config() const { in feedback_nexus_config() function in v8::internal::compiler::JSHeapBroker
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-builder.h | 507 broker()->feedback_nexus_config()); in FeedbackNexusForOperand() 511 broker()->feedback_nexus_config()); in FeedbackNexusForSlot()
|
Completed in 8 milliseconds