Searched refs:math_exp_constants (Results 1 – 9 of 9) sorted by relevance
511 DCHECK(ExternalReference::math_exp_constants(0).address() != NULL); in EmitMathExp()516 __ Move(kScratchRegister, ExternalReference::math_exp_constants(0)); in EmitMathExp()538 __ Move(kScratchRegister, ExternalReference::math_exp_constants(0)); in EmitMathExp()
535 DCHECK(ExternalReference::math_exp_constants(0).address() != NULL); in EmitMathExp()546 __ Mov(constants, ExternalReference::math_exp_constants(0)); in EmitMathExp()
817 DCHECK(ExternalReference::math_exp_constants(0).address() != NULL); in EmitMathExp()822 __ mov(temp3, Operand(ExternalReference::math_exp_constants(0))); in EmitMathExp()850 (ExternalReference::math_exp_constants(8).address()) == 1); in EmitMathExp()
540 DCHECK(ExternalReference::math_exp_constants(0).address() != NULL); in EmitMathExp()545 __ mov(temp3, Operand(ExternalReference::math_exp_constants(0))); in EmitMathExp()
1119 DCHECK(ExternalReference::math_exp_constants(0).address() != NULL); in EmitMathExp()1124 __ li(temp3, Operand(ExternalReference::math_exp_constants(0))); in EmitMathExp()1150 (ExternalReference::math_exp_constants(8).address()) == 1); in EmitMathExp()
1115 DCHECK(ExternalReference::math_exp_constants(0).address() != NULL); in EmitMathExp()1119 __ li(temp3, Operand(ExternalReference::math_exp_constants(0))); in EmitMathExp()1145 (ExternalReference::math_exp_constants(8).address()) == 1); in EmitMathExp()
932 return Operand::StaticVariable(ExternalReference::math_exp_constants(index)); in ExpConstant()946 DCHECK(ExternalReference::math_exp_constants(0).address() != NULL); in EmitMathExp()
968 static ExternalReference math_exp_constants(int constant_index);
1378 ExternalReference ExternalReference::math_exp_constants(int constant_index) { in math_exp_constants() function in v8::internal::ExternalReference