Searched refs:ICEnabled (Results 1 – 2 of 2) sorted by relevance
206 if (!GetThread()->GetEcmaVM()->ICEnabled()) { in LoadValueMiss()256 if (!GetThread()->GetEcmaVM()->ICEnabled()) { in LoadMiss()278 …ypedArray::IsValidIntegerIndex(receiver, numericIndex) || !GetThread()->GetEcmaVM()->ICEnabled()) { in LoadTypedArrayValueMiss()295 if (!GetThread()->GetEcmaVM()->ICEnabled()) { in LoadTypedArrayValueMiss()349 if (!GetThread()->GetEcmaVM()->ICEnabled()) { in StoreMiss()375 !GetThread()->GetEcmaVM()->ICEnabled()) { in StoreTypedArrayValueMiss()393 if (!GetThread()->GetEcmaVM()->ICEnabled()) { in StoreTypedArrayValueMiss()
204 bool ICEnabled() const in ICEnabled() function