Searched refs:MapEvent (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | map.cc | 581 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 D | js-function.cc | 720 LOG(isolate, MapEvent("InitialMap", Handle<Map>(), map, "", in SetInitialMap()
|
H A D | js-objects.cc | 3755 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 D | runtime-classes.cc | 650 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 D | log.h | 224 void MapEvent(const char* type, Handle<Map> from, Handle<Map> to,
|
H A D | log.cc | 1776 void Logger::MapEvent(const char* type, Handle<Map> from, Handle<Map> to, in MapEvent() function in v8::internal::Logger
|
Completed in 23 milliseconds