Searched defs:topAddress (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | heap-inl.h | 554 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 D | heap.cpp | 713 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 D | frames.h | 1724 auto topAddress = ToUintPtr(this) +
in GetStackArgsAddress() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | new_object_stub_builder.cpp | 1428 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