Searched refs:smi_target (Results 1 – 4 of 4) sorted by relevance
2839 Label* smi_target = IncludesNumberType(types) ? &number_case : &miss; in CompilePolymorphicIC() local2840 __ JumpIfSmi(receiver(), smi_target); in CompilePolymorphicIC()
2919 Label* smi_target = IncludesNumberType(types) ? &number_case : &miss; in CompilePolymorphicIC() local2920 __ JumpIfSmi(receiver(), smi_target); in CompilePolymorphicIC()
2788 Label* smi_target = IncludesNumberType(types) ? &number_case : &miss; in CompilePolymorphicIC() local2789 __ JumpIfSmi(receiver(), smi_target); in CompilePolymorphicIC()
2782 Label* smi_target = IncludesNumberType(types) ? &number_case : &miss; in CompilePolymorphicIC() local2783 __ JumpIfSmi(receiver(), smi_target, match); // Reg match is 0 if Smi. in CompilePolymorphicIC()