Searched refs:HLoadKeyedGeneric (Results 1 – 6 of 6) sorted by relevance
1244 void HLoadKeyedGeneric::PrintDataTo(StringStream* stream) { in PrintDataTo()
3211 class HLoadKeyedGeneric: public HTemplateInstruction<3> {3213 HLoadKeyedGeneric(HContext* context, HValue* obj, HValue* key) { in HLoadKeyedGeneric() function
3627 return new(zone()) HLoadKeyedGeneric(context, object, key); in BuildLoadKeyedGeneric()
1850 LInstruction* LChunkBuilder::DoLoadKeyedGeneric(HLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
1893 LInstruction* LChunkBuilder::DoLoadKeyedGeneric(HLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
1860 LInstruction* LChunkBuilder::DoLoadKeyedGeneric(HLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()