Searched defs:megamorphic_stub (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/arm/
H A Dcode-stubs-arm.cc3682 Handle<Code> megamorphic_stub =
3684 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET);
3897 Handle<Code> megamorphic_stub = local
3899 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET);
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc3650 Handle<Code> megamorphic_stub = local
3652 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET);
3851 Handle<Code> megamorphic_stub = local
3853 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc3656 Handle<Code> megamorphic_stub = local
3658 __ jmp(megamorphic_stub, RelocInfo::CODE_TARGET);
4036 Handle<Code> megamorphic_stub = local
4038 __ jmp(megamorphic_stub, RelocInfo::CODE_TARGET);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc3876 Handle<Code> megamorphic_stub = local
3878 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET);
4084 Handle<Code> megamorphic_stub = local
4086 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET);
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc3888 Handle<Code> megamorphic_stub = local
3890 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET);
4095 Handle<Code> megamorphic_stub = local
4097 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET);
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc3812 Handle<Code> megamorphic_stub = local
3814 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET);
4027 Handle<Code> megamorphic_stub = local
4029 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET);
/external/v8/src/s390/
H A Dcode-stubs-s390.cc3748 Handle<Code> megamorphic_stub = local
3750 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET);
3953 Handle<Code> megamorphic_stub = local
3955 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc3564 Handle<Code> megamorphic_stub = local
3566 __ jmp(megamorphic_stub, RelocInfo::CODE_TARGET);
3758 Handle<Code> megamorphic_stub = local
3760 __ jmp(megamorphic_stub, RelocInfo::CODE_TARGET);
/external/v8/src/x87/
H A Dcode-stubs-x87.cc3348 Handle<Code> megamorphic_stub = local
3350 __ jmp(megamorphic_stub, RelocInfo::CODE_TARGET);
3727 Handle<Code> megamorphic_stub = local
3729 __ jmp(megamorphic_stub, RelocInfo::CODE_TARGET);

Completed in 132 milliseconds