Home
last modified time | relevance | path

Searched refs:GenerateMegamorphic (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/mips/
Dic-mips.cc75 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/
Dic.h248 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,
Dbuiltins.cc1327 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()
Dstub-cache.cc1564 CallIC::GenerateMegamorphic(masm(), argc); in CompileCallMegamorphic()
1566 KeyedCallIC::GenerateMegamorphic(masm(), argc); in CompileCallMegamorphic()
/external/v8/src/x64/
Dic-x64.cc1045 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/
Dic-ia32.cc1026 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/
Dic-arm.cc711 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