Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-info.h71 Handle<AllocationSite> GetCallNewAllocationSite(FeedbackVectorSlot slot);
Dtype-info.cc186 Handle<AllocationSite> TypeFeedbackOracle::GetCallNewAllocationSite( in GetCallNewAllocationSite() function in v8::internal::TypeFeedbackOracle
/external/v8/src/crankshaft/
Dtyping.cc551 oracle()->GetCallNewAllocationSite(allocation_site_feedback_slot)); in VisitCallNew()