Searched refs:UpdateAllocationSite (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
H A D | scavenger-inl.h | 108 heap()->UpdateAllocationSite(map, source, &local_pretenuring_feedback_); in MigrateObject()
|
H A D | heap-inl.h | 399 void Heap::UpdateAllocationSite(Map map, HeapObject object, in UpdateAllocationSite() function in v8::internal::Heap
|
H A D | heap.h | 1497 inline void UpdateAllocationSite(
|
H A D | mark-compact.cc | 1760 heap_->UpdateAllocationSite(object.map(), object, 1778 heap_->UpdateAllocationSite(object.map(), object, 1875 heap_->UpdateAllocationSite(object.map(), object,
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.h | 586 static bool UpdateAllocationSite(Handle<JSObject> object,
|
H A D | js-objects.cc | 5214 bool JSObject::UpdateAllocationSite(Handle<JSObject> object, in UpdateAllocationSite() function in v8::internal::JSObject 5239 JSObject::UpdateAllocationSite<AllocationSiteUpdateMode::kCheckOnly>( 5242 template bool JSObject::UpdateAllocationSite<AllocationSiteUpdateMode::kUpdate>( 5261 UpdateAllocationSite(object, to_kind); in TransitionElementsKind()
|
H A D | elements.cc | 924 JSObject::UpdateAllocationSite(object, to_kind); 962 if (JSObject::UpdateAllocationSite<AllocationSiteUpdateMode::kCheckOnly>(
|
Completed in 36 milliseconds