Lines Matching refs:TranslatedState
31 class TranslatedState; variable
49 friend class TranslatedState;
76 TranslatedValue(TranslatedState* container, Kind kind) in TranslatedValue()
85 static TranslatedValue NewDeferredObject(TranslatedState* container,
87 static TranslatedValue NewDuplicateObject(TranslatedState* container, int id);
88 static TranslatedValue NewFloat(TranslatedState* container, Float32 value);
89 static TranslatedValue NewDouble(TranslatedState* container, Float64 value);
90 static TranslatedValue NewInt32(TranslatedState* container, int32_t value);
91 static TranslatedValue NewUInt32(TranslatedState* container, uint32_t value);
92 static TranslatedValue NewBool(TranslatedState* container, uint32_t value);
93 static TranslatedValue NewTagged(TranslatedState* container, Object* literal);
94 static TranslatedValue NewInvalid(TranslatedState* container);
111 TranslatedState* container_; // This is only needed for materialization of
222 friend class TranslatedState;
285 class TranslatedState {
287 TranslatedState() {} in TranslatedState() function
288 explicit TranslatedState(const JavaScriptFrame* frame);
629 TranslatedState translated_state_;
1023 DeoptimizedFrameInfo(TranslatedState* state,
1024 TranslatedState::iterator frame_it, Isolate* isolate);