Home
last modified time | relevance | path

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

/external/v8/src/
Dunicode.cc56 static const int kEntryDist = 1; in LookupPredicate() local
62 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupPredicate()
67 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) { in LookupPredicate()
79 int32_t field = TableGet<kEntryDist>(table, low); in LookupPredicate()
111 static const int kEntryDist = 2; in LookupMapping() local
118 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupMapping()
123 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) { in LookupMapping()
135 int32_t field = TableGet<kEntryDist>(table, low); in LookupMapping()