Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dscavenger-inl.h139 heap()->UpdateAllocationSite(map, source, &local_pretenuring_feedback_); in MigrateObject()
Dheap-inl.h541 void Heap::UpdateAllocationSite(Map map, HeapObject object, in UpdateAllocationSite() function
Dmark-compact.cc1413 heap_->UpdateAllocationSite(object.map(), object, in Visit()
1431 heap_->UpdateAllocationSite(object.map(), object, in Visit()
1527 heap_->UpdateAllocationSite(object.map(), object, in Visit()
Dheap.h1428 inline void UpdateAllocationSite(
/external/v8/src/objects/
Djs-objects.h549 static bool UpdateAllocationSite(Handle<JSObject> object,
Djs-objects.cc4858 bool JSObject::UpdateAllocationSite(Handle<JSObject> object, in UpdateAllocationSite() function in v8::internal::JSObject
4883 JSObject::UpdateAllocationSite<AllocationSiteUpdateMode::kCheckOnly>(
4886 template bool JSObject::UpdateAllocationSite<AllocationSiteUpdateMode::kUpdate>(
4905 UpdateAllocationSite(object, to_kind); in TransitionElementsKind()
Delements.cc869 JSObject::UpdateAllocationSite(object, to_kind); in BasicGrowCapacityAndConvertImpl()
902 if (JSObject::UpdateAllocationSite<AllocationSiteUpdateMode::kCheckOnly>( in GrowCapacity()