Home
last modified time | relevance | path

Searched refs:UpdateAllocationSite (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/heap/
Dscavenger-inl.h70 heap()->UpdateAllocationSite(map, source, &local_pretenuring_feedback_); in MigrateObject()
Dheap-inl.h496 void Heap::UpdateAllocationSite(Map* map, HeapObject* object, in UpdateAllocationSite() function
Dheap.h1381 inline void UpdateAllocationSite(
Dmark-compact.cc1295 heap_->UpdateAllocationSite(object->map(), object, in Visit()
1392 heap_->UpdateAllocationSite(object->map(), object, in Visit()
/external/v8/src/
Delements.cc948 JSObject::UpdateAllocationSite(object, to_kind); in BasicGrowCapacityAndConvertImpl()
981 if (JSObject::UpdateAllocationSite<AllocationSiteUpdateMode::kCheckOnly>( in GrowCapacity()
Dobjects.h2491 static bool UpdateAllocationSite(Handle<JSObject> object,
Dobjects.cc15913 bool JSObject::UpdateAllocationSite(Handle<JSObject> object, in UpdateAllocationSite() function in v8::internal::JSObject
15936 JSObject::UpdateAllocationSite<AllocationSiteUpdateMode::kCheckOnly>(
15939 template bool JSObject::UpdateAllocationSite<AllocationSiteUpdateMode::kUpdate>(
15957 UpdateAllocationSite(object, to_kind); in TransitionElementsKind()