Home
last modified time | relevance | path

Searched refs:CountReceiverTypes (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dtype-info.h53 void CountReceiverTypes(TypeFeedbackId id,
Dtype-info.cc295 void TypeFeedbackOracle::CountReceiverTypes(TypeFeedbackId id, in CountReceiverTypes() function in v8::internal::TypeFeedbackOracle
Dtyping.cc591 oracle()->CountReceiverTypes(store_id, expr->GetReceiverTypes()); in VisitCountOperation()