Lines Matching refs:not_int32
755 Label* not_int32) { in LoadNumberAsInt32Double() argument
776 __ JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_int32); in LoadNumberAsInt32Double()
793 __ b(ne, not_int32); in LoadNumberAsInt32Double()
812 DoubleIs32BitInteger(masm, dst1, dst2, scratch1, scratch2, not_int32); in LoadNumberAsInt32Double()
830 Label* not_int32) { in LoadNumberAsInt32() argument
846 __ JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_int32); in LoadNumberAsInt32()
865 __ b(ne, not_int32); in LoadNumberAsInt32()
880 DoubleIs32BitInteger(masm, scratch1, scratch2, dst, scratch3, not_int32); in LoadNumberAsInt32()
906 Label* not_int32) { in DoubleIs32BitInteger() argument
922 __ b(mi, not_int32); in DoubleIs32BitInteger()
931 __ b(gt, not_int32); in DoubleIs32BitInteger()
934 __ b(ne, not_int32); in DoubleIs32BitInteger()
957 __ b(ne, not_int32); in DoubleIs32BitInteger()