Home
last modified time | relevance | path

Searched refs:if_int32 (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Deffect-control-linearizer.cc1019 auto if_int32 = __ MakeLabel(); in LowerChangeFloat64ToTagged() local
1023 &if_int32); in LowerChangeFloat64ToTagged()
1026 __ Bind(&if_int32); in LowerChangeFloat64ToTagged()
/external/v8/src/
Dcode-stub-assembler.cc4846 Label if_int32(this), if_heap_number(this, Label::kDeferred); in TryFloat64ToSmi() local
4849 GotoIfNot(Word32Equal(value32, Int32Constant(0)), &if_int32); in TryFloat64ToSmi()
4852 &if_heap_number, &if_int32); in TryFloat64ToSmi()
4855 BIND(&if_int32); in TryFloat64ToSmi()