Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc12439 Label if_no_elements(this); in CheckPrototypeEnumCache() local
12448 GotoIf(IsEmptyFixedArray(object_elements), &if_no_elements); in CheckPrototypeEnumCache()
12449 GotoIf(IsEmptySlowElementDictionary(object_elements), &if_no_elements); in CheckPrototypeEnumCache()
12454 Branch(WordEqual(object_length, SmiConstant(0)), &if_no_elements, if_slow); in CheckPrototypeEnumCache()
12457 BIND(&if_no_elements); in CheckPrototypeEnumCache()