Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.h119 typedef ChunkVector<Bound*> BoundStack; typedef
120 typedef ChunkVector<BoundStack*> BoundMap;
Darray_bounds_check_elimination.cpp458 bounds_[acc_.GetId(gate)] = new BoundStack(chunk_); in GetBound()