Home | History | Annotate | Download | only in src

Lines Matching refs:if_int32

4846   Label if_int32(this), if_heap_number(this, Label::kDeferred);
4849 GotoIfNot(Word32Equal(value32, Int32Constant(0)), &if_int32);
4852 &if_heap_number, &if_int32);
4855 BIND(&if_int32);