Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.h72 bool IsNameCompatibleWithPrototypeFailure(Handle<Object> name);
74 DCHECK(IsNameCompatibleWithPrototypeFailure(name)); in MarkPrototypeFailure()
Dic.cc253 if (!IsNameCompatibleWithPrototypeFailure(name)) return false; in TryRemoveInvalidPrototypeDependentStub()
303 bool IC::IsNameCompatibleWithPrototypeFailure(Handle<Object> name) { in IsNameCompatibleWithPrototypeFailure() function in v8::internal::IC