Searched refs:vectorLocation (Results 1 – 2 of 2) sorted by relevance
145 int vectorLocation = bb.array().length - vectorOffset; in lookupByKey() local146 int span = bb.getInt(vectorLocation); in lookupByKey()148 vectorLocation += 4; in lookupByKey()151 int tableOffset = __indirect(vectorLocation + 4 * (start + middle), bb); in lookupByKey()
138 int vectorLocation = bb.Length - vectorOffset.Value; in LookupByKey()139 int span = bb.GetInt(vectorLocation); in LookupByKey()141 vectorLocation += 4; in LookupByKey()144 int tableOffset = Table.__indirect(vectorLocation + 4 * (start + middle), bb); in LookupByKey()