Home
last modified time | relevance | path

Searched defs:topAddress (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap-inl.h554 auto topAddress = sNonMovableTlab_->GetTopAddress(); in AllocateSharedNonMovableSpaceFromTlab() local
581 auto topAddress = sOldTlab_->GetTopAddress(); in AllocateSharedOldSpaceFromTlab() local
608 auto topAddress = activeSemiSpace_->GetAllocationTopAddress(); in SwapNewSpace() local
H A Dheap.cpp713 auto topAddress = activeSemiSpace_->GetAllocationTopAddress(); in Initialize() local
2760 auto topAddress = activeSemiSpace_->GetAllocationTopAddress(); in ReleaseEdenAllocator() local
2773 auto topAddress = edenSpace_->GetAllocationTopAddress(); in InstallEdenAllocator() local
/arkcompiler/ets_runtime/ecmascript/
H A Dframes.h1724 auto topAddress = ToUintPtr(this) + in GetStackArgsAddress() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp1428 auto topAddress = Load(VariableType::NATIVE_POINTER(), glue_, IntPtr(topOffset)); in AllocateInSOldPrologue() local
1436 Store(VariableType::NATIVE_POINTER(), glue_, topAddress, IntPtr(0), newTop); in AllocateInSOldPrologue() local
1478 auto topAddress = Load(VariableType::NATIVE_POINTER(), glue_, IntPtr(topOffset)); in AllocateInYoungPrologue() local
1486 Store(VariableType::NATIVE_POINTER(), glue_, topAddress, IntPtr(0), newTop, MemoryAttribute::NoBarrier()); in AllocateInYoungPrologue() local

Completed in 14 milliseconds