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