Searched refs:NotifyMapChange (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.h | 511 static void NotifyMapChange(Handle<Map> old_map, Handle<Map> new_map,
|
H A D | js-objects.cc | 2963 void JSObject::NotifyMapChange(Handle<Map> old_map, Handle<Map> new_map, in NotifyMapChange() function in v8::internal::JSObject 3316 NotifyMapChange(old_map, new_map, isolate); in MigrateToMap() 3743 NotifyMapChange(old_map, new_map, isolate); in MigrateSlowToFast()
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 3133 JSObject::NotifyMapChange(old_map, map, isolate()); in ReinitializeJSGlobalProxy()
|
Completed in 17 milliseconds