Lines Matching defs:container
96 TranslatedValue(TranslatedState* container, Kind kind)
97 : kind_(kind), container_(container) {}
105 static TranslatedValue NewDeferredObject(TranslatedState* container,
107 static TranslatedValue NewDuplicateObject(TranslatedState* container, int id);
108 static TranslatedValue NewFloat(TranslatedState* container, Float32 value);
109 static TranslatedValue NewDouble(TranslatedState* container, Float64 value);
110 static TranslatedValue NewInt32(TranslatedState* container, int32_t value);
111 static TranslatedValue NewInt64(TranslatedState* container, int64_t value);
112 static TranslatedValue NewInt64ToBigInt(TranslatedState* container,
114 static TranslatedValue NewUInt32(TranslatedState* container, uint32_t value);
115 static TranslatedValue NewBool(TranslatedState* container, uint32_t value);
116 static TranslatedValue NewTagged(TranslatedState* container, Object literal);
117 static TranslatedValue NewInvalid(TranslatedState* container);