Home
last modified time | relevance | path

Searched refs:GetStartAddr (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-allocator.cpp101 ASAN_UNPOISON_MEMORY_REGION(newTlab->GetStartAddr(), newTlab->GetSize()); in CreateNewTLAB()
102 MemoryInitialize(newTlab->GetStartAddr(), newTlab->GetSize()); in CreateNewTLAB()
103 ASAN_POISON_MEMORY_REGION(newTlab->GetStartAddr(), newTlab->GetSize()); in CreateNewTLAB()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dtlab.h211 void *GetStartAddr() const in GetStartAddr() function in ark::mem::TLAB
H A Dallocator.cpp608 ASAN_UNPOISON_MEMORY_REGION(newTlab->GetStartAddr(), newTlab->GetSize()); in CreateNewTLAB()
609 MemoryInitialize(newTlab->GetStartAddr(), newTlab->GetSize()); in CreateNewTLAB()
610 ASAN_POISON_MEMORY_REGION(newTlab->GetStartAddr(), newTlab->GetSize()); in CreateNewTLAB()
H A Dregion_allocator-inl.h348 << tlab->GetStartAddr() << " and with size " << tlab->GetSize(); in CreateTLABInRegion()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dregion_allocator_test.cpp314 auto oldStartPointer = tlab->GetStartAddr(); in TEST_F()
320 auto newStartPointer = newTlab->GetStartAddr(); in TEST_F()

Completed in 6 milliseconds