/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
H A D | stack_like_allocator-inl.h | 100 uintptr_t endAddr = AlignUp(ToUintPtr(freePointer_), RELEASE_PAGES_SIZE); in Free() local
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | tlab_test.cpp | 78 auto endAddr = static_cast<uintptr_t *>(ToVoidPtr(ToUintPtr(tlab) + TLAB::TLABEndAddrOffset())); in TEST_F() local
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | mmap_test.cpp | 134 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 D | alloc_config.h | 93 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 D | rem_set-inl.h | 298 auto endAddr = range.GetEndAddress() + 1U; in IterateOverUniqueRange() local
|
H A D | freelist_allocator-inl.h | 708 uintptr_t endAddr = in ReleaseFreeMemoryBlocks() local
|
H A D | runslots_allocator-inl.h | 604 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 D | crossing_map_singleton.cpp | 84 void *CrossingMapSingleton::FindFirstObject(void *startAddr, void *endAddr) in FindFirstObject() argument
|
H A D | crossing_map.cpp | 236 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 D | jit_fort.cpp | 131 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 D | card_table.cpp | 101 void CardTable::ClearCardRange(uintptr_t beginAddr, uintptr_t endAddr) in ClearCardRange() argument
|
/arkcompiler/runtime_core/static_core/libpandabase/os/ |
H A D | stacktrace.cpp | 43 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 D | thread.cpp | 303 NO_INLINE static void LoadStackPages(uintptr_t endAddr) in LoadStackPages() argument
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 1262 uintptr_t endAddr = beginAddr + hugeSpaceObjSize; in DeserializeHugeSpaceObject() local
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
H A D | g1-gc.cpp | 1217 auto endAddr = range.GetEndAddress(); in MergeRemSet() local
|