Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dscavenger-inl.h31 object->GetHeap()->UpdateAllocationSite<Heap::kGlobal>( in ScavengeObject()
Dheap-inl.h632 void Heap::UpdateAllocationSite(HeapObject* object, in UpdateAllocationSite() function
Dheap.h1495 inline void UpdateAllocationSite(HeapObject* object,
Dmark-compact.cc1725 heap_->UpdateAllocationSite<Heap::kCached>(object, in Visit()
1876 heap_->UpdateAllocationSite<Heap::kCached>(object, in Visit()
/external/v8/src/
Delements.cc925 JSObject::UpdateAllocationSite(object, to_kind); in BasicGrowCapacityAndConvertImpl()
957 if (JSObject::UpdateAllocationSite<AllocationSiteUpdateMode::kCheckOnly>( in GrowCapacity()
Dobjects.cc15567 bool JSObject::UpdateAllocationSite(Handle<JSObject> object, in UpdateAllocationSite() function in v8::internal::JSObject
15590 JSObject::UpdateAllocationSite<AllocationSiteUpdateMode::kCheckOnly>(
15593 template bool JSObject::UpdateAllocationSite<AllocationSiteUpdateMode::kUpdate>(
15611 UpdateAllocationSite(object, to_kind); in TransitionElementsKind()
Dobjects.h2334 static bool UpdateAllocationSite(Handle<JSObject> object,