Lines Matching refs:TranslatedState
37 class TranslatedState; variable
63 friend class TranslatedState;
91 TranslatedValue(TranslatedState* container, Kind kind) in TranslatedValue()
100 static TranslatedValue NewDeferredObject(TranslatedState* container,
102 static TranslatedValue NewDuplicateObject(TranslatedState* container, int id);
103 static TranslatedValue NewFloat(TranslatedState* container, Float32 value);
104 static TranslatedValue NewDouble(TranslatedState* container, Float64 value);
105 static TranslatedValue NewInt32(TranslatedState* container, int32_t value);
106 static TranslatedValue NewInt64(TranslatedState* container, int64_t value);
107 static TranslatedValue NewUInt32(TranslatedState* container, uint32_t value);
108 static TranslatedValue NewBool(TranslatedState* container, uint32_t value);
109 static TranslatedValue NewTagged(TranslatedState* container, Object literal);
110 static TranslatedValue NewInvalid(TranslatedState* container);
126 TranslatedState* container_; // This is only needed for materialization of
249 friend class TranslatedState;
318 class TranslatedState {
320 TranslatedState() = default;
321 explicit TranslatedState(const JavaScriptFrame* frame);
638 TranslatedState translated_state_;
988 DeoptimizedFrameInfo(TranslatedState* state,
989 TranslatedState::iterator frame_it, Isolate* isolate);