Home
last modified time | relevance | path

Searched refs:kTheContext (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/deoptimizer/
Ddeoptimizer.cc2879 static constexpr int kTheContext = 1; in GetValueCount() local
2881 return height() + parameter_count + kTheContext + kTheFunction + in GetValueCount()
2892 static constexpr int kTheContext = 1; in GetValueCount() local
2893 return height() + kTheContext + kTheFunction; in GetValueCount()
4153 static constexpr int kTheContext = 1; in GetArgumentsInfoFromJSFrameIndex() local
4154 const int height = frames_[i].height() + kTheContext; in GetArgumentsInfoFromJSFrameIndex()