Home
last modified time | relevance | path

Searched refs:GetBinaryOperationFeedback (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Djs-type-hint-lowering.cc64 return nexus.GetBinaryOperationFeedback(); in GetBinaryOperationHint()
394 nexus.GetBinaryOperationFeedback(), &hint)) { in ReduceToNumberOperation()
Dbytecode-graph-builder.cc2187 return nexus.GetBinaryOperationFeedback(); in GetBinaryOperationHint()
/external/v8/src/
Dfeedback-vector.h622 BinaryOperationHint GetBinaryOperationFeedback() const;
Dfeedback-vector.cc626 BinaryOperationHint hint = GetBinaryOperationFeedback(); in StateFromFeedback()
1123 BinaryOperationHint FeedbackNexus::GetBinaryOperationFeedback() const { in GetBinaryOperationFeedback() function in v8::internal::FeedbackNexus
Dobjects-printer.cc1121 os << "BinaryOp:" << GetBinaryOperationFeedback(); in Print()