Home
last modified time | relevance | path

Searched defs:endAddr (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dstack_like_allocator-inl.h100 uintptr_t endAddr = AlignUp(ToUintPtr(freePointer_), RELEASE_PAGES_SIZE); in Free() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dtlab_test.cpp78 auto endAddr = static_cast<uintptr_t *>(ToVoidPtr(ToUintPtr(tlab) + TLAB::TLABEndAddrOffset())); in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A 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/
H A Dalloc_config.h93 static void *FindFirstObjInCrossingMap(void *startAddr, void *endAddr) in FindFirstObjInCrossingMap() argument
166 static void *FindFirstObjInCrossingMap([[maybe_unused]] void *startAddr, [[maybe_unused]] void *endAddr) in FindFirstObjInCrossingMap() argument
219 static void *FindFirstObjInCrossingMap([[maybe_unused]] void *startAddr, [[maybe_unused]] void *endAddr) in FindFirstObjInCrossingMap() argument
284 static void *FindFirstObjInCrossingMap(void *startAddr, void *endAddr) in FindFirstObjInCrossingMap() argument
335 FindFirstObjInCrossingMap([[maybe_unused]] void *startAddr, [[maybe_unused]] void *endAddr) FindFirstObjInCrossingMap() argument
H A Drem_set-inl.h298 auto endAddr = range.GetEndAddress() + 1U; in IterateOverUniqueRange() local
H A Dfreelist_allocator-inl.h708 uintptr_t endAddr = in ReleaseFreeMemoryBlocks() local
H A Drunslots_allocator-inl.h604 uintptr_t endAddr = os::mem::AlignDownToPageSize(ToUintPtr(runslots) + RUNSLOTS_SIZE); in ReturnAndReleaseRunSlotsMemory() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
H A Dcrossing_map_singleton.cpp84 void *CrossingMapSingleton::FindFirstObject(void *startAddr, void *endAddr) in FindFirstObject() argument
H A Dcrossing_map.cpp236 void *CrossingMap::FindFirstObject(const void *startAddr, const void *endAddr) in FindFirstObject() argument
238 LOG_CROSSING_MAP(DEBUG) << "FindFirstObject for interval [" << std::hex << startAddr << ", " << endAddr << "]"; in FindFirstObject() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Djit_fort.cpp131 uintptr_t endAddr = addr + size - 1; in MarkJitFortMemAlive() local
144 uintptr_t endAddr = addr + size - 1; in MarkJitFortMemAwaitInstall() local
271 void JitFortGCBitset::MarkEndAddr(bool awaitInstall, uintptr_t endAddr, uint32_t index, uint32_t &word) in MarkEndAddr() argument
285 uintptr_t endAddr = 0; in IterateMarkedBitsConst() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dcard_table.cpp101 void CardTable::ClearCardRange(uintptr_t beginAddr, uintptr_t endAddr) in ClearCardRange() argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A 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/runtime/
H A Dthread.cpp303 NO_INLINE static void LoadStackPages(uintptr_t endAddr) in LoadStackPages() argument
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp1262 uintptr_t endAddr = beginAddr + hugeSpaceObjSize; in DeserializeHugeSpaceObject() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.cpp1217 auto endAddr = range.GetEndAddress(); in MergeRemSet() local

Completed in 25 milliseconds