Home
last modified time | relevance | path

Searched refs:not_smi (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array-gen.cc770 undef_loop(this, &index_var), not_smi(this), not_heap_num(this), in GenerateSmiOrObject()
773 GotoIfNot(TaggedIsSmi(search_element), &not_smi); in GenerateSmiOrObject() local
777 BIND(&not_smi); in GenerateSmiOrObject()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc5545 Label not_smi(this), is_heap_number(this), is_oddball(this),
5928 Label end(this), not_smi(this);
5930 GotoIfNot(TaggedIsSmi(input), &not_smi);
5934 BIND(&not_smi);
7573 Label end(this), not_smi(this, Label::kDeferred);
7575 GotoIfNot(TaggedIsSmi(input), &not_smi);
7579 BIND(&not_smi);
7600 Label not_smi(this, Label::kDeferred);
7601 GotoIfNot(TaggedIsSmi(input), &not_smi);
7609 BIND(&not_smi);
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc3848 Label constant(this), store(this), not_smi(this); in StoreGlobalIC_PropertyCellCase()
3864 GotoIfNot(TaggedIsSmi(cell_contents), &not_smi); in StoreGlobalIC_PropertyCellCase() local
3868 BIND(&not_smi); in StoreGlobalIC_PropertyCellCase()

Completed in 19 milliseconds