Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.cc2007 bool oob_access = IsOutOfBoundsAccess(receiver, index); in GetStoreMode() local
2010 bool allow_growth = receiver->IsJSArray() && oob_access && in GetStoreMode()
2041 receiver->map()->has_fixed_typed_array_elements() && oob_access) { in GetStoreMode()