Home | History | Annotate | Download | only in src

Lines Matching refs:TranslatedState

18 class TranslatedState;
33 friend class TranslatedState;
54 TranslatedValue(TranslatedState* container, Kind kind)
60 static TranslatedValue NewArgumentsObject(TranslatedState* container,
62 static TranslatedValue NewDeferredObject(TranslatedState* container,
64 static TranslatedValue NewDuplicateObject(TranslatedState* container, int id);
65 static TranslatedValue NewFloat(TranslatedState* container, float value);
66 static TranslatedValue NewDouble(TranslatedState* container, double value);
67 static TranslatedValue NewInt32(TranslatedState* container, int32_t value);
68 static TranslatedValue NewUInt32(TranslatedState* container, uint32_t value);
69 static TranslatedValue NewBool(TranslatedState* container, uint32_t value);
70 static TranslatedValue NewTagged(TranslatedState* container, Object* literal);
71 static TranslatedValue NewInvalid(TranslatedState* container);
77 TranslatedState* container_; // This is only needed for materialization of
183 friend class TranslatedState;
247 class TranslatedState {
249 TranslatedState();
250 explicit TranslatedState(JavaScriptFrame* frame);
711 TranslatedState translated_state_;
1100 DeoptimizedFrameInfo(TranslatedState* state,
1101 TranslatedState::iterator frame_it, Isolate* isolate);