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

  /external/v8/src/
deoptimizer.h 21 class TranslatedValue {
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)
    [all...]
deoptimizer.cc     [all...]

Completed in 41 milliseconds