Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc468 Label if_empty(this, Label::kDeferred), if_empty_elements(this), in TF_BUILTIN() local
485 GotoIf(IsEmptyFixedArray(object_elements), &if_empty_elements); in TF_BUILTIN()
486 Branch(IsEmptySlowElementDictionary(object_elements), &if_empty_elements, in TF_BUILTIN()
490 BIND(&if_empty_elements); in TF_BUILTIN()
588 Label if_empty(this, Label::kDeferred), if_empty_elements(this), in TF_BUILTIN() local
600 GotoIf(IsEmptyFixedArray(object_elements), &if_empty_elements); in TF_BUILTIN()
601 Branch(IsEmptySlowElementDictionary(object_elements), &if_empty_elements, in TF_BUILTIN()
605 BIND(&if_empty_elements); in TF_BUILTIN()