Home
last modified time | relevance | path

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

/external/v8/src/
Dunicode.cc59 static const int kEntryDist = 1; in LookupPredicate() local
65 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupPredicate()
70 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) { in LookupPredicate()
82 int32_t field = TableGet<kEntryDist>(table, low); in LookupPredicate()
114 static const int kEntryDist = 2; in LookupMapping() local
121 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupMapping()
126 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) { in LookupMapping()
138 int32_t field = TableGet<kEntryDist>(table, low); in LookupMapping()