Home | History | Annotate | Download | only in src

Lines Matching refs:Function

749 ExternalReference::ExternalReference(const Runtime::Function* f,
1012 Address function;
1014 function = FUNCTION_ADDR(RegExpMacroAssemblerX64::CheckStackGuardState);
1016 function = FUNCTION_ADDR(RegExpMacroAssemblerIA32::CheckStackGuardState);
1018 function = FUNCTION_ADDR(RegExpMacroAssemblerARM::CheckStackGuardState);
1020 function = FUNCTION_ADDR(RegExpMacroAssemblerMIPS::CheckStackGuardState);
1024 return ExternalReference(Redirect(isolate, function));
1141 // Helper function to compute x^y, where y is known to be an
1210 BinaryFPOperation* function = NULL;
1213 function = &add_two_doubles;
1216 function = &sub_two_doubles;
1219 function = &mul_two_doubles;
1222 function = &div_two_doubles;
1225 function = &mod_two_doubles;
1231 FUNCTION_ADDR(function),