Home | History | Annotate | Download | only in src

Lines Matching refs:HMaterializedLiteral

6457 class HMaterializedLiteral: public HTemplateInstruction<V> {
6459 HMaterializedLiteral<V>(int index, int depth, AllocationSiteMode mode)
6464 HMaterializedLiteral<V>(int index, int depth)
6485 class HRegExpLiteral: public HMaterializedLiteral<1> {
6492 : HMaterializedLiteral<1>(literal_index, 0),