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.cc348 Label hole_check_passed(this); in StoreElementWithCapacity() local
352 GotoIf(IsNotTheHole(element), &hole_check_passed); in StoreElementWithCapacity()
355 &hole_check_passed); in StoreElementWithCapacity()
356 BIND(&hole_check_passed); in StoreElementWithCapacity()
449 Label hole_check_passed(this); in StoreElementWithCapacity() local
456 Goto(&hole_check_passed); in StoreElementWithCapacity()
460 &hole_check_passed); in StoreElementWithCapacity()
461 BIND(&hole_check_passed); in StoreElementWithCapacity()