Searched refs:SetShouldBeFastPrototypeMap (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/objects/ |
D | map.h | 431 static void SetShouldBeFastPrototypeMap(Handle<Map> map, bool value,
|
/external/v8/src/ |
D | bootstrapper.cc | 2443 Map::SetShouldBeFastPrototypeMap(prototype_map, true, isolate_); in InitializeGlobal() 2556 Map::SetShouldBeFastPrototypeMap(prototype_map, true, isolate_); in InitializeGlobal() 4412 Map::SetShouldBeFastPrototypeMap(regexp_prototype_map, true, isolate()); in InitializeGlobal_harmony_string_matchall()
|
D | objects.cc | 12676 Map::SetShouldBeFastPrototypeMap(map, true, isolate); in MakePrototypesFast() 12898 void Map::SetShouldBeFastPrototypeMap(Handle<Map> map, bool value, in SetShouldBeFastPrototypeMap() function in v8::internal::Map
|