Home
last modified time | relevance | path

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

/external/v8/src/builtins/x64/
Dbuiltins-x64.cc1595 Condition not_smi = NegateCondition(masm->CheckSmi(rbx)); in Generate_InternalArrayConstructor() local
1596 __ Check(not_smi, in Generate_InternalArrayConstructor()
2814 Condition not_smi = NegateCondition(masm->CheckSmi(rcx)); in Generate_InternalArrayConstructorImpl() local
2815 __ Check(not_smi, AbortReason::kUnexpectedInitialMapForArrayFunction); in Generate_InternalArrayConstructorImpl()
/external/v8/src/builtins/
Dbuiltins-array-gen.cc3088 undef_loop(this, &index_var), not_smi(this), not_heap_num(this), in GenerateSmiOrObject() local
3091 GotoIfNot(TaggedIsSmi(search_element), &not_smi); in GenerateSmiOrObject()
3095 BIND(&not_smi); in GenerateSmiOrObject()
3142 Label continue_loop(this), not_smi(this); in GenerateSmiOrObject() local
3147 GotoIfNot(TaggedIsSmi(element_k), &not_smi); in GenerateSmiOrObject()
3151 BIND(&not_smi); in GenerateSmiOrObject()
/external/v8/src/ic/
Daccessor-assembler.cc2984 Label constant(this), store(this), not_smi(this); in StoreGlobalIC_PropertyCellCase() local
3001 GotoIfNot(TaggedIsSmi(cell_contents), &not_smi); in StoreGlobalIC_PropertyCellCase()
3005 BIND(&not_smi); in StoreGlobalIC_PropertyCellCase()
/external/v8/src/
Dcode-stub-assembler.cc4772 Label not_smi(this), is_heap_number(this), is_oddball(this), in TaggedToWord32OrBigIntImpl() local
4774 GotoIf(TaggedIsNotSmi(value), &not_smi); in TaggedToWord32OrBigIntImpl()
4781 BIND(&not_smi); in TaggedToWord32OrBigIntImpl()
6904 Label end(this), not_smi(this, Label::kDeferred); in ToNumber_Inline() local
6906 GotoIfNot(TaggedIsSmi(input), &not_smi); in ToNumber_Inline()
6910 BIND(&not_smi); in ToNumber_Inline()
6931 Label not_smi(this, Label::kDeferred); in ToNumber() local
6932 GotoIfNot(TaggedIsSmi(input), &not_smi); in ToNumber()
6937 BIND(&not_smi); in ToNumber()