Home
last modified time | relevance | path

Searched defs:region2 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Drem_set_test.cpp102 auto region2 = ObjectToRegion(obj2); in TEST_F() local
136 auto region2 = ObjectToRegion(obj2); in TEST_F() local
171 auto region2 = ObjectToRegion(obj2); in TEST_F() local
Dg1gc_test.cpp664 Region *region2 = ObjectToRegion(bigObjectHolder->Get<ObjectHeader *>(2)); in TEST_F() local
993 Region *region2 = ObjectToRegion(secondHolder.GetPtr()); in TEST_F() local
Dregion_allocator_test.cpp357 auto *region2 = allocator.GetRegion(obj2); in TEST_F() local
/arkcompiler/runtime_core/libpandabase/tests/
Dbit_memory_region_test.cpp49 BitMemoryRegion region2(data.data(), data.size() * BITS_PER_BYTE); in TEST() local
75 BitMemoryRegion region2(data.data(), data.size() * BITS_PER_BYTE); in TEST() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbit_memory_region_test.cpp51 BitMemoryRegion region2(data.data(), data.size() * BITS_PER_BYTE); in TEST() local
77 BitMemoryRegion region2(data.data(), data.size() * BITS_PER_BYTE); in TEST() local
/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dregion_space_test.cpp304 RegionDesc* region2 = theAllocator.AllocateThreadLocalRegion<AllocBufferType::OLD>(false); in HWTEST_F_L0() local