Searched refs:GenerateMegamorphic (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-handler.cc | 37 KeyedStoreIC::GenerateMegamorphic(masm, SLOPPY); in Generate_KeyedStoreIC_Megamorphic() 41 KeyedStoreIC::GenerateMegamorphic(masm, STRICT); in Generate_KeyedStoreIC_Megamorphic_Strict()
|
/external/v8/src/ic/ |
D | ic.h | 451 static void GenerateMegamorphic(MacroAssembler* masm,
|
/external/v8/src/ic/ia32/ |
D | ic-ia32.cc | 261 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic() function in v8::internal::KeyedStoreIC
|
/external/v8/src/ic/x64/ |
D | ic-x64.cc | 261 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic() function in v8::internal::KeyedStoreIC
|
/external/v8/src/ic/x87/ |
D | ic-x87.cc | 261 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic() function in v8::internal::KeyedStoreIC
|
/external/v8/src/ic/arm64/ |
D | ic-arm64.cc | 332 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic() function in v8::internal::KeyedStoreIC
|
/external/v8/src/ic/mips64/ |
D | ic-mips64.cc | 353 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic() function in v8::internal::KeyedStoreIC
|
/external/v8/src/ic/s390/ |
D | ic-s390.cc | 363 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic() function in v8::internal::KeyedStoreIC
|
/external/v8/src/ic/mips/ |
D | ic-mips.cc | 348 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic() function in v8::internal::KeyedStoreIC
|
/external/v8/src/ic/arm/ |
D | ic-arm.cc | 361 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic() function in v8::internal::KeyedStoreIC
|
/external/v8/src/ic/ppc/ |
D | ic-ppc.cc | 368 void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic() function in v8::internal::KeyedStoreIC
|