Searched refs:sequential_entries (Results 1 – 1 of 1) sorted by relevance
1231 const MapEntry** sequential_entries = reinterpret_cast<const MapEntry**>( in DoCacheMethodLoweringInfo() local1232 allocator.Alloc(max_refs * sizeof(sequential_entries[0]), kArenaAllocMisc)); in DoCacheMethodLoweringInfo()1273 sequential_entries[it->lowering_info_index] = &*it; in DoCacheMethodLoweringInfo()1287 const MapEntry* entry = sequential_entries[pos]; in DoCacheMethodLoweringInfo()