Home
last modified time | relevance | path

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

/external/v8/src/ic/x87/
Dic-x87.cc322 GenerateRuntimeGetProperty(masm, language_mode); in GenerateMegamorphic()
647 GenerateRuntimeGetProperty(masm, language_mode); in GenerateNormal()
679 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::LoadIC
708 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::KeyedLoadIC
/external/v8/src/ic/x64/
Dic-x64.cc323 KeyedLoadIC::GenerateRuntimeGetProperty(masm, language_mode); in GenerateMegamorphic()
645 LoadIC::GenerateRuntimeGetProperty(masm, language_mode); in GenerateNormal()
679 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::LoadIC
710 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::KeyedLoadIC
/external/v8/src/ic/ia32/
Dic-ia32.cc322 GenerateRuntimeGetProperty(masm, language_mode); in GenerateMegamorphic()
647 GenerateRuntimeGetProperty(masm, language_mode); in GenerateNormal()
679 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::LoadIC
708 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::KeyedLoadIC
/external/v8/src/ic/arm64/
Dic-arm64.cc278 GenerateRuntimeGetProperty(masm, language_mode); in GenerateNormal()
300 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::LoadIC
329 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::KeyedLoadIC
454 GenerateRuntimeGetProperty(masm, language_mode); in GenerateMegamorphic()
/external/v8/src/ic/arm/
Dic-arm.cc283 GenerateRuntimeGetProperty(masm, language_mode); in GenerateNormal()
316 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::LoadIC
344 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::KeyedLoadIC
405 GenerateRuntimeGetProperty(masm, language_mode); in GenerateMegamorphic()
/external/v8/src/ic/mips64/
Dic-mips64.cc287 GenerateRuntimeGetProperty(masm, language_mode); in GenerateNormal()
320 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::LoadIC
348 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::KeyedLoadIC
407 GenerateRuntimeGetProperty(masm, language_mode); in GenerateMegamorphic()
/external/v8/src/ic/ppc/
Dic-ppc.cc293 GenerateRuntimeGetProperty(masm, language_mode); in GenerateNormal()
326 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::LoadIC
354 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::KeyedLoadIC
414 GenerateRuntimeGetProperty(masm, language_mode); in GenerateMegamorphic()
/external/v8/src/ic/mips/
Dic-mips.cc290 GenerateRuntimeGetProperty(masm, language_mode); in GenerateNormal()
323 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::LoadIC
351 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty() function in v8::internal::KeyedLoadIC
410 GenerateRuntimeGetProperty(masm, language_mode); in GenerateMegamorphic()
/external/v8/src/ic/
Dic.h324 static void GenerateRuntimeGetProperty(MacroAssembler* masm,
402 static void GenerateRuntimeGetProperty(MacroAssembler* masm,
/external/v8/src/
Dbuiltins.cc3662 LoadIC::GenerateRuntimeGetProperty(masm, SLOPPY); in Generate_LoadIC_Slow()
3667 LoadIC::GenerateRuntimeGetProperty(masm, STRONG); in Generate_LoadIC_Slow_Strong()
3672 KeyedLoadIC::GenerateRuntimeGetProperty(masm, SLOPPY); in Generate_KeyedLoadIC_Slow()
3677 KeyedLoadIC::GenerateRuntimeGetProperty(masm, STRONG); in Generate_KeyedLoadIC_Slow_Strong()