Searched refs:NotifyObjectLayoutChange (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/objects/ |
D | shared-function-info-inl.h | 592 heap->NotifyObjectLayoutChange(data, UncompiledDataWithPreParsedScope::kSize, in ClearPreParsedScopeData()
|
/external/v8/src/runtime/ |
D | runtime-object.cc | 176 isolate->heap()->NotifyObjectLayoutChange(*receiver, map->instance_size(), in DeleteObjectPropertyFast()
|
/external/v8/src/heap/ |
D | heap.h | 1051 void NotifyObjectLayoutChange(HeapObject* object, int old_size,
|
D | heap.cc | 3336 void Heap::NotifyObjectLayoutChange(HeapObject* object, int size, in NotifyObjectLayoutChange() function in v8::internal::Heap
|
/external/v8/src/ |
D | deoptimizer.cc | 3714 isolate()->heap()->NotifyObjectLayoutChange( in InitializeJSObjectAt() 3774 isolate()->heap()->NotifyObjectLayoutChange( in InitializeObjectWithTaggedFieldsAt()
|
D | objects.cc | 2625 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()
|