Home | History | Annotate | Download | only in src

Lines Matching full:translatedstate

18 class TranslatedState;
32 friend class TranslatedState;
52 TranslatedValue(TranslatedState* container, Kind kind)
58 static TranslatedValue NewArgumentsObject(TranslatedState* container,
60 static TranslatedValue NewDeferredObject(TranslatedState* container,
62 static TranslatedValue NewDuplicateObject(TranslatedState* container, int id);
63 static TranslatedValue NewDouble(TranslatedState* container, double value);
64 static TranslatedValue NewInt32(TranslatedState* container, int32_t value);
65 static TranslatedValue NewUInt32(TranslatedState* container, uint32_t value);
66 static TranslatedValue NewBool(TranslatedState* container, uint32_t value);
67 static TranslatedValue NewTagged(TranslatedState* container, Object* literal);
68 static TranslatedValue NewInvalid(TranslatedState* container);
74 TranslatedState* container_; // This is only needed for materialization of
171 friend class TranslatedState;
234 class TranslatedState {
236 TranslatedState();
237 explicit TranslatedState(JavaScriptFrame* frame);
682 TranslatedState translated_state_;