Searched defs:redirection (Results 1 - 4 of 4) sorted by path

/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc832 Redirection* redirection = FromSwiInstruction( local
834 return redirection->external_function();
847 Redirection* redirection = Redirection::Get(external_function, type); local
848 return redirection->address_of_swi_instruction();
1698 Redirection* redirection = Redirection::FromSwiInstruction(instr); local
1707 (redirection->type() == ExternalReference::BUILTIN_FP_FP_CALL) ||
1708 (redirection->type() == ExternalReference::BUILTIN_COMPARE_CALL) ||
1709 (redirection->type() == ExternalReference::BUILTIN_FP_CALL) ||
1710 (redirection->type() == ExternalReference::BUILTIN_FP_INT_CALL);
1715 reinterpret_cast<intptr_t>(redirection
[all...]
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc497 Redirection* redirection = local
499 return redirection->external_function<void*>();
546 Redirection* redirection = Redirection::FromHltInstruction(instr); local
553 int64_t external = redirection->external_function<int64_t>();
556 redirection->external_function<void*>());
565 switch (redirection->type()) {
729 Redirection* redirection = Redirection::Get(external_function, type); local
730 return redirection->address_of_redirect_call();
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc1044 Redirection* redirection = FromSwiInstruction( local
1046 return redirection->external_function();
1059 Redirection* redirection = Redirection::Get(external_function, type); local
1060 return redirection->address_of_swi_instruction();
1533 Redirection* redirection = Redirection::FromSwiInstruction(instr); local
1545 (redirection->type() == ExternalReference::BUILTIN_FP_FP_CALL) ||
1546 (redirection->type() == ExternalReference::BUILTIN_COMPARE_CALL) ||
1547 (redirection->type() == ExternalReference::BUILTIN_FP_CALL) ||
1548 (redirection->type() == ExternalReference::BUILTIN_FP_INT_CALL);
1555 switch (redirection
[all...]
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc975 Redirection* redirection = FromSwiInstruction( local
977 return redirection->external_function();
990 Redirection* redirection = Redirection::Get(external_function, type); local
991 return redirection->address_of_swi_instruction();
1607 Redirection* redirection = Redirection::FromSwiInstruction(instr); local
1624 (redirection->type() == ExternalReference::BUILTIN_FP_FP_CALL) ||
1625 (redirection->type() == ExternalReference::BUILTIN_COMPARE_CALL) ||
1626 (redirection->type() == ExternalReference::BUILTIN_FP_CALL) ||
1627 (redirection->type() == ExternalReference::BUILTIN_FP_INT_CALL);
1634 switch (redirection
[all...]

Completed in 299 milliseconds