Home
last modified time | relevance | path

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

/external/v8/src/
Dreloc-info.h47 static const int kMaxCallSize = 6; variable
Dreloc-info.cc156 DCHECK_LE(begin_pos - pos_, RelocInfo::kMaxCallSize); in Write()