Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dkeyed-store-generic.cc309 Label hole_check_passed(this); in StoreElementWithCapacity() local
312 GotoIf(WordNotEqual(element, TheHoleConstant()), &hole_check_passed); in StoreElementWithCapacity()
315 &hole_check_passed); in StoreElementWithCapacity()
316 BIND(&hole_check_passed); in StoreElementWithCapacity()
411 Label hole_check_passed(this); in StoreElementWithCapacity() local
418 Goto(&hole_check_passed); in StoreElementWithCapacity()
422 &hole_check_passed); in StoreElementWithCapacity()
423 BIND(&hole_check_passed); in StoreElementWithCapacity()