Home
last modified time | relevance | path

Searched refs:DictionaryElementsInPrototypeChainOnly (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ic/
Dic.cc2143 if (!old_receiver_map->DictionaryElementsInPrototypeChainOnly()) { in Store()
/external/v8/src/crankshaft/
Dhydrogen.cc7684 if (current_map->DictionaryElementsInPrototypeChainOnly()) { in HandleKeyedElementAccess()
8898 if (receiver_map->DictionaryElementsInPrototypeChainOnly()) return false; in TryInlineBuiltinMethodCall()
8952 if (receiver_map->DictionaryElementsInPrototypeChainOnly()) return false; in TryInlineBuiltinMethodCall()
9069 if (receiver_map->DictionaryElementsInPrototypeChainOnly()) return false; in TryInlineBuiltinMethodCall()
/external/v8/src/
Dobjects.cc8937 bool Map::DictionaryElementsInPrototypeChainOnly() { in DictionaryElementsInPrototypeChainOnly() function in v8::internal::Map
15629 object->map()->DictionaryElementsInPrototypeChainOnly(); in SetPrototypeUnobserved()
15687 new_map->DictionaryElementsInPrototypeChainOnly()) { in SetPrototypeUnobserved()
Dobjects.h5617 bool DictionaryElementsInPrototypeChainOnly();