Home
last modified time | relevance | path

Searched defs:topAddress (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
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
Dheap.cpp702 auto topAddress = activeSemiSpace_->GetAllocationTopAddress(); in Initialize() local
2708 auto topAddress = activeSemiSpace_->GetAllocationTopAddress(); in ReleaseEdenAllocator() local
2721 auto topAddress = edenSpace_->GetAllocationTopAddress(); in InstallEdenAllocator() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1477 auto topAddress = Load(VariableType::NATIVE_POINTER(), glue_, IntPtr(topOffset)); in AllocateInSOldPrologue() local
1526 auto topAddress = Load(VariableType::NATIVE_POINTER(), glue_, IntPtr(topOffset)); in AllocateInYoungPrologue() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp1052 auto topAddress = funcAddr + in ArkGetFunction() local
/arkcompiler/ets_runtime/ecmascript/
Dframes.h1673 auto topAddress = ToUintPtr(this) + in GetStackArgsAddress() local