Home | History | Annotate | Download | only in src

Lines Matching refs:string_map

2167       HConstant* string_map =
2168 Add<HConstant>(isolate()->factory()->string_map());
2193 Push(string_map);
2216 if_twobyte.If<HCompareObjectEqAndBranch>(map, string_map);