Home
last modified time | relevance | path

Searched refs:megamorphic_stub (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/ic/
Dic.cc858 set_target(*megamorphic_stub()); in PatchCache()
963 Handle<Code> LoadIC::megamorphic_stub() { in megamorphic_stub() function in v8::internal::LoadIC
1340 return megamorphic_stub(); in LoadElementStub()
1347 return megamorphic_stub(); in LoadElementStub()
1371 Handle<Code> stub = megamorphic_stub(); in Load()
1390 Code* generic = *megamorphic_stub(); in Load()
1484 set_target(*megamorphic_stub()); in Store()
1619 Handle<Code> StoreIC::megamorphic_stub() { in megamorphic_stub() function in v8::internal::StoreIC
1841 return megamorphic_stub(); in StoreElementStub()
1915 return megamorphic_stub(); in StoreElementStub()
[all …]
Dic.h173 virtual Handle<Code> megamorphic_stub() { in megamorphic_stub() function
354 Handle<Code> megamorphic_stub() override;
481 Handle<Code> megamorphic_stub() override;
/external/v8/src/arm64/
Dcode-stubs-arm64.cc4422 Handle<Code> megamorphic_stub = in GenerateImpl() local
4424 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
4623 Handle<Code> megamorphic_stub = in GenerateImpl() local
4625 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
/external/v8/src/x64/
Dcode-stubs-x64.cc4250 Handle<Code> megamorphic_stub = in GenerateImpl() local
4252 __ jmp(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
4444 Handle<Code> megamorphic_stub = in GenerateImpl() local
4446 __ jmp(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
/external/v8/src/x87/
Dcode-stubs-x87.cc4029 Handle<Code> megamorphic_stub = in GenerateImpl() local
4031 __ jmp(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
4409 Handle<Code> megamorphic_stub = in GenerateImpl() local
4411 __ jmp(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
/external/v8/src/arm/
Dcode-stubs-arm.cc4292 Handle<Code> megamorphic_stub = in GenerateImpl() local
4294 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
4507 Handle<Code> megamorphic_stub = in GenerateImpl() local
4509 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc4349 Handle<Code> megamorphic_stub = in GenerateImpl() local
4351 __ jmp(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
4729 Handle<Code> megamorphic_stub = in GenerateImpl() local
4731 __ jmp(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
/external/v8/src/mips/
Dcode-stubs-mips.cc4524 Handle<Code> megamorphic_stub = in GenerateImpl() local
4526 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
4736 Handle<Code> megamorphic_stub = in GenerateImpl() local
4738 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc4501 Handle<Code> megamorphic_stub = in GenerateImpl() local
4503 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
4716 Handle<Code> megamorphic_stub = in GenerateImpl() local
4718 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc4555 Handle<Code> megamorphic_stub = in GenerateImpl() local
4557 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()
4762 Handle<Code> megamorphic_stub = in GenerateImpl() local
4764 __ Jump(megamorphic_stub, RelocInfo::CODE_TARGET); in GenerateImpl()