Lines Matching refs:heapParamIndices
171 std::vector<C2Param::Index> const& heapParamIndices, in query_sm() argument
173 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
315 const std::vector<C2Param::Index> &heapParamIndices,
351 const std::vector<C2Param::Index> &heapParamIndices, in query() argument
355 stackParams.size() + heapParamIndices.size()); in query()
365 for (const C2Param::Index& index : heapParamIndices) { in query()
584 const std::vector<C2Param::Index> &heapParamIndices,
617 const std::vector<C2Param::Index> &heapParamIndices, in query() argument
621 stackParams.size() + heapParamIndices.size()); in query()
631 for (const C2Param::Index& index : heapParamIndices) { in query()
817 const std::vector<C2Param::Index> &heapParamIndices, in query() argument
820 return mImpl->query(stackParams, heapParamIndices, mayBlock, heapParams); in query()