Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-parser.h141 class CachedVector final : public ZoneVector<T> {
143 explicit CachedVector(CachedVectors<T>& cache) in CachedVector() function
147 ~CachedVector() { cache_->reuse(this); } in ~CachedVector()
Dasm-parser.cc746 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()