Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup.cc500 JSObject::InvalidatePrototypeChains(holder->map()); in ReconfigureDataProperty()
613 JSObject::InvalidatePrototypeChains(receiver->map()); in ApplyTransitionToDataProperty()
643 JSObject::InvalidatePrototypeChains(receiver->map()); in ApplyTransitionToDataProperty()
791 JSObject::InvalidatePrototypeChains(receiver->map()); in TransitionToAccessorPair()
Dexternal-reference.cc861 Redirect(FUNCTION_ADDR(JSObject::InvalidatePrototypeChains))); in invalidate_prototype_chains_function()
Dobjects.h2405 static Map* InvalidatePrototypeChains(Map* map);
Dobjects.cc4473 InvalidatePrototypeChains(*old_map); in NotifyMapChange()
6619 InvalidatePrototypeChains(map()); in RequireSlowElements()
6859 JSObject::InvalidatePrototypeChains(object->map()); in DeleteNormalizedProperty()
12853 Map* JSObject::InvalidatePrototypeChains(Map* map) { in InvalidatePrototypeChains() function in v8::internal::JSObject