Home
last modified time | relevance | path

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

/external/v8/src/
Dunicode.cc30 static inline uchar TableGet(const int32_t* table, int index) { in TableGet() function
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()
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()