Searched refs:IsNameCompatibleWithPrototypeFailure (Results 1 – 2 of 2) sorted by relevance
38 bool IsNameCompatibleWithPrototypeFailure(Handle<Object> name);40 DCHECK(IsNameCompatibleWithPrototypeFailure(name)); in MarkPrototypeFailure()
259 if (!IsNameCompatibleWithPrototypeFailure(name)) return false; in TryRemoveInvalidPrototypeDependentStub()307 bool IC::IsNameCompatibleWithPrototypeFailure(Handle<Object> name) { in IsNameCompatibleWithPrototypeFailure() function in v8::internal::IC