Home | History | Annotate | Download | only in src

Lines Matching refs:string_map

2246       HConstant* string_map =
2247 Add<HConstant>(isolate()->factory()->string_map());
2272 Push(string_map);
2295 if_twobyte.If<HCompareObjectEqAndBranch>(map, string_map);