Lines Matching refs:Function
590 ExternalReference::ExternalReference(const Runtime::Function* f,
806 Address function;
808 function = FUNCTION_ADDR(RegExpMacroAssemblerX64::CheckStackGuardState);
810 function = FUNCTION_ADDR(RegExpMacroAssemblerIA32::CheckStackGuardState);
812 function = FUNCTION_ADDR(RegExpMacroAssemblerARM::CheckStackGuardState);
814 function = FUNCTION_ADDR(RegExpMacroAssemblerMIPS::CheckStackGuardState);
818 return ExternalReference(Redirect(isolate, function));
922 // Helper function to compute x^y, where y is known to be an
982 BinaryFPOperation* function = NULL;
985 function = &add_two_doubles;
988 function = &sub_two_doubles;
991 function = &mul_two_doubles;
994 function = &div_two_doubles;
997 function = &mod_two_doubles;
1004 FUNCTION_ADDR(function),