HomeSort by relevance Sort by last modified time
    Searched refs:entrypoint_ (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
code_generator_mips64.cc 556 : SlowPathCodeMIPS64(instruction), ref_(ref), entrypoint_(entrypoint) {
602 if (entrypoint_.IsValid()) {
604 DCHECK_EQ(entrypoint_.AsRegister<GpuRegister>(), T9);
605 __ Jalr(entrypoint_.AsRegister<GpuRegister>());
623 const Location entrypoint_; member in class:art::mips64::ReadBarrierMarkSlowPathMIPS64
    [all...]
nodes.h 3965 QuickEntrypointEnum entrypoint_; member in class:art::FINAL::FINAL::ComparisonBias::FINAL
    [all...]
code_generator_arm64.cc 681 : SlowPathCodeARM64(instruction), ref_(ref), entrypoint_(entrypoint) {
715 if (entrypoint_.IsValid()) {
717 __ Blr(XRegisterFrom(entrypoint_));
731 const Location entrypoint_; member in class:art::arm64::ReadBarrierMarkSlowPathBaseARM64
    [all...]
code_generator_mips.cc 606 : SlowPathCodeMIPS(instruction), ref_(ref), entrypoint_(entrypoint) {
652 if (entrypoint_.IsValid()) {
654 DCHECK_EQ(entrypoint_.AsRegister<Register>(), T9);
655 __ Jalr(entrypoint_.AsRegister<Register>());
674 const Location entrypoint_; member in class:art::mips::ReadBarrierMarkSlowPathMIPS
    [all...]
code_generator_arm_vixl.cc 749 : SlowPathCodeARMVIXL(instruction), ref_(ref), entrypoint_(entrypoint) {
785 if (entrypoint_.IsValid()) {
787 __ Blx(RegisterFrom(entrypoint_));
801 const Location entrypoint_; member in class:art::arm::ReadBarrierMarkSlowPathBaseARMVIXL
    [all...]

Completed in 580 milliseconds