Lines Matching defs:startAddr
260 void JitFortGCBitset::MarkStartAddr(bool awaitInstall, uintptr_t startAddr, uint32_t index, uint32_t &word)
263 ClearMark(startAddr);
284 uintptr_t startAddr = 0;
295 if (!startAddr) {
296 startAddr = regionAddr + (index << TAGGED_TYPE_SIZE_LOG);
298 MarkStartAddr(awaitInstall, startAddr, index, word);
301 LOG_JIT(DEBUG) << "Live Jit Mem " << (void *)startAddr << " size " << endAddr-startAddr;
302 visitor(reinterpret_cast<void *>(startAddr), endAddr - startAddr);
305 startAddr = 0;