Home
last modified time | relevance | path

Searched refs:MapEvent (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dmap.cc581 LOG(isolate, MapEvent("Deprecate", handle(*this, isolate), Handle<Map>()));
1239 LOG(isolate, MapEvent("NormalizeCached", fast_map, new_map, reason)); in Normalize()
1249 LOG(isolate, MapEvent("Normalize", fast_map, new_map, reason)); in Normalize()
1427 LOG(isolate, MapEvent("Transition", parent, child, "prototype", name)); in ConnectTransition()
1432 LOG(isolate, MapEvent("Transition", parent, child, "", name)); in ConnectTransition()
1470 LOG(isolate, MapEvent("ReplaceDescriptors", map, result, reason, in CopyReplaceDescriptors()
H A Djs-function.cc720 LOG(isolate, MapEvent("InitialMap", Handle<Map>(), map, "", in SetInitialMap()
H A Djs-objects.cc3755 LOG(isolate, MapEvent("SlowToFast", old_map, new_map, reason)); in MigrateSlowToFast()
3866 LOG(isolate, MapEvent("SlowToFast", old_map, new_map, reason)); in MigrateSlowToFast()
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc650 MapEvent("InitialMap", empty_map, handle(constructor->map(), isolate), in DefineClass()
655 MapEvent("InitialMap", empty_map, handle(prototype->map(), isolate), in DefineClass()
/third_party/node/deps/v8/src/logging/
H A Dlog.h224 void MapEvent(const char* type, Handle<Map> from, Handle<Map> to,
H A Dlog.cc1776 void Logger::MapEvent(const char* type, Handle<Map> from, Handle<Map> to, in MapEvent() function in v8::internal::Logger

Completed in 23 milliseconds