Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-info.cc262 CollectReceiverTypes(id, name, flags, receiver_types); in PropertyReceiverTypes()
273 CollectReceiverTypes(id, receiver_types); in KeyedPropertyReceiverTypes()
282 CollectReceiverTypes(id, name, flags, receiver_types); in AssignmentReceiverTypes()
290 CollectReceiverTypes(id, receiver_types); in KeyedAssignmentReceiverTypes()
298 CollectReceiverTypes(id, receiver_types); in CountReceiverTypes()
302 void TypeFeedbackOracle::CollectReceiverTypes(TypeFeedbackId ast_id, in CollectReceiverTypes() function in v8::internal::TypeFeedbackOracle
318 CollectReceiverTypes(ast_id, types); in CollectReceiverTypes()
357 void TypeFeedbackOracle::CollectReceiverTypes(TypeFeedbackId ast_id, in CollectReceiverTypes() function in v8::internal::TypeFeedbackOracle
Dtype-info.h56 void CollectReceiverTypes(TypeFeedbackId id,
95 void CollectReceiverTypes(TypeFeedbackId id,
Dast.cc628 oracle->CollectReceiverTypes(id, &maps); in RecordTypeFeedback()