Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-info.h64 Handle<AllocationSite> GetCallAllocationSite(int slot);
Dtype-info.cc152 Handle<AllocationSite> TypeFeedbackOracle::GetCallAllocationSite(int slot) { in GetCallAllocationSite() function in v8::internal::TypeFeedbackOracle
Dtyping.cc516 oracle()->GetCallAllocationSite(expr->CallFeedbackSlot()); in VisitCall()