Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-parser.h119 class CachedVectors {
121 explicit CachedVectors(Zone* zone) : reusable_vectors_(zone) {} in CachedVectors() function
143 explicit CachedVector(CachedVectors<T>& cache) in CachedVector()
150 CachedVectors<T>* cache_;
163 CachedVectors<ValueType> cached_valuetype_vectors_{zone_};
164 CachedVectors<AsmType*> cached_asm_type_p_vectors_{zone_};
165 CachedVectors<AsmJsScanner::token_t> cached_token_t_vectors_{zone_};
166 CachedVectors<int32_t> cached_int_vectors_{zone_};