Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc1732 Label if_isfastmap(this), if_isslowmap(this); in TryLookupProperty() local
1733 Branch(Word32Equal(bit, Int32Constant(0)), &if_isfastmap, &if_isslowmap); in TryLookupProperty()
1734 Bind(&if_isfastmap); in TryLookupProperty()