HomeSort by relevance Sort by last modified time
    Searched refs:TranslatedValue (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
deoptimizer.cc     [all...]
deoptimizer.h 34 class TranslatedValue {
76 TranslatedValue(TranslatedState* container, Kind kind)
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)
    [all...]

Completed in 723 milliseconds