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

  /external/v8/src/
deoptimizer.h 18 class TranslatedState;
32 friend class TranslatedState;
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)
    [all...]
deoptimizer.cc     [all...]
accessors.cc     [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 429 TranslatedState translated_values(frame);
    [all...]

Completed in 68 milliseconds