Searched refs:if_empty_elements (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-object-gen.cc | 468 Label if_empty(this, Label::kDeferred), if_empty_elements(this), in TF_BUILTIN() 485 GotoIf(IsEmptyFixedArray(object_elements), &if_empty_elements); in TF_BUILTIN() local 486 Branch(IsEmptySlowElementDictionary(object_elements), &if_empty_elements, in TF_BUILTIN() local 490 BIND(&if_empty_elements); in TF_BUILTIN() 588 Label if_empty(this, Label::kDeferred), if_empty_elements(this), in TF_BUILTIN() 600 GotoIf(IsEmptyFixedArray(object_elements), &if_empty_elements); in TF_BUILTIN() local 601 Branch(IsEmptySlowElementDictionary(object_elements), &if_empty_elements, in TF_BUILTIN() local 605 BIND(&if_empty_elements); in TF_BUILTIN()
|
Completed in 3 milliseconds