Lines Matching defs:container
269 TranslatedValue TranslatedValue::NewDeferredObject(TranslatedState* container,
272 TranslatedValue slot(container, kCapturedObject);
278 TranslatedValue TranslatedValue::NewDuplicateObject(TranslatedState* container,
280 TranslatedValue slot(container, kDuplicatedObject);
286 TranslatedValue TranslatedValue::NewFloat(TranslatedState* container,
288 TranslatedValue slot(container, kFloat);
294 TranslatedValue TranslatedValue::NewDouble(TranslatedState* container,
296 TranslatedValue slot(container, kDouble);
302 TranslatedValue TranslatedValue::NewInt32(TranslatedState* container,
304 TranslatedValue slot(container, kInt32);
310 TranslatedValue TranslatedValue::NewInt64(TranslatedState* container,
312 TranslatedValue slot(container, kInt64);
318 TranslatedValue TranslatedValue::NewInt64ToBigInt(TranslatedState* container,
320 TranslatedValue slot(container, kInt64ToBigInt);
326 TranslatedValue TranslatedValue::NewUInt32(TranslatedState* container,
328 TranslatedValue slot(container, kUInt32);
334 TranslatedValue TranslatedValue::NewBool(TranslatedState* container,
336 TranslatedValue slot(container, kBoolBit);
342 TranslatedValue TranslatedValue::NewTagged(TranslatedState* container,
344 TranslatedValue slot(container, kTagged);
350 TranslatedValue TranslatedValue::NewInvalid(TranslatedState* container) {
351 return TranslatedValue(container, kInvalid);