Lines Matching refs:AllocationSite
23 Handle<AllocationSite> top() { return top_; } in top()
24 Handle<AllocationSite> current() { return current_; } in current()
31 void update_current_site(AllocationSite* site) { in update_current_site()
35 void InitializeTraversal(Handle<AllocationSite> site) { in InitializeTraversal()
39 current_ = Handle<AllocationSite>::New(*top_, isolate()); in InitializeTraversal()
44 Handle<AllocationSite> top_;
45 Handle<AllocationSite> current_;
53 AllocationSiteUsageContext(Isolate* isolate, Handle<AllocationSite> site, in AllocationSiteUsageContext()
59 inline Handle<AllocationSite> EnterNewScope() { in EnterNewScope()
66 update_current_site(AllocationSite::cast(nested_site)); in EnterNewScope()
68 return Handle<AllocationSite>(*current(), isolate()); in EnterNewScope()
71 inline void ExitScope(Handle<AllocationSite> scope_site, in ExitScope()
80 AllocationSite::CanTrack(object->map()->instance_type())) { in ShouldCreateMemento()
82 AllocationSite::ShouldTrack(object->GetElementsKind())) { in ShouldCreateMemento()
97 Handle<AllocationSite> top_site_;