Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-collections-gen.cc240 Label exit(this), if_doubles(this), if_smiorobjects(this); in AddConstructorEntriesFromFastJSArray() local
242 Branch(IsFastSmiOrTaggedElementsKind(elements_kind), &if_smiorobjects, in AddConstructorEntriesFromFastJSArray()
244 BIND(&if_smiorobjects); in AddConstructorEntriesFromFastJSArray()
533 Label if_smiorobjects(this), if_doubles(this); in LoadKeyValue() local
534 Branch(IsFastSmiOrTaggedElementsKind(elements_kind), &if_smiorobjects, in LoadKeyValue()
536 BIND(&if_smiorobjects); in LoadKeyValue()
Dbuiltins-array-gen.cc3004 Label if_smiorobjects(this), if_packed_doubles(this), if_holey_doubles(this); in Generate() local
3013 &if_smiorobjects); in Generate()
3020 BIND(&if_smiorobjects); in Generate()