Searched refs:not_smi (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-array-gen.cc | 770 undef_loop(this, &index_var), not_smi(this), not_heap_num(this), in GenerateSmiOrObject() 773 GotoIfNot(TaggedIsSmi(search_element), ¬_smi); in GenerateSmiOrObject() local 777 BIND(¬_smi); in GenerateSmiOrObject()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 5545 Label not_smi(this), is_heap_number(this), is_oddball(this), 5928 Label end(this), not_smi(this); 5930 GotoIfNot(TaggedIsSmi(input), ¬_smi); 5934 BIND(¬_smi); 7573 Label end(this), not_smi(this, Label::kDeferred); 7575 GotoIfNot(TaggedIsSmi(input), ¬_smi); 7579 BIND(¬_smi); 7600 Label not_smi(this, Label::kDeferred); 7601 GotoIfNot(TaggedIsSmi(input), ¬_smi); 7609 BIND(¬_smi); [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 3848 Label constant(this), store(this), not_smi(this); in StoreGlobalIC_PropertyCellCase() 3864 GotoIfNot(TaggedIsSmi(cell_contents), ¬_smi); in StoreGlobalIC_PropertyCellCase() local 3868 BIND(¬_smi); in StoreGlobalIC_PropertyCellCase()
|
Completed in 19 milliseconds