Home
last modified time | relevance | path

Searched defs:endAddr (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dalloc_config.h93 static void *FindFirstObjInCrossingMap(void *startAddr, void *endAddr) in FindFirstObjInCrossingMap()
166 …c void *FindFirstObjInCrossingMap([[maybe_unused]] void *startAddr, [[maybe_unused]] void *endAddr) in FindFirstObjInCrossingMap()
219 …c void *FindFirstObjInCrossingMap([[maybe_unused]] void *startAddr, [[maybe_unused]] void *endAddr) in FindFirstObjInCrossingMap()
284 static void *FindFirstObjInCrossingMap(void *startAddr, void *endAddr) in FindFirstObjInCrossingMap()
336 [[maybe_unused]] void *endAddr) in FindFirstObjInCrossingMap()
Drem_set-inl.h298 auto endAddr = range.GetEndAddress() + 1U; in IterateOverUniqueRange() local
Dfreelist_allocator-inl.h708 uintptr_t endAddr = in ReleaseFreeMemoryBlocks() local
Drunslots_allocator-inl.h604 uintptr_t endAddr = os::mem::AlignDownToPageSize(ToUintPtr(runslots) + RUNSLOTS_SIZE); in ReturnAndReleaseRunSlotsMemory() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dstack_like_allocator-inl.h100 uintptr_t endAddr = AlignUp(ToUintPtr(freePointer_), RELEASE_PAGES_SIZE); in Free() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map_singleton.cpp84 void *CrossingMapSingleton::FindFirstObject(void *startAddr, void *endAddr) in FindFirstObject()
Dcrossing_map.cpp236 void *CrossingMap::FindFirstObject(const void *startAddr, const void *endAddr) in FindFirstObject()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dtlab_test.cpp78 auto endAddr = static_cast<uintptr_t *>(ToVoidPtr(ToUintPtr(tlab) + TLAB::TLABEndAddrOffset())); in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dstacktrace.cpp43 uintptr_t endAddr; // NOLINT(misc-non-private-member-variables-in-classes) member
242 std::string endAddr = tokenizer.Next(); in ScanVma() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmmap_test.cpp134 uintptr_t endAddr = ark::os::mem::MMAP_FIXED_MAGIC_ADDR_FOR_SANITIZERS; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table.cpp101 void CardTable::ClearCardRange(uintptr_t beginAddr, uintptr_t endAddr) in ClearCardRange()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp303 NO_INLINE static void LoadStackPages(uintptr_t endAddr) in LoadStackPages()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1262 uintptr_t endAddr = beginAddr + hugeSpaceObjSize; in DeserializeHugeSpaceObject() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp1141 auto endAddr = range.GetEndAddress(); in MergeRemSet() local