Lines Matching refs:AllocationSite
55 Handle<AllocationSite> current_site = site_context()->EnterNewScope(); in VisitElementOrProperty()
93 Handle<AllocationSite> site_to_pass; in StructureWalk()
228 inline void ExitScope(Handle<AllocationSite> scope_site, in ExitScope()
230 Handle<AllocationSite> EnterNewScope() { return Handle<AllocationSite>(); } in EnterNewScope()
231 Handle<AllocationSite> current() { in current()
233 return Handle<AllocationSite>(); in current()
249 Handle<AllocationSite> EnterNewScope() { in EnterNewScope()
250 Handle<AllocationSite> scope_site; in EnterNewScope()
255 scope_site = Handle<AllocationSite>(*top(), isolate()); in EnterNewScope()
278 void ExitScope(Handle<AllocationSite> scope_site, Handle<JSObject> object) { in ExitScope()
545 Handle<AllocationSite> site; in CreateLiteral()
549 site = Handle<AllocationSite>::cast(literal_site); in CreateLiteral()