Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dmalloc_test.cpp843 std::vector<Type> type_vector(kMaxConsecutiveAllocs); in TestAllocateType() local
844 for (size_t i = 0; i < type_vector.size(); i++) { in TestAllocateType()
845 VerifyAlignment(&type_vector[i]); in TestAllocateType()
/aosp12/art/dexlayout/
H A Ddex_ir_builder.cc585 TypeIdVector* type_vector = new TypeIdVector(); in CreateTypeList() local
588 type_vector->push_back(header_->TypeIds()[ in CreateTypeList()
594 type_vector); in CreateTypeList()