Searched refs:GenerateMegamorphic (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/mips/ |
D | ic-mips.cc | 75 void CallIC::GenerateMegamorphic(MacroAssembler* masm, int argc) { in GenerateMegamorphic() function in v8::internal::CallIC 90 void KeyedCallIC::GenerateMegamorphic(MacroAssembler* masm, int argc) { in GenerateMegamorphic() function in v8::internal::KeyedCallIC 103 void LoadIC::GenerateMegamorphic(MacroAssembler* masm) { in GenerateMegamorphic() function in v8::internal::LoadIC 196 void StoreIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic() function in v8::internal::StoreIC
|
/external/v8/src/ |
D | ic.h | 248 static void GenerateMegamorphic(MacroAssembler* masm, int argc); 269 static void GenerateMegamorphic(MacroAssembler* masm, int argc); 290 static void GenerateMegamorphic(MacroAssembler* masm); 433 static void GenerateMegamorphic(MacroAssembler* masm,
|
D | builtins.cc | 1327 LoadIC::GenerateMegamorphic(masm); in Generate_LoadIC_Megamorphic() 1391 StoreIC::GenerateMegamorphic(masm, kNonStrictMode); in Generate_StoreIC_Megamorphic() 1396 StoreIC::GenerateMegamorphic(masm, kStrictMode); in Generate_StoreIC_Megamorphic_Strict()
|
D | stub-cache.cc | 1564 CallIC::GenerateMegamorphic(masm(), argc); in CompileCallMegamorphic() 1566 KeyedCallIC::GenerateMegamorphic(masm(), argc); in CompileCallMegamorphic()
|
/external/v8/src/x64/ |
D | ic-x64.cc | 1045 void CallIC::GenerateMegamorphic(MacroAssembler* masm, int argc) { in GenerateMegamorphic() function in v8::internal::CallIC 1094 void KeyedCallIC::GenerateMegamorphic(MacroAssembler* masm, int argc) { in GenerateMegamorphic() function in v8::internal::KeyedCallIC 1238 void LoadIC::GenerateMegamorphic(MacroAssembler* masm) { in GenerateMegamorphic() function in v8::internal::LoadIC 1463 void StoreIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic() function in v8::internal::StoreIC
|
/external/v8/src/ia32/ |
D | ic-ia32.cc | 1026 void CallIC::GenerateMegamorphic(MacroAssembler* masm, int argc) { in GenerateMegamorphic() function in v8::internal::CallIC 1069 void KeyedCallIC::GenerateMegamorphic(MacroAssembler* masm, int argc) { in GenerateMegamorphic() function in v8::internal::KeyedCallIC 1215 void LoadIC::GenerateMegamorphic(MacroAssembler* masm) { in GenerateMegamorphic() function in v8::internal::LoadIC 1480 void StoreIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic() function in v8::internal::StoreIC
|
/external/v8/src/arm/ |
D | ic-arm.cc | 711 void CallIC::GenerateMegamorphic(MacroAssembler* masm, int argc) { in GenerateMegamorphic() function in v8::internal::CallIC 745 void KeyedCallIC::GenerateMegamorphic(MacroAssembler* masm, int argc) { in GenerateMegamorphic() function in v8::internal::KeyedCallIC 868 void LoadIC::GenerateMegamorphic(MacroAssembler* masm) { in GenerateMegamorphic() function in v8::internal::LoadIC 1536 void StoreIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic() function in v8::internal::StoreIC
|