Home
last modified time | relevance | path

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

/external/v8/src/
Dsafepoint-table.h116 static const int kPcSize = kIntSize; variable
119 kPcSize + kDeoptimizationIndexSize;
127 return GetPcOffsetLocation(index) + kPcSize; in GetInfoLocation()