• Home
  • Raw
  • Download

Lines Matching refs:JumpIfNotSmi

186   __ JumpIfNotSmi(rcx, &after_sentinel, Label::kNear);  in Generate()  local
426 __ JumpIfNotSmi(argument, &not_smi, Label::kNear); in Generate() local
738 __ JumpIfNotSmi(rax, non_smi, non_smi_near); in GenerateSmiCodeSub() local
749 __ JumpIfNotSmi(rax, non_smi, non_smi_near); in GenerateSmiCodeBitNot() local
1459 __ JumpIfNotSmi(rdx, &skip_allocation); in GenerateHeapResultAllocation() local
1474 __ JumpIfNotSmi(rax, &skip_allocation); in GenerateHeapResultAllocation() local
1520 __ JumpIfNotSmi(rax, &input_not_smi, Label::kNear); in Generate() local
1810 __ JumpIfNotSmi(rdx, &rdx_is_object); in LoadNumbersAsIntegers() local
1820 __ JumpIfNotSmi(rax, &rax_is_object); in LoadNumbersAsIntegers() local
1840 __ JumpIfNotSmi(rdx, &arg1_is_object); in LoadAsIntegers() local
1860 __ JumpIfNotSmi(rax, &arg2_is_object); in LoadAsIntegers() local
1903 __ JumpIfNotSmi(rax, &load_nonsmi_rax); in LoadSSE2NumberOperands() local
1934 __ JumpIfNotSmi(rax, &load_nonsmi_rax); in LoadSSE2UnknownOperands() local
2038 __ JumpIfNotSmi(exponent, &exponent_not_smi, Label::kNear); in Generate() local
2048 __ JumpIfNotSmi(exponent, &exponent_not_smi, Label::kNear); in Generate() local
2265 __ JumpIfNotSmi(rdx, &slow); in GenerateReadElement() local
2734 __ JumpIfNotSmi(rbx, &runtime); in Generate()
3097 __ JumpIfNotSmi(r8, &slowcase); in Generate() local
3312 __ JumpIfNotSmi(rdx, &ok); in Generate() local
3313 __ JumpIfNotSmi(rax, &ok); in Generate() local
4382 __ JumpIfNotSmi(index_, &index_not_smi_); in GenerateFast() local
4433 __ JumpIfNotSmi(index_, index_out_of_range_); in GenerateSlow() local
4461 __ JumpIfNotSmi(code_, &slow_case_); in GenerateFast() local