Searched refs:CachedVector (Results 1 – 2 of 2) sorted by relevance
141 class CachedVector final : public ZoneVector<T> {143 explicit CachedVector(CachedVectors<T>& cache) in CachedVector() function147 ~CachedVector() { cache_->reuse(this); } in ~CachedVector()
746 CachedVector<AsmType*> params(cached_asm_type_p_vectors_); in ValidateFunction()754 CachedVector<ValueType> locals(cached_valuetype_vectors_); in ValidateFunction()825 CachedVector<AsmJsScanner::token_t> function_parameters( in ValidateFunctionParams()1302 CachedVector<int32_t> cases(cached_int_vectors_); in SwitchStatement()2137 CachedVector<AsmType*> param_types(cached_asm_type_p_vectors_); in ValidateCall()2138 CachedVector<AsmType*> param_specific_types(cached_asm_type_p_vectors_); in ValidateCall()