Home
last modified time | relevance | path

Searched defs:vec2 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbit_vector_test.cpp112 BitVector<ArenaAllocator> vec2(GetAllocator()); in TEST_F() local
227 BitVector<ArenaAllocator> vec2(GetAllocator()); in TEST_F() local
308 BitVector<ArenaAllocator> vec2(GetAllocator()); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dregion_allocator_test.cpp685 std::vector<void *> vec2; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h113 inline bool IsBBsetOverlap(const uint64 *vec1, const uint64 *vec2, uint32 bbBuckets) in IsBBsetOverlap()