Searched defs:megamorphic_stub (Results 1 - 9 of 9) sorted by relevance
/external/v8/src/arm/ |
H A D | code-stubs-arm.cc | 3682 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 D | code-stubs-arm64.cc | 3650 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 D | code-stubs-ia32.cc | 3656 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 D | code-stubs-mips.cc | 3876 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 D | code-stubs-mips64.cc | 3888 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 D | code-stubs-ppc.cc | 3812 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 D | code-stubs-s390.cc | 3748 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 D | code-stubs-x64.cc | 3564 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 D | code-stubs-x87.cc | 3348 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