Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-feedback-vector.h656 class BinaryOpICNexus final : public FeedbackNexus {
658 BinaryOpICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in BinaryOpICNexus() function
663 BinaryOpICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in BinaryOpICNexus() function
Dtype-info.cc320 BinaryOpICNexus nexus(feedback_vector_, slot); in BinaryType()
376 BinaryOpICNexus nexus(feedback_vector_, slot); in CountType()
Dtype-feedback-vector.cc1047 InlineCacheState BinaryOpICNexus::StateFromFeedback() const { in StateFromFeedback()
1069 BinaryOperationHint BinaryOpICNexus::GetBinaryOperationFeedback() const { in GetBinaryOperationFeedback()
Dobjects-printer.cc791 BinaryOpICNexus nexus(this, slot); in TypeFeedbackVectorPrint()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1433 BinaryOpICNexus nexus(feedback_vector(), slot); in GetBinaryOperationHint()