Home
last modified time | relevance | path

Searched refs:NotifyObjectLayoutChange (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/objects/
Dshared-function-info-inl.h592 heap->NotifyObjectLayoutChange(data, UncompiledDataWithPreParsedScope::kSize, in ClearPreParsedScopeData()
/external/v8/src/runtime/
Druntime-object.cc176 isolate->heap()->NotifyObjectLayoutChange(*receiver, map->instance_size(), in DeleteObjectPropertyFast()
/external/v8/src/heap/
Dheap.h1051 void NotifyObjectLayoutChange(HeapObject* object, int old_size,
Dheap.cc3336 void Heap::NotifyObjectLayoutChange(HeapObject* object, int size, in NotifyObjectLayoutChange() function in v8::internal::Heap
/external/v8/src/
Ddeoptimizer.cc3714 isolate()->heap()->NotifyObjectLayoutChange( in InitializeJSObjectAt()
3774 isolate()->heap()->NotifyObjectLayoutChange( in InitializeObjectWithTaggedFieldsAt()
Dobjects.cc2625 heap->NotifyObjectLayoutChange(this, size, no_allocation); in MakeExternal()
2710 heap->NotifyObjectLayoutChange(this, size, no_allocation); in MakeExternal()
4308 heap->NotifyObjectLayoutChange(*object, old_instance_size, no_allocation); in MigrateFastToFast()
4422 heap->NotifyObjectLayoutChange(*object, old_instance_size, no_allocation); in MigrateFastToSlow()
17119 isolate->heap()->NotifyObjectLayoutChange(string, old_size, no_gc); in MakeStringThin()